larryi 2003/03/04 05:11:59
Modified: project jakarta-tomcat-5.xml
Log:
Adjustment to Bill's patch since reference="home" only gives you
the jakarta-commons directory. Fortunately, the re-build of modeler only
appears to rebuild the javadoc. Jars don't seem to be touched.
The build gets farther, but still fails trying to create a taskdef for JspC. This
one will require a little more work to fix. I need to understand the build.xmls
better first.
Revision Changes Path
1.8 +2 -3 jakarta-gump/project/jakarta-tomcat-5.xml
Index: jakarta-tomcat-5.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/jakarta-tomcat-5.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jakarta-tomcat-5.xml 4 Mar 2003 08:41:56 -0000 1.7
+++ jakarta-tomcat-5.xml 4 Mar 2003 13:11:59 -0000 1.8
@@ -53,15 +53,13 @@
runtime="true"/>
<depend property="commons-el.jar" project="commons-el"
runtime="true"/>
- <property name="commons-modeler.home" reference="home"
- project="commons-modeler" />
- <depend property="commons-modeler.jar" project="commons-modeler"/>
<depend property="commons-dbcp.jar" project="commons-dbcp"/>
<depend property="commons-pool.jar" project="commons-pool"/>
<depend property="commons-logging.jar" project="commons-logging"
runtime="true" id="all"/>
<depend property="commons-logging-api.jar" project="commons-logging"
runtime="true" id="api"/>
+ <property name="commons-modeler.home" project="commons-modeler"
path="modeler"/>
</ant>
<depend project="ant"/>
@@ -81,6 +79,7 @@
<depend project="jakarta-servletapi-5-jsp"/>
<depend project="jakarta-regexp"/>
<depend project="commons-el"/>
+ <depend project="commons-modeler"/>
<option project="junit" />
<work nested="catalina/build/server/classes"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]