Re: Contributing to optional tasks?

2003-02-18 Thread Stefan Bodewig
On Tue, 18 Feb 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: > SSH is an interesting one, every agrees we need it, but we have > historically been constrained by the GPL/LGPL nature of all working > open source Java implementations which looked suitable. Fortunately this is no longer true - jsc

Re: Conditional target execution based on prerequisite execution

2003-02-18 Thread Timothy Wall
On Tuesday, February 18, 2003, at 08:43 PM, Mike Ayers wrote: From: Martin [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 25, 2002 3:05 PM 1)The regular Target dependency tree This, it should be noted, is really no different from make. It can just be difficult to line up features betw

Re: Conditional target execution based on prerequisite execution

2003-02-18 Thread Timothy Wall
On Sunday, August 25, 2002, at 06:05 PM, Martin wrote: Tim/Mike It appears we have 2 items here 1)The regular Target dependency tree 2)Targets which should be executed everytime the Project build is invoked. Does Ant have a mechanism for ALWAYS executing specified targets everytime the Project

Re: AW: Conditional target execution based on prerequisite execution

2003-02-18 Thread Timothy Wall
Thanks. That's a reasonable description, that should probably be up front in the Ant docs somewhere. Unfortunately, it raises the bar for actually using "up-to-date" since you have to write a new task to get it. Does a target get noted as "not run" if all of its tasks decide they are up to d

RE: Conditional target execution based on prerequisite execution

2003-02-18 Thread Mike Ayers
> From: Martin [mailto:[EMAIL PROTECTED]] > Sent: Sunday, August 25, 2002 3:05 PM > 1)The regular Target dependency tree This, it should be noted, is really no different from make. It can just be difficult to line up features between the two. > 2)Targets which should be executed every

RE: Conditional target execution based on prerequisite execution

2003-02-18 Thread Mike Ayers
> From: Mike Ayers > Sent: Tuesday, February 18, 2003 9:02 AM > > What is the canonical "Only create this directory if it > > doesn't exist" > > rule? > > There may not be a canonical form, but this will work: > > > > > This was incorrect - noone noticed? I just cau

Re: Conditional target execution based on prerequisite execution

2003-02-18 Thread Martin
Tim/Mike It appears we have 2 items here 1)The regular Target dependency tree 2)Targets which should be executed everytime the Project build is invoked. Does Ant have a mechanism for ALWAYS executing specified targets everytime the Project build is invoked Regardless of the Dependency tree? -Martin

Re: Classpath not found using sql task

2003-02-18 Thread Martin
David- Classpath should include this location ... -Martin - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 7:08 PM Subject: Re: Classpath not found using sql task > what happens when you rename t

Problem Using Ant 1.5.1 on Latest Cygwin

2003-02-18 Thread whorfin
I originally emailed Cygwin's mailing list about this. However, it seems they've deliberately changed the way cygpath works, and the ant shellscript to launch it has broken as a result. It seems concentrated primarily around munging JAVA_PATH to work with Cygwin inside the ant shellscript. More d

Re: Classpath not found using sql task

2003-02-18 Thread Steve Loughran
what happens when you rename the .zip file .jar? - Original Message - From: "ALIA-SC, David" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 10:07 Subject: Classpath not found using sql task > Hi, > > I don't understand why the classpath I u