RE: forced update with war target

2008-04-09 Thread Bohica0682
commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/forced-update-with-war-target-tp3670020p16597296.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: forced update with war target

2006-03-30 Thread Jan.Materne
>> Since a war file is, more or less, a zip file...I say give the zip >> task a try. I think it would work better for what you're >trying to accomplish. > >I tried that, it has the same behaviour. Because it´s the base class of jar=org.apache.tools.ant.taskdefs.Jar zip=org.apache.tools.

RE: forced update with war target

2006-03-30 Thread Torgeir Veimo
On Thu, 2006-03-30 at 09:41 -0800, Res Pons wrote: > Since a war file is, more or less, a zip file...I say give the zip task a > try. I think it would work better for what you're trying to accomplish. I tried that, it has the same behaviour. -- Torgeir Veimo <[EMAIL PROTECTED]>

RE: forced update with war target

2006-03-30 Thread Res Pons
ubject: forced update with war target Date: Thu, 30 Mar 2006 15:35:27 +0200 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by bay0-mc12-f13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 30 Mar 2006 05:36:01 -0800 Received: (qmail 44310 invoked by uid 500);

AW: forced update with war target

2006-03-30 Thread Jan.Materne
delete the 'old' war? Jan >-Ursprüngliche Nachricht- >Von: Torgeir Veimo [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 30. März 2006 16:19 >An: Ant Users List >Betreff: RE: forced update with war target > >On Thu, 2006-03-30 at 15:04 +0100, Keith

RE: forced update with war target

2006-03-30 Thread Torgeir Veimo
On Thu, 2006-03-30 at 15:04 +0100, Keith Hatton wrote: > Option 1. the files before so that they will definitely > have a newer timestamp. > > Option 2. the archive, the files to be > replaced, then to create a new WAR file. The war file has 3000+ files. I was doing it this way to create a f

RE: forced update with war target

2006-03-30 Thread Keith Hatton
: user@ant.apache.org Subject: forced update with war target I'm using the war target to update a war file, with update="true", but it seems it only updated files that has a newer timestamp than those in the war file. Is there a way to force all files that I specify to be updated

forced update with war target

2006-03-30 Thread Torgeir Veimo
I'm using the war target to update a war file, with update="true", but it seems it only updated files that has a newer timestamp than those in the war file. Is there a way to force all files that I specify to be updated in the war file? -- Torgeir Veimo <[EMAIL PROTECTED]>