Re: Building the WebApp module instruction errors

2001-12-05 Thread jean-frederic clere
Thanks, committed in jakarta-tomcat-connectors/webapp/docs Andrew Savory wrote: > > Hi, > > Working through the instructions for building WebApp at: > http://nagoya.apache.org/~pier/documentation/build-u.html > ... I noticed a few possible errors. > > The line: > # rmdir jakarta-tomcat

Re: Building the WebApp module instruction errors

2001-12-04 Thread MJ Ray
Andrew Savory wrote: > # rmdir jakarta-tomcat-connectors >should be > # rm -rf jakarta-tomcat-connectors >(because the CVS directory inside will prevent rmdir from working) Sorry for coming into this cold, but do you really need force on that rm? Other than that, it seems to agr

Building the WebApp module instruction errors

2001-12-04 Thread Andrew Savory
Hi, Working through the instructions for building WebApp at: http://nagoya.apache.org/~pier/documentation/build-u.html ... I noticed a few possible errors. The line: # rmdir jakarta-tomcat-connectors should be # rm -rf jakarta-tomcat-connectors (because the CVS directory in