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:

AW: Conditional execution

2002-11-27 Thread Jan . Materne
TECTED]] > Gesendet am: Mittwoch, 27. November 2002 10:42 > An: [EMAIL PROTECTED] > Betreff: Conditional execution > > Is there a way of executing few tasks in a group based on the certain > condition? > Janusz >

Conditional execution

2002-11-27 Thread Janusz Dalecki \(TYCO\)
Is there a way of executing few tasks in a group based on the certain condition? Janusz

AW: Conditional Execution

2002-10-07 Thread Software AG
wig [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 7. Oktober 2002 11:33 > An: [EMAIL PROTECTED] > Betreff: Re: Conditional Execution > > > On Mon, 7 Oct 2002, Software AG <[EMAIL PROTECTED]> wrote: > > > You say can sign jars only if they were changed - and this

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

AW: Conditional Execution

2002-10-07 Thread Software AG
9 > An: [EMAIL PROTECTED] > Betreff: Re: Conditional Execution > > > 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

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

Conditional Execution

2002-10-07 Thread Software AG
Hi there. Does anyone know how to perform conditional execution, just like the javac task does it? I want to create and sign jars, but if and only if the content has changed (file time is sufficient). Hiran -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

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

conditional execution on tasks

2001-03-14 Thread John . D . Casey
Is there any way to specify "only execute this *task* if the following property is set"? It's like the if= and unless= attributes of target fame, but it allows a finer grained control without forcing the developer to write separate targets for each conditional... Also, is there a conditional

Re: Help with conditional execution with targets

2001-01-08 Thread Stefan Bodewig
Marvin Greenberg <[EMAIL PROTECTED]> wrote: > I've asked for a more general form of uptodate that > compares one fileset to another. I think you can achieve this in Ant 1.3alpha by using a . Stefan

RE: Help with conditional execution with targets

2001-01-05 Thread Marvin Greenberg
I've asked for a more general form of uptodate that compares two filesets. I've implemented a patch to Ant 1.3a that provides the capability, though the more I think about it the more I want conditions and conditional execution to be more explicitly modeled. With the updated upt

Re: Help with conditional execution with targets

2001-01-05 Thread Peter Donald
At 12:55 5/1/01 -0700, Steve Wilkinson wrote: >My application generates Java code based on SQL files. I would like to >determine if a change was made to one of the SQL files and if there was >re-generate the Java code. Can someone give me some direction? Probably the best way is to write your

RE: Help with conditional execution with targets

2001-01-05 Thread Marvin Greenberg
I've asked for a more general form of uptodate that compares one fileset to another. -Original Message- From: Steve Wilkinson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 2:56 PM To: '[EMAIL PROTECTED]' Cc: Steve Wilkinson Subject: Help with conditional

Re: Help with conditional execution with targets

2001-01-05 Thread Thad Humphries
I believe you can put multiple tags inside and/or just put a dir="..." attribute in without an includes="" True? I just started with ant this week... At 12:55 1/5/2001 -0700, Steve Wilkinson wrote: >My application generates Java code based on SQL files. I would like to >determine if a chan