jfclere 2002/06/12 09:47:05
Modified: . build.properties.sample build.xml
Log:
Arrange commons-logging... We have to use cvs until it gets released.
Revision Changes Path
1.43 +3 -2 jakarta-tomcat-4.0/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- build.properties.sample 10 Jun 2002 05:27:18 -0000 1.42
+++ build.properties.sample 12 Jun 2002 16:47:05 -0000 1.43
@@ -82,7 +82,8 @@
commons-logging.lib=${commons-logging.home}
commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
commons-logging.jar=${commons-logging.lib}/commons-logging.jar
-commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
+commons-logging.loc=jakarta-commons/logging
+#commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
# ----- Java Naming and Directory Interface (JNDI), version 1.2 or later -----
1.72 +17 -0 jakarta-tomcat-4.0/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- build.xml 6 Jun 2002 04:23:27 -0000 1.71
+++ build.xml 12 Jun 2002 16:47:05 -0000 1.72
@@ -457,10 +457,27 @@
<param name="sourcefile" value="${commons-digester.loc}"/>
<param name="destfile" value="${commons-digester.jar}"/>
</antcall>
+
+ <!-- we need the release to happend, in the meantime use cvs...
<antcall target="downloadgz">
<param name="sourcefile" value="${commons-logging.loc}"/>
<param name="destfile" value="${commons-logging.jar}"/>
</antcall>
+ -->
+ <antcall target="cvsbuild">
+ <param name="location" value="${commons-logging.loc}"/>
+ <param name="subdir" value="${commons-logging.home}"/>
+ <param name="destfile" value="${commons-logging.jar}"/>
+ </antcall>
+ <copy
+ file="${commons-logging.home}/dist/commons-logging.jar"
+ tofile="${commons-logging.jar}"
+ />
+ <copy
+ file="${commons-logging.home}/dist/commons-logging-api.jar"
+ tofile="${commons-logging-api.jar}"
+ />
+
<antcall target="downloadgz">
<param name="sourcefile" value="${regexp.loc}"/>
<param name="destfile" value="${regexp.jar}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>