You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/02/22 14:07:17 UTC

[PATCH] should fix build failures for gump and betwixt

This should fix the interim build failures for both GUMP and
commons-betwixt

Stefan

Index: jakarta-commons-sandbox.xml
===================================================================
RCS file: /home/cvspublic/jakarta-alexandria/proposal/gump/project/jakarta-commons-sandbox.xml,v
retrieving revision 1.26
diff -u -r1.26 jakarta-commons-sandbox.xml
--- jakarta-commons-sandbox.xml	21 Feb 2002 20:33:38 -0000	1.26
+++ jakarta-commons-sandbox.xml	22 Feb 2002 13:20:17 -0000
@@ -37,13 +37,14 @@
     <url href="http://jakarta.apache.org/commons/betwixt.html"/>
     <ant basedir="betwixt" target="dist">
       <property name="component.version"  value="@@DATE@@"/>
-      <depend project="xml-xerces"/>
       <depend property="commons-digester.jar" project="commons-digester"/>
       <depend property="commons-collections.jar" project="commons-collections"/>
       <depend property="commons-beanutils.jar" project="commons-beanutils"/>
       <depend property="junit.jar"  project="junit"/>
     </ant>
     <depend project="jakarta-ant"/>
+    <depend project="xml-xerces"/>
+    <depend project="commons-logging"/>
     <jar name="betwixt/dist/commons-betwixt-@@DATE@@.jar"/>
     <javadoc nested="betwixt/dist/docs/api"/>
   </project>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] should fix build failures for gump and betwixt

Posted by Peter Donald <pe...@apache.org>.
eeeek! Hate it when I introduce bugs ;)

On Sat, 23 Feb 2002 00:07, Stefan Bodewig wrote:
> This should fix the interim build failures for both GUMP and
> commons-betwixt

Applied - thanks.

>
> Stefan
>
> Index: jakarta-commons-sandbox.xml
> ===================================================================
> RCS file:
> /home/cvspublic/jakarta-alexandria/proposal/gump/project/jakarta-commons-sa
>ndbox.xml,v retrieving revision 1.26
> diff -u -r1.26 jakarta-commons-sandbox.xml
> --- jakarta-commons-sandbox.xml	21 Feb 2002 20:33:38 -0000	1.26
> +++ jakarta-commons-sandbox.xml	22 Feb 2002 13:20:17 -0000
> @@ -37,13 +37,14 @@
>      <url href="http://jakarta.apache.org/commons/betwixt.html"/>
>      <ant basedir="betwixt" target="dist">
>        <property name="component.version"  value="@@DATE@@"/>
> -      <depend project="xml-xerces"/>
>        <depend property="commons-digester.jar" project="commons-digester"/>
>        <depend property="commons-collections.jar"
> project="commons-collections"/> <depend property="commons-beanutils.jar"
> project="commons-beanutils"/> <depend property="junit.jar" 
> project="junit"/>
>      </ant>
>      <depend project="jakarta-ant"/>
> +    <depend project="xml-xerces"/>
> +    <depend project="commons-logging"/>
>      <jar name="betwixt/dist/commons-betwixt-@@DATE@@.jar"/>
>      <javadoc nested="betwixt/dist/docs/api"/>
>    </project>

-- 
Cheers,

Pete

*-------------------------------------*
| Does the name `Pavlov' ring a bell? |
*-------------------------------------*

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>