Gang,
I am trying to get Gump to build Cocoon. In the build script there is a <if>
element. I guess that it comes from the ant-contrib package.
If so, the following patch would be needed for gump.xml in the 2.2 branch.
Cheers
Niclas
--
+------//-------------------+
/ http://www.bali.ac /
/ http://niclas.hedhman.org /
+------//-------------------+
Index: gump.xml
===================================================================
--- gump.xml (revision 55597)
+++ gump.xml (working copy)
@@ -43,6 +43,7 @@
</ant>
<depend project="ant" inherit="runtime"/>
+ <depend project="ant-contrib" />
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>