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
lto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 2:56 PM To: '[EMAIL PROTECTED]' Cc: Steve Wilkinson Subject: Help with conditional execution with targets 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 t

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