costin 2003/03/14 14:42:43
Modified: . build.xml
Log:
Fix Filip's build.
It seems my "clean" workspace wasn't that clean after all.
This whole thing is unbelievable. I have no idea how we end up with this
mess.
( the "fix" is obviously a workaround that hides the real problem ).
Revision Changes Path
1.111 +6 -1 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- build.xml 14 Mar 2003 20:21:04 -0000 1.110
+++ build.xml 14 Mar 2003 22:42:43 -0000 1.111
@@ -144,8 +144,13 @@
<target name="build-servletapi" unless="servletapi.build.notrequired" >
<echo>========== Building: ${servlet-api.jar}</echo>
<ant dir="${api.home}/jsr154" target="dist" >
- <property name="servlet-api.dist" value="${servlet-api.home}" />
+<!-- <property name="servlet-api.dist" value="${servlet-api.home}" />
+ -->
</ant>
+ <mkdir dir="${servlet-api.home}">
+ <copy todir="${servlet-api.home}">
+ <fileset dir="${api.home}/jsr154/dist" includes="**" />
+ </copy>
</target>
<target name="build-jspapi" unless="jspapi.build.notrequired" >
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]