You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2005/01/23 17:00:25 UTC

svn commit: r126215 - /forrest/trunk/main/build.xml

Author: cheche
Date: Sun Jan 23 08:00:24 2005
New Revision: 126215

URL: http://svn.apache.org/viewcvs?view=rev&rev=126215
Log:
Missing target for Gump

Modified:
   forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&rev=126215&p1=forrest/trunk/main/build.xml&r1=126214&p2=forrest/trunk/main/build.xml&r2=126215
==============================================================================
--- forrest/trunk/main/build.xml	(original)
+++ forrest/trunk/main/build.xml	Sun Jan 23 08:00:24 2005
@@ -250,6 +250,10 @@
     description="Generates static HTML documentation">
     <ant antfile="${forrest.core}/forrest.build.xml" target="site"/>
   </target>
+  <target name="webapp" depends="dist-shbat"
+    description="Builds a cocoon webapp for local execution">
+    <ant antfile="${forrest.core}/forrest.build.xml" target="webapp"/>
+  </target>
 
   <!-- ================================== -->
   <!--        Test targets                -->

Re: svn commit: r126215 - /forrest/trunk/main/build.xml

Posted by Juan Jose Pablos <ch...@apache.org>.
David Crossley wrote:

>Why would this suddenly be needed for gump? It was okay
>without this until recently. I am wondering if it was
>a symptom of some other recent change in forrest.
>  
>
I think that this is related to remove the ant-proxy build.

Re: svn commit: r126215 - /forrest/trunk/main/build.xml

Posted by David Crossley <cr...@apache.org>.
Why would this suddenly be needed for gump? It was okay
without this until recently. I am wondering if it was
a symptom of some other recent change in forrest.

--David

> Author: cheche
> Date: Sun Jan 23 08:00:24 2005
> New Revision: 126215
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=126215
> Log:
> Missing target for Gump
> 
> Modified:
>    forrest/trunk/main/build.xml
> 
> Modified: forrest/trunk/main/build.xml
> Url: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&rev=126215&p1=forrest/trunk/main/build.xml&r1=126214&p2=forrest/trunk/main/build.xml&r2=126215
> ==============================================================================
> --- forrest/trunk/main/build.xml	(original)
> +++ forrest/trunk/main/build.xml	Sun Jan 23 08:00:24 2005
> @@ -250,6 +250,10 @@
>      description="Generates static HTML documentation">
>      <ant antfile="${forrest.core}/forrest.build.xml" target="site"/>
>    </target>
> +  <target name="webapp" depends="dist-shbat"
> +    description="Builds a cocoon webapp for local execution">
> +    <ant antfile="${forrest.core}/forrest.build.xml" target="webapp"/>
> +  </target>
>  
>    <!-- ================================== -->
>    <!--        Test targets                -->