Re: Setting a property based on a command-line parameter

2006-07-21 Thread Joe Moore
Charles, Look at the Conditions task, Supported conditions in the Ant manual. This has a test to see if a property is set or not. The Tstamp task has an offset attribute that you can use to change the date either forward or backward. Hopefully that points you in the right direction. Joe

Re: Passing References from Master Build File to Child

2006-07-14 Thread Joe Moore
t was designed? Joe [EMAIL PROTECTED] - Original Message From: Joe Moore <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Thursday, July 13, 2006 10:21:19 AM Subject: Passing References from Master Build File to Child I'm having problems passing a path reference from a Master build

Passing References from Master Build File to Child

2006-07-13 Thread Joe Moore
I'm having problems passing a path reference from a Master build file to a child build file. I've read through the user manual, a few books and Googled and am still having problems. So I figure I'm missing something simple. Perhaps in the child build file? I think I've called the task properl

ANT Task Documentation

2006-07-11 Thread Joe Moore
Please don't hijack other threads. You should create a new email with a new subject heading. Check out the ANT Manual (http://ant.apache.org/manual/index.html) and read the Developing with Ant section. HTH, Joe [EMAIL PROTECTED] - Original Message From: [EMAIL PROTECTED] To: Ant Use

Re: Javac tasks (when calling from java)

2006-04-03 Thread Joe Moore
] - Original Message From: Matt Benson <[EMAIL PROTECTED]> To: Ant Users List ; Joe Moore <[EMAIL PROTECTED]> Sent: Monday, April 3, 2006 1:14:46 PM Subject: Re: Javac tasks (when calling from java) It would probably help if you give examples of the directories you are referring to. As f

Re: Javac tasks (when calling from java)

2006-04-03 Thread Joe Moore
I've noticed that with Java 5, when you install it it installs the JDK in a separate folde than the SDK I think it used to be a subfolder of the SDK but is now its own separate folder. This then puts the tools.jar in the SDK and outside the CLASSPATH. As a workaround I've added the full path to

Re: AW: ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME.

2006-04-03 Thread Joe Moore
Also, is the ant.bat file in your PATH environment variable? You'll need to add %ANT_HOME%\bin to your PATH environment, then your system will be able to find ant.bat. Joe [EMAIL PROTECTED] - Original Message From: [EMAIL PROTECTED] To: user@ant.apache.org Sent: Monday, April 3, 2006