RE: Running part of the target based on the existence of a property file

2006-01-26 Thread Mark Eramo
ursday, January 26, 2006 10:55 AM To: user@ant.apache.org Subject: Running part of the target based on the existence of a property file Hi, I am relatively new to using property files to pass values to Ant as well as using the if statement in Ant. What I would like to do is run part of a

RE: Running part of the target based on the existence of a property file

2006-01-26 Thread Burgess, Benjamin
g part of the target based on the existence of a property file Hi, I am relatively new to using property files to pass values to Ant as well as using the if statement in Ant. What I would like to do is run part of a custom target based on the existence of a property file. Here is what I want

Running part of the target based on the existence of a property file

2006-01-26 Thread Mark Eramo
Hi, I am relatively new to using property files to pass values to Ant as well as using the if statement in Ant. What I would like to do is run part of a custom target based on the existence of a property file. Here is what I want to do Basically, what I am trying t