Under cygwin, build.sh won't run when paths in the CLASSLIB contain spaces.
Could we please add double quotes around "${LOCALCLASSLIB}" in the java
command?

${JAVA_HOME}/bin/java -classpath "${LOCALCLASSPATH}"
org.apache.tools.ant.Main \

                      -buildfile ${BUILDFILE} \
                      -Djaxp.home=$JAXP_HOME \
                      -Dservlet.jar=$SERVLETAPI_HOME/lib/servlet.jar \
                      -Dant.home=$ANT_HOME \
                      -Djmx.home=$JMX_HOME \
                      "$@"


Peter

Reply via email to