costin 2003/03/14 07:28:06
Modified: . build.xml
Log:
Trying to guess what's wrong on Remy's machine.
The APIs are built in download as dependencies, no need to build
them twice.
Revision Changes Path
1.107 +1 -3 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- build.xml 13 Mar 2003 22:48:00 -0000 1.106
+++ build.xml 14 Mar 2003 15:28:06 -0000 1.107
@@ -144,7 +144,7 @@
<!-- ====================== Build all components =================== -->
<target name="build-servletapi" unless="servletapi.build.notrequired" >
<echo>========== Building: ${servlet-api.jar}</echo>
-
+ <mkdir dir="${servlet-api.dist}" />
<ant dir="${api.home}/jsr154" target="dist" >
<property name="servlet-api.dist" value="${servlet-api.home}" />
</ant>
@@ -425,8 +425,6 @@
<copy file="${commons-beanutils.jar}" todir="${tomcat.build}/common/lib"/>
<copy file="${jmx.jar}" todir="${tomcat.build}/common/lib"/>
- <antcall target="build-servletapi"/>
- <antcall target="build-jspapi"/>
<antcall target="build-tomcatutil"/>
<antcall target="build-catalina"/>
<antcall target="build-tomcatcoyote"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]