http://nagoya.apache.org/bugzilla/show_bug.cgi?id=562
*** shadow/562 Sat Jul 7 05:41:57 2001 --- shadow/562.tmp.1106 Sat Jul 7 08:45:26 2001 *************** *** 50,53 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-07-07 05:41 ------- I have changed all the scripts so that they now handle spaces in ANT_HOME, ! JAVA_HOME and the Classpath. --- 50,74 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-07-07 05:41 ------- I have changed all the scripts so that they now handle spaces in ANT_HOME, ! JAVA_HOME and the Classpath. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-07 08:45 ------- ! And how should ANT_HOME be set? (on W2K; SP2) - for JAVA_HOME with Spaces it ! works correctly... (OK, this is bug 1849, so this one can be left closed...) ! ! D:\temp>set ANT_HOME=D:\Temp\Ant 1.3 ! ! D:\temp>ant.bat ! Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/ ! Main ! D:\temp>set ANT_HOME="D:\Temp\Ant 1.3" ! ! D:\temp>ant.bat ! "1.3""==""" ist syntaktisch an dieser Stelle nicht verarbeitbar. ! D:\temp>set ANT_HOME='D:\Temp\Ant 1.3' ! ! D:\temp>ant.bat ! Die Syntax f�r den Dateinamen, Verzeichnisnamen oder die Datentr�gerbezeichnung ! ist falsch. ! Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/ ! Main
