[Jsmooth-cvs] jsmooth Changelog,1.37,1.38 build.number,1.35,1.36
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-13 20:07:50
|
Update of /cvsroot/jsmooth/jsmooth In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17022 Modified Files: Changelog build.number Log Message: minor changes Index: build.number =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/build.number,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** build.number 1 May 2007 19:56:51 -0000 1.35 --- build.number 13 May 2007 20:07:43 -0000 1.36 *************** *** 1,3 **** #Build Number for ANT. Do not edit! ! #Tue May 01 21:49:49 CEST 2007 ! build.number=221 --- 1,3 ---- #Build Number for ANT. Do not edit! ! #Sun May 13 21:33:45 CEST 2007 ! build.number=224 Index: Changelog =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/Changelog,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Changelog 1 May 2007 19:56:51 -0000 1.37 --- Changelog 13 May 2007 20:07:43 -0000 1.38 *************** *** 1,2 **** --- 1,19 ---- + 0.9.9-6 + - Fixed a DOS console appearing for a fraction of second when + running a CreateProcess to guess the version of the JVM. + - Return code now correctly returned for the console wrapper. + - Now the jsmooth wrappers configured to work with a bundled VM + accept the SingleProcess argument correctly. If no java.exe is + available in the bin/ folder of the bundled VM, JSmooth runs the + DLL and uses the "minimum JVM version" defined in the project, or + assumes 1.2+ if no minimum version is defined. NOTE: Some JRE do + not accept to be instanciated directly with their DLL when they + are not properly installed (which is often the case for a bundled + JRE). For instance, I've found that 1.3.1_02 works fine when + calling the java[w].exe, but crash when calling the jvm.dll. On + the other hand, the same test on a 1.5.0_11 works fine. + - Removed the doctype in the docbook doc file, so that it can + compile without an internet connection + 0.9.9-5 (2007-05-01) - Adds new wrapper for windows services |