Hello, is there any possibility to several projects from one build.xml.
Example:
And also is there a possibility to link in external project build.xml
files to the current build.xml file.
AppA
build.xml
build.properties
AppB
build.xml
build.
Thank you, I missed that there was an zipfileset.
The attribute you where looking for is prefix attribute and dose exactly
the things I want.
Lars
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: den 19 maj 2006 15:49
To: Ant Users List
Subject: Re: Fileset
>
Well, almost like that,
But if possible I would like to have the names of changed.
So, if your file set ended up being
/alpha/beta/foo.txt
/theta/epsilon/bar.txt
/here/there
/over/yonder
You'd want the zip file to contain
foo.txt
bar.txt
/newname
/over/yonder
-Original Message-
From: Sc
Hello I want to create an Zip file with the zip and fileset tasks. The
problem I'm having is that it puts all files in the root directory.
f