I had a near flawless build experience building tomcat 5.0.
I only had to reverse the "digester" and "commons-logging" in build.xml This is because the "digester" now depends on "commons-logging" Can someone please patch this in? Thanks. Cheers, -bob P.S. Should patch files be attached as mime-attachments? P.P.S. Does my subject line correctly direct this message? (Is there supposed to be a [5.0] first or [PATCH] or...) Index: build.xml =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-5/build.xml,v retrieving revision 1.12 diff -u -r1.12 build.xml --- build.xml 30 Jul 2002 22:13:49 -0000 1.12 +++ build.xml 31 Jul 2002 02:26:50 -0000 @@ -480,16 +480,6 @@ <param name="destfile" value="${commons-collections.jar}"/> </antcall> - <antcall target="cvsbuild"> - <param name="location" value="${commons-digester.loc}"/> - <param name="subdir" value="${commons-digester.home}"/> - <param name="destfile" value="${commons-digester.jar}"/> - </antcall> - <copy - file="${commons-digester.home}/dist/commons-digester.jar" - tofile="${commons-digester.jar}" - /> - <!-- we need the release to happend, in the meantime use cvs... <antcall target="downloadgz"> <param name="sourcefile" value="${commons-logging.loc}"/> @@ -510,6 +500,17 @@ file="${commons-logging.home}/dist/commons-logging-api.jar" tofile="${commons-logging-api.jar}" /> + + <antcall target="cvsbuild"> + <param name="location" value="${commons-digester.loc}"/> + <param name="subdir" value="${commons-digester.home}"/> + <param name="destfile" value="${commons-digester.jar}"/> + </antcall> + <copy + file="${commons-digester.home}/dist/commons-digester.jar" + tofile="${commons-digester.jar}" + /> + <antcall target="downloadgz"> <param name="sourcefile" value="${regexp.loc}"/> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>