RE: build.xml still broken...

2003-03-17 Thread Filip Hanik
yes I got it too, I think all you need to do is to change the buildscript to actually create the directory /home/jfarcand/jakarta-tomcat/servlet-api-2.4/lib/ first, then it will work, Filip -Original Message- From: Jean-Francois Arcand [mailto:[EMAIL PROTECTED] Sent: Monday, March 17,

Re: build.xml still broken...

2003-03-17 Thread Tim Funk
I got it to build by undoing Costin's change when revision 1.111 was made: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-5/build.xml.diff?r1=1.110r2=1.111diff_format=h Where property name=servlet-api.dist value=${servlet-api.home} / is commented out, I uncommented it and the build worked