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