Hi, I found that adding the following lines to the different build.sh files contained in the jakarta-tomcat-4.0 CVS module makes the build.sh files cygwin friendly. # Here to show context if [ "$CLASSPATH" != "" ] ; then CP=$CLASSPATH:$CP fi # To be added: if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then CP=`cygpath --path --windows "$CP"` fi That's it. Ceki Gülcü
- RE: [PATCH] */build.sh Ceki Gülcü
- RE: [PATCH] */build.sh GOMEZ Henri
- RE: [PATCH] */build.sh cmanolache
- RE: [PATCH] */build.sh Craig R. McClanahan