remm 2003/10/06 06:43:41 Modified: . build.xml Log: - Fix the build: ant clean / ant download / ant. - I believe checkout should be done in the cvs.base. - I hope a commons-daemon milestone will be out soon. - So, for now, I'm reverting the two patches, as I will tag 5.0.13 soon. Revision Changes Path 1.164 +3 -3 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- build.xml 3 Oct 2003 05:58:08 -0000 1.163 +++ build.xml 6 Oct 2003 13:43:41 -0000 1.164 @@ -119,7 +119,7 @@ <uptodate property="commons-daemon.build.notrequired" targetfile="${commons-daemon.jar}"> - <srcfiles dir="${commons-daemon.home}/src" includes="**" /> + <srcfiles dir="${cvs.base}/jakarta-commons/daemon" includes="**" /> </uptodate> </target> @@ -479,7 +479,7 @@ <target name="build-commons-daemon" unless="commons-daemon.build.notrequired" description="build commons-daemon" > <echo>========== Building: commons-daemon </echo> - <ant dir="${commons-daemon.home}" target="dist" > + <ant dir="${cvs.base}/jakarta-commons/daemon" target="dist" > <property name="compile.optimize" value="false" /> <property name="dist.home" value="${commons-daemon.home}" /> </ant> @@ -1698,7 +1698,7 @@ command="checkout -P ${cvstag} jakarta-servletapi-5" dest="${cvs.base}"/> <cvs cvsroot="${cvsroot}" quiet="true" - command="checkout -P ${cvstag} -d ${commons-daemon.home} ${commons-daemon.cvs.loc}" + command="checkout -P ${cvstag} ${commons-daemon.cvs.loc}" dest="${cvs.base}"/> <!-- <cvs cvsroot="${cvsroot}" quiet="true"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]