You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Ignacio J. Ortega" <na...@siapi.es> on 2001/10/06 21:53:55 UTC

[PATCH] Build process define ant.home but no uses it

Hola a todos:

With this patch Build of Jetspeed is much easier to those , like me ,
that use regularly ant, and want to use his own ant install.., and his
own ant.home setting..

Thanks

Saludos ,
Ignacio J. Ortega

Re: [PATCH] Build process define ant.home but no uses it

Posted by Santiago Gala <sg...@hisitech.com>.
Ignacio J. Ortega wrote:

>Hola a todos:
>
>With this patch Build of Jetspeed is much easier to those , like me ,
>that use regularly ant, and want to use his own ant install.., and his
>own ant.home setting..
>
Done. Thanks.

>
>
>Thanks
>
>Saludos ,
>Ignacio J. Ortega
>
>
>------------------------------------------------------------------------
>
>Index: build.xml
>===================================================================
>RCS file: /home/cvspublic/jakarta-jetspeed/build/build.xml,v
>retrieving revision 1.104
>diff -u -r1.104 build.xml
>--- build.xml	2001/09/20 13:49:57	1.104
>+++ build.xml	2001/10/06 19:47:41
>@@ -100,7 +100,7 @@
>     <!-- Builds Classpath                                                    -->
>     <!-- =================================================================== -->
>     <path id="classpath">
>-        <fileset dir="${ant.home}/lib">
>+        <fileset dir="build/lib">
> 
>             <!-- Everything in the build lib dir -->
> 
>
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org