You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/11/19 15:47:36 UTC

[GUMP] [PATCH] Add nags, fix part of forrestbar's problems

Hi,

apache-forrest-forrestbar is failing in Gump because you forgot to
make it depend on Ant
<http://cvs.apache.org/builds/gump/2002-11-19/apache-forrest-forrestbar.html>.
Unfortunately you don't see it as there is no <nag> element.

The patch below fixes both, but forrestbar may still be failing, I'm
not sure, I haven't tried.  At least you'd get notified if it fails 8-)

Stefan

Index: module.xml
===================================================================
RCS file: /home/cvspublic/xml-forrest/module.xml,v
retrieving revision 1.8
diff -u -r1.8 module.xml
--- module.xml	18 Nov 2002 09:22:06 -0000	1.8
+++ module.xml	19 Nov 2002 14:43:35 -0000
@@ -73,6 +73,9 @@
              tosite="xml-apache-org"
              todir="forrest/" />
     -->
+
+        <nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
+             to="forrest-dev@xml.apache.org"/>
     </project>
     
     <project name="apache-forrest-forrestbar">
@@ -80,10 +83,14 @@
         <ant target="forrestbar"/>
 
         <home nested="build"/>
+        <depend project="jakarta-ant"/>
+        <depend project="xml-xerces"/>
 
     <!-- jars - the result of the build  -->
         <jar id="forrestbar" name="forrestbar.xpi"/>
 
+        <nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
+             to="forrest-dev@xml.apache.org"/>
 
     </project>
         

Re: [GUMP] [PATCH] Add nags, fix part of forrestbar's problems

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Stefan Bodewig wrote:
> Hi,
> 
> apache-forrest-forrestbar is failing in Gump because you forgot to
> make it depend on Ant
> <http://cvs.apache.org/builds/gump/2002-11-19/apache-forrest-forrestbar.html>.
> Unfortunately you don't see it as there is no <nag> element.
> 
> The patch below fixes both, but forrestbar may still be failing, I'm
> not sure, I haven't tried.  At least you'd get notified if it fails 8-)

Done, thanks.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------