You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/05/05 09:05:50 UTC

svn commit: r941172 - in /gump/metadata/project: apache-httpd.xml logging-log4cxx.xml

Author: bodewig
Date: Wed May  5 07:05:50 2010
New Revision: 941172

URL: http://svn.apache.org/viewvc?rev=941172&view=rev
Log:
what would break if we removed the old apr-util branch?

Modified:
    gump/metadata/project/apache-httpd.xml
    gump/metadata/project/logging-log4cxx.xml

Modified: gump/metadata/project/apache-httpd.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/apache-httpd.xml?rev=941172&r1=941171&r2=941172&view=diff
==============================================================================
--- gump/metadata/project/apache-httpd.xml (original)
+++ gump/metadata/project/apache-httpd.xml Wed May  5 07:05:50 2010
@@ -29,11 +29,11 @@
     <script name="buildconf">
       <arg name="--with-apr" project="apr-make-install"
         reference="home"/>
-      <arg name="--with-apr-util" project="apr-util-make-install"
-        reference="home"/>
+      <!--arg name="--with-apr-util" project="apr-util-make-install"
+        reference="home"/-->
     </script>
     <depend project="apr-make-install"/>
-    <depend project="apr-util-make-install"/>
+    <!--depend project="apr-util-make-install"/-->
   </project>
 
   <project name="apache-httpd-configure">
@@ -41,8 +41,8 @@
       <arg name="--prefix" path="dest-@@DATE@@"/>
       <arg name="--with-apr" project="apr-configure"
         reference="home"/>
-      <arg name="--with-apr-util" project="apr-util-configure"
-        reference="home"/>
+      <!--arg name="--with-apr-util" project="apr-util-configure"
+        reference="home"/-->
       <arg name="--with-pcre" project="pcre-configure"
         reference="home"/>
     </configure>

Modified: gump/metadata/project/logging-log4cxx.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4cxx.xml?rev=941172&r1=941171&r2=941172&view=diff
==============================================================================
--- gump/metadata/project/logging-log4cxx.xml (original)
+++ gump/metadata/project/logging-log4cxx.xml Wed May  5 07:05:50 2010
@@ -31,8 +31,8 @@
       <!-- property name="version" value="@@DATE@@"/ -->
       <property name="apr.dir" project="apr-configure"
         reference="home"/>
-      <property name="aprutil.dir" project="apr-util-configure"
-        reference="home"/>
+      <!--property name="aprutil.dir" project="apr-util-configure"
+        reference="home"/-->
       <property name="find" value="false"/>
     </ant>
 
@@ -42,7 +42,7 @@
     <depend project="ant-contrib-cpptasks"/>
     <depend project="ant-contrib" inherit="runtime"/>
     <depend project="apr-make-install"/>
-    <depend project="apr-util-make-install"/>
+    <!--depend project="apr-util-make-install"/-->
 	
     <nag to="carnold@apache.org"
          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
@@ -55,8 +55,8 @@
       <!-- property name="version" value="@@DATE@@"/ -->
       <property name="apr.dir" project="apr-configure"
         reference="home"/>
-      <property name="aprutil.dir" project="apr-util-configure"
-        reference="home"/>
+      <!--property name="aprutil.dir" project="apr-util-configure"
+        reference="home"/-->
       <property name="find" value="false"/>
     </ant>
 
@@ -66,7 +66,7 @@
     <depend project="ant-contrib-cpptasks"/>
     <depend project="ant-contrib" inherit="runtime"/>
     <depend project="apr-make-install"/>
-    <depend project="apr-util-make-install"/>
+    <!--depend project="apr-util-make-install"/-->
 	
     <nag to="carnold@apache.org"
          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
@@ -79,8 +79,8 @@
       <!-- property name="version" value="@@DATE@@"/ -->
       <property name="apr.dir" project="apr-configure"
         reference="home"/>
-      <property name="aprutil.dir" project="apr-util-configure"
-        reference="home"/>
+      <!--property name="aprutil.dir" project="apr-util-configure"
+        reference="home"/-->
       <property name="lib.type" value="static"/>
       <property name="find" value="false"/>
     </ant>
@@ -91,7 +91,7 @@
     <depend project="ant-contrib-cpptasks"/>
     <depend project="ant-contrib" inherit="runtime"/>
     <depend project="apr-make-install"/>
-    <depend project="apr-util-make-install"/>
+    <!--depend project="apr-util-make-install"/-->
 	
     <nag to="carnold@apache.org"
          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
@@ -106,11 +106,11 @@
     <configure>
       <arg name="--prefix" path="dest-@@DATE@@"/>
       <arg name="--with-apr" project="apr-make-install" reference="home"/>
-      <arg name="--with-apr-util" project="apr-util-make-install" reference="home"/>
+      <!--arg name="--with-apr-util" project="apr-util-make-install" reference="home"/-->
     </configure>
     <depend project="logging-log4cxx-autogen"/>
     <depend project="apr-make-install"/>
-    <depend project="apr-util-make-install"/>
+    <!--depend project="apr-util-make-install"/-->
     <home nested="dest-@@DATE@@"/>
   </project>
 



Re: svn commit: r941172 - in /gump/metadata/project: apache-httpd.xml logging-log4cxx.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2010-05-05, Bill Barker <bi...@verizon.net> wrote:

>> URL: http://svn.apache.org/viewvc?rev=941172&view=rev
>> Log:
>> what would break if we removed the old apr-util branch?

> Urm, pretty much every thing.  The problem is that current
> apr-util/trunk won't build with apr/trunk.

My understanding is that APR-util has been merged into APR - there is no
apr-util trunk at all.

> We could provide a legacy apr build to fix this in the meantime, but
> not really the Gump Way.

This is what I'm trying to find out.  Do the httpd and log4cpp builds
assume apr-util was a separate build or not?  If they still do, we'll
need a packaged version of apr-util IMHO.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r941172 - in /gump/metadata/project: apache-httpd.xml logging-log4cxx.xml

Posted by Bill Barker <bi...@verizon.net>.

--------------------------------------------------
From: <bo...@apache.org>
Sent: Wednesday, May 05, 2010 12:05 AM
To: <co...@gump.apache.org>
Subject: svn commit: r941172 - in /gump/metadata/project: apache-httpd.xml 
logging-log4cxx.xml

> Author: bodewig
> Date: Wed May  5 07:05:50 2010
> New Revision: 941172
>
> URL: http://svn.apache.org/viewvc?rev=941172&view=rev
> Log:
> what would break if we removed the old apr-util branch?
>

Urm, pretty much every thing.  The problem is that current apr-util/trunk 
won't build with apr/trunk.  IMHO this is a problem for the Apache-Apr 
community to work out.  We could provide a legacy apr build to fix this in 
the meantime, but not really the Gump Way.

> Modified:
>    gump/metadata/project/apache-httpd.xml
>    gump/metadata/project/logging-log4cxx.xml
>
> Modified: gump/metadata/project/apache-httpd.xml
> URL: 
> http://svn.apache.org/viewvc/gump/metadata/project/apache-httpd.xml?rev=941172&r1=941171&r2=941172&view=diff
> ==============================================================================
> --- gump/metadata/project/apache-httpd.xml (original)
> +++ gump/metadata/project/apache-httpd.xml Wed May  5 07:05:50 2010
> @@ -29,11 +29,11 @@
>     <script name="buildconf">
>       <arg name="--with-apr" project="apr-make-install"
>         reference="home"/>
> -      <arg name="--with-apr-util" project="apr-util-make-install"
> -        reference="home"/>
> +      <!--arg name="--with-apr-util" project="apr-util-make-install"
> +        reference="home"/-->
>     </script>
>     <depend project="apr-make-install"/>
> -    <depend project="apr-util-make-install"/>
> +    <!--depend project="apr-util-make-install"/-->
>   </project>
>
>   <project name="apache-httpd-configure">
> @@ -41,8 +41,8 @@
>       <arg name="--prefix" path="dest-@@DATE@@"/>
>       <arg name="--with-apr" project="apr-configure"
>         reference="home"/>
> -      <arg name="--with-apr-util" project="apr-util-configure"
> -        reference="home"/>
> +      <!--arg name="--with-apr-util" project="apr-util-configure"
> +        reference="home"/-->
>       <arg name="--with-pcre" project="pcre-configure"
>         reference="home"/>
>     </configure>
>
> Modified: gump/metadata/project/logging-log4cxx.xml
> URL: 
> http://svn.apache.org/viewvc/gump/metadata/project/logging-log4cxx.xml?rev=941172&r1=941171&r2=941172&view=diff
> ==============================================================================
> --- gump/metadata/project/logging-log4cxx.xml (original)
> +++ gump/metadata/project/logging-log4cxx.xml Wed May  5 07:05:50 2010
> @@ -31,8 +31,8 @@
>       <!-- property name="version" value="@@DATE@@"/ -->
>       <property name="apr.dir" project="apr-configure"
>         reference="home"/>
> -      <property name="aprutil.dir" project="apr-util-configure"
> -        reference="home"/>
> +      <!--property name="aprutil.dir" project="apr-util-configure"
> +        reference="home"/-->
>       <property name="find" value="false"/>
>     </ant>
>
> @@ -42,7 +42,7 @@
>     <depend project="ant-contrib-cpptasks"/>
>     <depend project="ant-contrib" inherit="runtime"/>
>     <depend project="apr-make-install"/>
> -    <depend project="apr-util-make-install"/>
> +    <!--depend project="apr-util-make-install"/-->
>
>     <nag to="carnold@apache.org"
>          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
> @@ -55,8 +55,8 @@
>       <!-- property name="version" value="@@DATE@@"/ -->
>       <property name="apr.dir" project="apr-configure"
>         reference="home"/>
> -      <property name="aprutil.dir" project="apr-util-configure"
> -        reference="home"/>
> +      <!--property name="aprutil.dir" project="apr-util-configure"
> +        reference="home"/-->
>       <property name="find" value="false"/>
>     </ant>
>
> @@ -66,7 +66,7 @@
>     <depend project="ant-contrib-cpptasks"/>
>     <depend project="ant-contrib" inherit="runtime"/>
>     <depend project="apr-make-install"/>
> -    <depend project="apr-util-make-install"/>
> +    <!--depend project="apr-util-make-install"/-->
>
>     <nag to="carnold@apache.org"
>          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
> @@ -79,8 +79,8 @@
>       <!-- property name="version" value="@@DATE@@"/ -->
>       <property name="apr.dir" project="apr-configure"
>         reference="home"/>
> -      <property name="aprutil.dir" project="apr-util-configure"
> -        reference="home"/>
> +      <!--property name="aprutil.dir" project="apr-util-configure"
> +        reference="home"/-->
>       <property name="lib.type" value="static"/>
>       <property name="find" value="false"/>
>     </ant>
> @@ -91,7 +91,7 @@
>     <depend project="ant-contrib-cpptasks"/>
>     <depend project="ant-contrib" inherit="runtime"/>
>     <depend project="apr-make-install"/>
> -    <depend project="apr-util-make-install"/>
> +    <!--depend project="apr-util-make-install"/-->
>
>     <nag to="carnold@apache.org"
>          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
> @@ -106,11 +106,11 @@
>     <configure>
>       <arg name="--prefix" path="dest-@@DATE@@"/>
>       <arg name="--with-apr" project="apr-make-install" reference="home"/>
> -      <arg name="--with-apr-util" project="apr-util-make-install" 
> reference="home"/>
> +      <!--arg name="--with-apr-util" project="apr-util-make-install" 
> reference="home"/-->
>     </configure>
>     <depend project="logging-log4cxx-autogen"/>
>     <depend project="apr-make-install"/>
> -    <depend project="apr-util-make-install"/>
> +    <!--depend project="apr-util-make-install"/-->
>     <home nested="dest-@@DATE@@"/>
>   </project>
>
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org