Hi,

the commons-beanutils project has been split into two projects and the
old project name no longer exists.  Also, you once defined a project
named ognl but have removed it from your CVS module later.

The appended patch should take care of these problems.

If you want a helping hand with your Gump descriptor, feel free to
move it into the gump CVS module.  All Apache committers have commit
access to the gump module, so you'd still be able to change it
whenever it is needed.

Cheers

        Stefan

-- 
http://stefanbodewig.blogger.de/

Index: support/gump.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tapestry/support/gump.xml,v
retrieving revision 1.18
diff -u -r1.18 gump.xml
--- support/gump.xml    25 Dec 2003 20:25:31 -0000      1.18
+++ support/gump.xml    30 Jun 2004 08:35:08 -0000
@@ -19,7 +19,7 @@
 
     <!-- framework -->
     <depend project="ant" inherit="runtime"/>
-    <depend project="commons-beanutils"/>
+    <depend project="commons-beanutils-core"/>
     <depend project="commons-digester"/>
     
     <depend project="commons-fileupload"/>
@@ -41,7 +41,7 @@
     <!-- These aren't built, yet, by Gump.  We direct Gump to
           use the versions stored in our CVS. -->
           
-    <depend project="ognl"/>
+    <!--depend project="ognl"/-->
     <depend project="jakarta-commons-codec"/>
 
     <!-- contrib -->
@@ -62,7 +62,7 @@
          to="[EMAIL PROTECTED]"/>
   </project>
 
-  <project name="ognl">
+  <!--project name="ognl">
     <package>ognl</package>
     <url href="http://www.ognl.org"/>
     
@@ -70,7 +70,7 @@
     
     <jar name="lib/ext/ognl-2.6.3.jar"/>
     <license name="lib/ext/LICENSE.ognl.txt"/>
-  </project>
+  </project-->
    
   <project name="jcharts">
     <package>org.jCharts</package>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to