bodewig 2003/01/15 23:41:17
Modified: project jelly-tags.xml
Log:
jsl tags now depend on xml tags, so add them.
Note that the xml-tags doesn't have a build file, so it won't work. Add
this to the nag messages, mail to commons-dev will follow in a few seconds.
Revision Changes Path
1.25 +25 -0 jakarta-gump/project/jelly-tags.xml
Index: jelly-tags.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/jelly-tags.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- jelly-tags.xml 15 Jan 2003 06:09:18 -0000 1.24
+++ jelly-tags.xml 16 Jan 2003 07:41:17 -0000 1.25
@@ -272,6 +272,7 @@
</ant>
<depend project="commons-jelly" inherit="all"/>
+ <depend project="commons-jelly-tags-xml"/>
<!-- ant taglib and dependencies used in tests -->
<depend project="commons-jelly-tags-ant"/>
@@ -508,6 +509,30 @@
to="[EMAIL PROTECTED]"/>
</project>
+ <project name="commons-jelly-tags-xml">
+ <package>org.apache.commons.jelly.tags.xml</package>
+ <description>???</description>
+
+ <ant basedir="jelly/jelly-tags/xml" target="jar">
+ <property name="final.name" value="commons-jelly-tags-xml-@@DATE@@"/>
+ </ant>
+
+ <depend project="commons-jelly" inherit="all"/>
+ <depend project="xml-xalan2"/>
+
+ <work nested="jelly/jelly-tags/xmlunit/target/classes"/>
+ <work nested="jelly/jelly-tags/xmlunit/target/test-classes"/>
+
+ <jar
name="jelly/jelly-tags/xmlunit/target/commons-jelly-tags-xmlunit-@@DATE@@.jar"/>
+
+ <nag from="Morgan Delagrange <[EMAIL PROTECTED]>"
+ to="[EMAIL PROTECTED]">
+ <regexp pattern="/BUILD FAILED/"/>
+ <!-- Buildfile: build.xml does not exist! -->
+ <regexp pattern="/Build failed/"/>
+ </nag>
+ </project>
+
<project name="commons-jelly-tags-xmlunit">
<package>org.apache.commons.jelly.tags.xmlunit</package>
<description>This is a Jelly interface for unit testing XML
applications.</description>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>