RE: help required on ANT

2003-02-25 Thread Mike Ayers
Hello Mr. Banerjee, I'm afraid I have already given you the best advice I can, as I know little about HPUX. Perhaps the list can do better. Also, I must point out that you should never individually contact someone who responds to your list posting - always respond to t

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: > > > >

RE: difficulty in bulding ant

2003-02-17 Thread Mike Ayers
> From: suraj waghulde [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 4:49 AM > C:\ant>build -Ddist.dir="c:\ant" > JAVA_HOME=c:\jdk1.3.0_01 > JAVA=c:\jdk1.3.0_01\bin\java > JAVAC=c:\jdk1.3.0_01\bin\javac > Modern compiler not found - looking for classic > compiler > > BUILD F