RE: AW: Problem updating application.xml

2005-10-10 Thread Charl Gerber
; 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

Re: AW: Problem updating application.xml

2005-10-07 Thread Charl Gerber
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:

Problem updating application.xml

2005-10-07 Thread Charl Gerber
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

Delete (selected) files from an archive?

2005-03-31 Thread Charl Gerber
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]

Problem setting variables conditionally

2005-01-28 Thread Charl Gerber
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