Agreed, but this 'code' is in the release version of idea.bat as well
Kevin Jones Developmentor www.develop.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott Curtis Sent: 08 April 2002 16:07 To: '[EMAIL PROTECTED]' Subject: RE: [Eap-list] changing idea.bat java.exe is used so that people can report bugs when they happen by copying the error messages from the cmd window. During EAP builds it is important to use otherwise when something goes wrong it is difficult to explain it to the Intellij guys without a stack trace. -----Original Message----- From: Kevin Jones [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:48 PM To: [EMAIL PROTECTED] Subject: [Eap-list] changing idea.bat Is there a reason that you don't use javaw.exe (instead of java.exe) when starting IDEA in idea.bat. If you used javaw you could then 'start' the new exe and so lose the cmd window that always hangs around after IDEA has been run. These are the changes SET JAVA_EXE=%JAVA_HOME%\bin\javaw.exe and start "" "%JAVA_EXE%" %JVM_ARGS% -Xbootclasspath/p:"%BOOT_CLASS_PATH%" -cp "%CLASS_PATH%" -Djdk.home="%JAVA_HOME%" -DCVS_PASSFILE="%CVS_PASSFILE%" %MAIN_CLASS_NAME% %* notice the extra "" after the start. start expects the first quoted parameter to be the title of the 'start'ed application. This also applies to the 2.5.2 release, Kevin Jones Developmentor www.develop.com _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
