I might be wrong, but I think there is a URLFixer task - or something
similarly named, would that be useful?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yes. Use a subtask to specify what files you want in your Zipfile.
On Nov 16, 2007 6:47 AM, Roman Agapkin <[EMAIL PROTECTED]> wrote:
> Hello Experts,
>
> i've got a question on ant's zip task:
>
> i would like to create a zip file:
>
> take file file.xy from folder A and put them int
Hello Experts,
i've got a question on ant's zip task:
i would like to create a zip file:
take file file.xy from folder A and put them into the zip file into a
new folder B/file.xy
is that possible?
or another problem:
i would like to zip a subtree
e.g. i've got a path A/B/C/D/file.xy
i want
Thanks a lot David!
I succeeded by doing this:
My original path is inside the property "basedir" while the file "xyz"
contains the string "${basedir}". Thus I get my original path by using
"".
(My modified pa