RE: Conditional execution

2002-11-27 Thread Janusz Dalecki \(TYCO\)
Yep.Thanks Janusz -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 November 2002 8:59 PM To: [EMAIL PROTECTED] Subject: Re: Conditional execution On Wed, 27 Nov 2002, Janusz Dalecki <[EMAIL PROTECTED]> wrote: > Is there a way of executing

Re: Conditional execution

2002-11-27 Thread Stefan Bodewig
On Wed, 27 Nov 2002, Janusz Dalecki <[EMAIL PROTECTED]> wrote: > Is there a way of executing few tasks in a group based on the > certain condition? Sure. Put them together into a single target and use the target's if/unless attributes. Stefan -- To unsubscribe, e-mail:

Re: Conditional Execution

2002-10-07 Thread Stefan Bodewig
On Mon, 7 Oct 2002, Software AG <[EMAIL PROTECTED]> wrote: > You say can sign jars only if they were changed - and this > by using the signedjar option? How this? I've never used it myself, but this is what the manual suggests. If x.jar is your unsigned jar and y.jar is the signed version, som

Re: Conditional Execution

2002-10-07 Thread Stefan Bodewig
On Mon, 7 Oct 2002, Software AG <[EMAIL PROTECTED]> wrote: > Does anyone know how to perform conditional execution, just like the > javac task does it? Write (or use) a task to do so. > I want to create and sign jars, but if and only if the content has > changed (file time is sufficient). wil

Re: conditional execution on tasks

2001-03-14 Thread Stefan Bodewig
John D. Casey <[EMAIL PROTECTED]> wrote: > Is there any way to specify "only execute this *task* if the > following property is set"? No - at least not for the built in tasks, you could add something like this for your own tasks of course. Want me to add this to the Ant2 wish list? > Also, is t