http://nagoya.apache.org/bugzilla/show_bug.cgi?id=562
*** shadow/562 Fri Feb 9 07:10:59 2001 --- shadow/562.tmp.29575 Sun Feb 18 06:47:51 2001 *************** *** 4,11 **** | Bug #: 562 Product: Ant | | Status: NEW Version: 1.3 Beta 1 | | Resolution: Platform: PC | ! | Severity: Normal OS/Version: | ! | Priority: Component: Core | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 4,11 ---- | Bug #: 562 Product: Ant | | Status: NEW Version: 1.3 Beta 1 | | Resolution: Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Core | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 30,33 **** Cheers ! Emmanuel --- 30,44 ---- Cheers ! Emmanuel ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-18 06:47 ------- ! Can you please try to replace the line reading ! if "%_JAVACMD%" == "" set _JAVACMD=%JAVA_HOME%\bin\java ! in your ant.bat with the following ! if "%_JAVACMD%" == "" set _JAVACMD="%JAVA_HOME%\bin\java" ! ! It should then work using set "JAVA_HOME=drive:\path with spaces" (without the ! quotes). ! ! Does it work? Please tell us what Operating system you are using.
