RE: How to stop ant execution if one target fails

2008-10-06 Thread Lenhof,Danny
You may want to use something like this -Danny -Original Message- From: Dean Del Ponte [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 10:25 AM To: user@ant.apache.org Subject: How to stop ant execution if one target fails I'm using ant to build my project. When running

RE: how to change the property value at run time

2008-05-14 Thread Lenhof,Danny
You can set java_home at runtime in windows. If you're compiling multiple projects with two version of java it is best not to set java_home as environment variable. There are multiple ways of achieving the same outcome...here are two ideas. First, set java_home in a batch file to kick-off the

RE: ant and svn

2008-04-29 Thread Lenhof,Danny
Here is two examples...hope this helps. http://1.2.3.4/repos/address/I/want/updated c:/1.2.3.4/repos/address/I/want/updated " /> Or try this...

RE: setting properties

2008-03-14 Thread Lenhof,Danny
Thanks for the replies. This is what I did to get it to work. This is not the best way I am sure, but it works in a pinch. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Friday, M

setting properties

2008-03-13 Thread Lenhof,Danny
Newbie question: I created an ant wrapper that calls the build.xml. The issue I have is that the build.xml call a user.properties and overrides the values I set for the environment. Each developer has everything mapped to a d: drive, i.e. ant, weblogic, etc. I want it to use my values for my bui

RE: How to email only the error part

2008-03-06 Thread Lenhof,Danny
How about perl? Perl is very handy for extracting text from\to with a set of pre-defined parameters. -Danny -Original Message- From: I am Who i am [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 11:45 AM To: user@ant.apache.org Subject: How to email only the error part Hi All