You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Peter Hawkins <pe...@globalvision.com.au> on 2001/04/17 04:24:34 UTC

Minor fix suggestion

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