You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/08/06 18:09:15 UTC

[NET] Ant build file contains bad absolute path

Jeff,

first of all thank you for providing a vanilla Ant build file, this
will enable Gump to build commons-net (and at some point make the
transition for Ant's NetComponents tasks easier).

Unfortunately there is this strange fileset at line 39.  I think you
meant something like the appended patch, but guess you'll need to
patch the original Maven descriptor in the first place.

Stefan

Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-commons-sandbox/net/build.xml,v
retrieving revision 1.5
diff -u -r1.5 build.xml
--- build.xml	6 Aug 2002 15:23:37 -0000	1.5
+++ build.xml	6 Aug 2002 16:08:23 -0000
@@ -37,7 +37,7 @@
     
  
     <copy todir="${classesdir}">
-      <fileset dir="/home/jbrekke/sandbox/other/jakarta-commons-sandbox/net">
+      <fileset dir=".">
       
         <include name="**/*.properties"></include>
       

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


Re: [NET] Ant build file contains bad absolute path

Posted by Stefan Bodewig <bo...@apache.org>.
On 06 Aug 2002, Jason van Zyl <ja...@zenplex.com> wrote:

> Stephane, could we coordinate to try and do a series of builds with
> your local gump setup?

Ask again tomorrow (my timezone 8-).  "My Gump" will start next time
about midnight GMT+2 and will build commons-net.  I'll be happy to
lend a hand when I'm back at that box - about ten hours from now,
I guess.

> I'm going to generate ant builds for all maven projects and if you
> could spare an hour we can hammer out any last quirks in the ant
> build generation before I release Maven.

Would be cool.

Stefan

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


Re: [NET] Ant build file contains bad absolute path

Posted by Jason van Zyl <ja...@zenplex.com>.
On Tue, 2002-08-06 at 12:09, Stefan Bodewig wrote:
> Jeff,
> 

>   
>      <copy todir="${classesdir}">
> -      <fileset dir="/home/jbrekke/sandbox/other/jakarta-commons-sandbox/net">
> +      <fileset dir=".">
>        
>          <include name="**/*.properties"></include>
>        

I will fix the ant build generator, what it is spitting out isn't right.

Stephane, could we coordinate to try and do a series of builds with your
local gump setup? I'm going to generate ant builds for all maven
projects and if you could spare an hour we can hammer out any last
quirks in the ant build generation before I release Maven.
 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jason@apache.org
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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