Done. Thanks for the fix. - Dave
On Dec 21, 2005, at 9:47 PM, Aswath Satrasala wrote:
Hi, I have a small patch to the file build.bat java -classpath %rocp% org.apache.tools.ant.Main %1 %2 %3 %4 %5This was failing if JAVA_HOME was pointing to a path containing a space.For example c:\Program Files\java\jdk1.5 quotes is needed around "%rocp%" java -classpath "%rocp%" org.apache.tools.ant.Main %1 %2 %3 %4 %5 -Aswath
