[PATCH] */build.sh

2001-04-19 Thread Ceki Gülcü
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" ] ||

RE: [PATCH] */build.sh

2001-04-19 Thread GOMEZ Henri
: Ceki Glc [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 6:36 PM To: [EMAIL PROTECTED] Subject: [PATCH] */build.sh 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

RE: [PATCH] */build.sh

2001-04-19 Thread cmanolache
On Thu, 19 Apr 2001, GOMEZ Henri wrote: What about checking also the build.sh for Tomcat 3.3 :) What about removing the build.sh/build.bat completely ( at least from 3.3). It used to be a workaround, when ant didn't had support for classpath. Proposal: remove build.sh/build.bat, use "ant".

RE: [PATCH] */build.sh

2001-04-19 Thread Craig R. McClanahan
On Thu, 19 Apr 2001 [EMAIL PROTECTED] wrote: On Thu, 19 Apr 2001, GOMEZ Henri wrote: What about checking also the build.sh for Tomcat 3.3 :) What about removing the build.sh/build.bat completely ( at least from 3.3). It used to be a workaround, when ant didn't had support for