Building Tomcat 5.0 - SUCCESS

2006-02-19 Thread Bob Herrmann
I believe I finally got Tomcat 5.0 to build cleanly Fedora 4. I used these 4 files; mktc - drives the whole thing (including blowing away any local copies) build.xml - from the building tomcat 5 page, but modified to use svn not cvs. ( http://tomcat.apache.org/tomcat-5.0-doc/build.xml )

Re: Building Tomcat 5.0

2006-02-13 Thread Bob Herrmann
I'm trying to update the build script for 5.0 Has anyone seen this, it seems the 'get' in ant downloads a corrupt file, while the browser or command line tools get it right. ie. project target name='b' get dest=ant-mx4j.tar.gz src=${src}/ /target /project $ ant -f b.xml