[Jsmooth-cvs] jsmooth Changelog, 1.29, 1.30 Readme.txt, 1.16, 1.17 build.number, 1.27, 1.28 build.x
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-04-06 16:27:15
|
Update of /cvsroot/jsmooth/jsmooth In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12017 Modified Files: Changelog Readme.txt build.number build.xml Log Message: adds welcome panel Index: build.number =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/build.number,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** build.number 2 Apr 2007 20:19:41 -0000 1.27 --- build.number 6 Apr 2007 16:27:10 -0000 1.28 *************** *** 1,3 **** #Build Number for ANT. Do not edit! ! #Mon Apr 02 22:19:33 CEST 2007 ! build.number=165 --- 1,3 ---- #Build Number for ANT. Do not edit! ! #Fri Apr 06 12:07:24 CEST 2007 ! build.number=181 Index: build.xml =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** build.xml 3 Apr 2007 20:44:54 -0000 1.34 --- build.xml 6 Apr 2007 16:27:10 -0000 1.35 *************** *** 30,34 **** <!-- set here the properties specific the release --> ! <property name="VERSION" value="0.9.9-3"/> <!-- You should need to modify the properties below --> --- 30,34 ---- <!-- set here the properties specific the release --> ! <property name="VERSION" value="0.9.9-4"/> <!-- You should need to modify the properties below --> *************** *** 119,126 **** <!-- Compile the java code from ${src} into ${classes} --> <copy todir="classes/icons"> ! <fileset dir="src/icons"/> </copy> <copy todir="classes/locale"> ! <fileset dir="src/locale"/> </copy> <jar basedir="classes" jarfile="${jsmoothjar}" manifest="src\MANIFEST.txt"/> --- 119,126 ---- <!-- Compile the java code from ${src} into ${classes} --> <copy todir="classes/icons"> ! <fileset dir="${src}/icons"/> </copy> <copy todir="classes/locale"> ! <fileset dir="${src}/locale"/> </copy> <jar basedir="classes" jarfile="${jsmoothjar}" manifest="src\MANIFEST.txt"/> *************** *** 181,184 **** --- 181,185 ---- <fileset dir="src"/> </copy> + <replace token="@{VERSION}@" dir="${tmp}/src" value="${VERSION}"> <include name="**/*.java"/> *************** *** 188,191 **** --- 189,199 ---- </replace> + <replace token="@{VERSION}@" dir="${tmp}/src" value="${VERSION}"> + <include name="**/*.properties"/> + </replace> + <replace token="@{RELEASEINFO}@" dir="${tmp}/src" value="${RELEASEINFO}"> + <include name="**/*.properties"/> + </replace> + <antcall target="jar"> <param name="src" value="${tmp}/src"/> *************** *** 203,206 **** --- 211,215 ---- <copy todir="${dist}/lib" file="lib/l2fprod-common-all.jar"/> <copy todir="${dist}/lib" file="lib/riverlayout.jar"/> + <copy todir="${dist}/lib" file="lib/BrowserLauncher2-10.jar"/> <!-- Now that the ANT task is available, register it --> *************** *** 214,226 **** <fileset dir="docs"/> </copy> ! <replace token="@{VERSION}@" dir="${tmp}/docs" value="${VERSION}"> <include name="**/*.xml"/> <include name="**/*.txt"/> </replace> ! <replace token="@{RELEASEINFO}@" dir="${tmp}/docs" value="${RELEASEINFO}"> <include name="**/*.xml"/> <include name="**/*.txt"/> </replace> - <antcall target="docs"> <param name="docs" value="${tmp}/docs"/> --- 223,236 ---- <fileset dir="docs"/> </copy> ! <replace token="@{VERSION}@" dir="${tmp}/docs/" value="${VERSION}"> <include name="**/*.xml"/> <include name="**/*.txt"/> + <include name="**/*.properties"/> </replace> ! <replace token="@{RELEASEINFO}@" dir="${tmp}/docs/" value="${RELEASEINFO}"> <include name="**/*.xml"/> <include name="**/*.txt"/> + <include name="**/*.properties"/> </replace> <antcall target="docs"> <param name="docs" value="${tmp}/docs"/> *************** *** 242,246 **** <copy todir="${dist}" file="LGPL-LICENSE.txt"/> <copy todir="${dist}" file="GPL-LICENSE.txt"/> ! <copy todir="${dist}" file="Changelog"/> <!-- Compile the wrappers --> --- 252,256 ---- <copy todir="${dist}" file="LGPL-LICENSE.txt"/> <copy todir="${dist}" file="GPL-LICENSE.txt"/> ! <copy tofile="${dist}/Changelog.txt" file="Changelog"/> <!-- Compile the wrappers --> Index: Readme.txt =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/Readme.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Readme.txt 2 Apr 2007 19:49:48 -0000 1.16 --- Readme.txt 6 Apr 2007 16:27:10 -0000 1.17 *************** *** 21,24 **** --- 21,29 ---- -- PREREQUISITE -- + + The section below only applies if you need to build JSmooth from its + sources. If you just need to create an executable binary for your + application, just run JSmoothGen as it comes from its standard + distribution. 3.1 Get the source *************** *** 39,44 **** their web site. ! Once installed, you still need to setup your %PATH% environment variable to add the bin/ ! directory where MINGW is installed. 3.3 DOCUMENTATION STUFF (optional) --- 44,49 ---- their web site. ! Once installed, you still need to setup your %PATH% environment ! variable to add the bin/ directory where MINGW is installed. 3.3 DOCUMENTATION STUFF (optional) *************** *** 73,77 **** install". - 3.5 Configure: --- 78,81 ---- Index: Changelog =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/Changelog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Changelog 2 Apr 2007 19:49:48 -0000 1.29 --- Changelog 6 Apr 2007 16:27:09 -0000 1.30 *************** *** 1,148 **** ! 0.9.9-3 ! - Fixed bug #1463939: Command line parameters parsing ! - Changed the GUI for property editors of jsmoothmodel bean ! - Changed the GUI for the skeleton editors ! - Added I18N support for skeleton texts ! - Current-directory setting now accepts sys. env. variables and ! the special ${EXECUTABLEPATH} variable. ! - Adds GUI support for ${EXECUTABLEPATH]}'s current directory ! - Removed dependency to libmspack by using the ms setup api ! - All temporary files are now flagged "remove on reboot" to ! Windows by default. ! - Fixed bug preventing compilation of the executable when ! classpath is empty ! - JSmoothGen now accepts project files as argument. Also added ! file association. ! ! 0.9.9-2 ! - Fixed missing quotes for command-line arguments ! - Fixed issue #1679934: jvm properties not defined properly when ! starting the JVM DLL. ! ! 0.9.9 ! - Added a new skeleton called autodownload, that is able to ! download and install a JRE (or whatever) when no VM is available. ! - Moved the simplewrap jar to the root of the c++ library, so that ! it can be shared between simplewrap and autodownload ! - Changed the licencing of the skeleton so that it comes under the ! same terms than the LGPL ! - Improved arguments management so that jsmooth parameters can ben ! overridden by users parameters ! - Refactored the c++ code so that commonjava is now split in two ! modules, commonjava and util-core ! - Added a new c++ module called util-net. It contains mainly an ! http client ! - Updated the documentation w/ arguments mngmt ! ! 0.9.8 ! - Fixed the classpath in JRE1.2+ VM DLL instanciation ! - Added a jvm.dll search when the location is not defined in the ! registry. ! - Fixed jvm version not taken into account when launching java.exe ! from the PATH envvar. ! - Added patch from zregvart: disable version check of the VM when ! the VM is "bundled" ! - Added headless mode setup in cmdline, and changed mediatracked ! dependency on Canvas rather than Label (to avoid Headless ! Exceptions) ! - Fixed issues when calling jre[w]/java[w].exe with quotes in the ! pathname ! - Fixes the "version guessing" when the noconsole flag is enabled ! - Now kill all the process launched and still running on exit ! - Fixes some issues with JVM1.1 process-spawning ! ! 0.9.7 ! - Changed the GUI: now it uses l2f-common and does not rely on the ! netbeans' form editor to build the interfaces. This is a major ! change, which experiments with an inline help system and an ! automatic GUI construction. ! - Fixes a bug preventing the skeletons to update correctly when a ! new project is created or opened. ! - Adds additional debug information for the wrappers, when ! launched in debug mode. ! ! 0.9.6 ! - Now the JVM look-up method also takes the installed JDK into ! account (not only the installed JRE) ! - Fixed bug #858829 (Windowed Wrapper blocks Explorer) ! - Fixed bug #909610 (Class chooser not working when "embedded jar" ! not selected) ! - Fixed bug #910091 (SingleProcess flag of Windowed wrapper not ! working) ! - Fixed bug #854895 (Windowed Wrapper (Debug) does not display ! debug log) ! - adds sorting of the registry JVMs from highest version number to ! lower (thus, most recent JVMs are tried first). ! - Applied patch #883175 (make jsmooth ant task more verbose). ! - Implemented feature #895967 (Command Line pass-through). ! - fixed bug #880441 (Jvm search from PATH environment variable) ! - fixed bug #880439 (Jvm search from environment variables) ! ! 0.9.5 ! - ! Made the jar embedding optional. Now, one can choose to ! include or not a jar file in the exe. If the jar is not included, ! the main class must be in the classpath (obviously). ! - ! Added home-made ICO loader code, so that JIMI is not required ! anymore (thus removing a dependency to a closed-source Sun ! package). ! - Fixed bugs 811957 and 811959 that prevented the wrappers to ! launch a bundled jvm ! - Fixed bug 846974: Build exe over to partitions ! - Added color reduction for icons using true-color images. ! - Fixed transparency issue with icon resource set up in the ! executable. ! - Set the system look-and-feel as default ! - Fixed a few typos in the skeleton descriptors ! - Added version in the title bar of the application window ! - Improved the documentation (at least, tried to) ! - Fixed the README file ! ! 0.9.4 ! - ! Added Ant Task support ! - ! Added Command Line compiler ! - ! distribution build now fully automatic ! - Added small set of testing suit ! - Changed default xml encoding of the project, due a flaw in the ! Sun's XMLDecoder classes which prevented it to work with ant (this ! is a classloader issue). ! - Added command line launching support ! - Added automatic dist creation ! - Fixed corrupt classpath when project file not in the same ! directory than the executable built. ! - Fixed a bug corrupting the value part when edition java ! properties ! ! 0.9.3 ! - Added Java Properties management in JSmoothGen ! - Added variable management for java properties in wrappers ! - Fixed bug: incorrect Sun's jre.exe/java.exe 1.1 classpath ! - Fixed minor bug: FileUtils::recursiveSearch method scanning ! files instead of just the directories ! - Fixed major bug: *.jar files not added to classpath for Sun's ! JRE 1.1 ! - Fixed bug #801407:Relative directory stuff seems confused by ! multiple drives ! - Fixed bug #803979: Windows size/position not retained between ! sessions ! - Fixed bug #801411: Classpath area UI details ! - Fixed bug #801408: manifest defined main-class ignored ! - Added Class Chooser Dialog in Java Application panel ! - Added splash screen (displays name and version). ! - Added maximum memory and initial memory setting support ! - Written first draft of the user manual ! - Fixed issue with parameter string ending with a backslash. ! ! 0.9.2 (5 Sept 2003) ! - Fixed a bug that prevented jsmoothgen to compile if the JIMI API ! is not in the path ! ! 0.9.1 (03 Sept 2003) ! - Added the Console Wrapper ! - Fixed a bug on the Windowed Wrapper (java.exe was called instead of javaw.exe) ! - Fixed the broken icon generation ! - Added JIMI library support (optional) ! - Fixed several minor bugs ! ! 0.9 (28 Aug 2003) ! - First public release - Window Wrapper available \ No newline at end of file --- 1,155 ---- ! 0.9.9-4 ! - Fixed bug #1694330: Working directory handled incorrectly. ! - Fixed bug #1694128: launch in exe proc: '\' in command line not ! passed correctly ! - Fixed bug #1694136: Typos in strings ! - Added welcome panel ! ! 0.9.9-3 ! - Fixed bug #1463939: Command line parameters parsing ! - Changed the GUI for property editors of jsmoothmodel bean ! - Changed the GUI for the skeleton editors ! - Added I18N support for skeleton texts ! - Current-directory setting now accepts sys. env. variables and ! the special ${EXECUTABLEPATH} variable. ! - Adds GUI support for ${EXECUTABLEPATH]}'s current directory ! - Removed dependency to libmspack by using the ms setup api ! - All temporary files are now flagged "remove on reboot" to ! Windows by default. ! - Fixed bug preventing compilation of the executable when ! classpath is empty ! - JSmoothGen now accepts project files as argument. Also added ! file association. ! ! 0.9.9-2 ! - Fixed missing quotes for command-line arguments ! - Fixed issue #1679934: jvm properties not defined properly when ! starting the JVM DLL. ! ! 0.9.9 ! - Added a new skeleton called autodownload, that is able to ! download and install a JRE (or whatever) when no VM is available. ! - Moved the simplewrap jar to the root of the c++ library, so that ! it can be shared between simplewrap and autodownload ! - Changed the licencing of the skeleton so that it comes under the ! same terms than the LGPL ! - Improved arguments management so that jsmooth parameters can ben ! overridden by users parameters ! - Refactored the c++ code so that commonjava is now split in two ! modules, commonjava and util-core ! - Added a new c++ module called util-net. It contains mainly an ! http client ! - Updated the documentation w/ arguments mngmt ! ! 0.9.8 ! - Fixed the classpath in JRE1.2+ VM DLL instanciation ! - Added a jvm.dll search when the location is not defined in the ! registry. ! - Fixed jvm version not taken into account when launching java.exe ! from the PATH envvar. ! - Added patch from zregvart: disable version check of the VM when ! the VM is "bundled" ! - Added headless mode setup in cmdline, and changed mediatracked ! dependency on Canvas rather than Label (to avoid Headless ! Exceptions) ! - Fixed issues when calling jre[w]/java[w].exe with quotes in the ! pathname ! - Fixes the "version guessing" when the noconsole flag is enabled ! - Now kill all the process launched and still running on exit ! - Fixes some issues with JVM1.1 process-spawning ! ! 0.9.7 ! - Changed the GUI: now it uses l2f-common and does not rely on the ! netbeans' form editor to build the interfaces. This is a major ! change, which experiments with an inline help system and an ! automatic GUI construction. ! - Fixes a bug preventing the skeletons to update correctly when a ! new project is created or opened. ! - Adds additional debug information for the wrappers, when ! launched in debug mode. ! ! 0.9.6 ! - Now the JVM look-up method also takes the installed JDK into ! account (not only the installed JRE) ! - Fixed bug #858829 (Windowed Wrapper blocks Explorer) ! - Fixed bug #909610 (Class chooser not working when "embedded jar" ! not selected) ! - Fixed bug #910091 (SingleProcess flag of Windowed wrapper not ! working) ! - Fixed bug #854895 (Windowed Wrapper (Debug) does not display ! debug log) ! - adds sorting of the registry JVMs from highest version number to ! lower (thus, most recent JVMs are tried first). ! - Applied patch #883175 (make jsmooth ant task more verbose). ! - Implemented feature #895967 (Command Line pass-through). ! - fixed bug #880441 (Jvm search from PATH environment variable) ! - fixed bug #880439 (Jvm search from environment variables) ! ! 0.9.5 ! - ! Made the jar embedding optional. Now, one can choose to ! include or not a jar file in the exe. If the jar is not included, ! the main class must be in the classpath (obviously). ! - ! Added home-made ICO loader code, so that JIMI is not required ! anymore (thus removing a dependency to a closed-source Sun ! package). ! - Fixed bugs 811957 and 811959 that prevented the wrappers to ! launch a bundled jvm ! - Fixed bug 846974: Build exe over to partitions ! - Added color reduction for icons using true-color images. ! - Fixed transparency issue with icon resource set up in the ! executable. ! - Set the system look-and-feel as default ! - Fixed a few typos in the skeleton descriptors ! - Added version in the title bar of the application window ! - Improved the documentation (at least, tried to) ! - Fixed the README file ! ! 0.9.4 ! - ! Added Ant Task support ! - ! Added Command Line compiler ! - ! distribution build now fully automatic ! - Added small set of testing suit ! - Changed default xml encoding of the project, due a flaw in the ! Sun's XMLDecoder classes which prevented it to work with ant (this ! is a classloader issue). ! - Added command line launching support ! - Added automatic dist creation ! - Fixed corrupt classpath when project file not in the same ! directory than the executable built. ! - Fixed a bug corrupting the value part when edition java ! properties ! ! 0.9.3 ! - Added Java Properties management in JSmoothGen ! - Added variable management for java properties in wrappers ! - Fixed bug: incorrect Sun's jre.exe/java.exe 1.1 classpath ! - Fixed minor bug: FileUtils::recursiveSearch method scanning ! files instead of just the directories ! - Fixed major bug: *.jar files not added to classpath for Sun's ! JRE 1.1 ! - Fixed bug #801407:Relative directory stuff seems confused by ! multiple drives ! - Fixed bug #803979: Windows size/position not retained between ! sessions ! - Fixed bug #801411: Classpath area UI details ! - Fixed bug #801408: manifest defined main-class ignored ! - Added Class Chooser Dialog in Java Application panel ! - Added splash screen (displays name and version). ! - Added maximum memory and initial memory setting support ! - Written first draft of the user manual ! - Fixed issue with parameter string ending with a backslash. ! ! 0.9.2 (5 Sept 2003) ! - Fixed a bug that prevented jsmoothgen to compile if the JIMI API ! is not in the path ! ! 0.9.1 (03 Sept 2003) ! - Added the Console Wrapper ! - Fixed a bug on the Windowed Wrapper (java.exe was called instead of javaw.exe) ! - Fixed the broken icon generation ! - Added JIMI library support (optional) ! - Fixed several minor bugs ! ! 0.9 (28 Aug 2003) ! - First public release - Window Wrapper available \ No newline at end of file |