; on Windoze). So you may
> want to it first. Or as Jan suggested, do an
> , then for your
> application.xml, then it back up again.
>
> Hope this helps
> Keith
>
>
> -Original Message-
> From: Charl Gerber [mailto:[EMAIL PROTECTED]
> Sent: 07 October 20
mltask [1]
>
>
>
> Jan
>
> [1] http://ant.apache.org/external.html#xmltask
>
>
> >-----Ursprüngliche Nachricht-
> >Von: Charl Gerber [mailto:[EMAIL PROTECTED]
> >Gesendet: Freitag, 7. Oktober 2005 12:47
> >An: user@ant.apache.org
> >Betreff:
I have a 3rd party .ear file that I am updating. The
original .ear has an "application.xml" file. I have
tried everything, but cannot get Ant to overwrite that
application.xml with a new one I made myself.
I have tried the ear, jar and zip taks, update=true,
metainf settings, zipfileset, everythin
Is there a way to use ant and delete selected files
from an archive? .war in particular.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi have this problem:
Set a global variable 'env' in my ant script based on:
the command line value, if not set, then
environment variable value, if not set, then
default value
I have this in my project root, ie, not in a target,
but it does not work:
The 'en