RE: Aborting a task execution

2007-03-06 Thread Rebhan, Gilbert
Hi, -Original Message- From: Patrick Laplante [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 3:11 PM To: user@ant.apache.org Subject: Aborting a task execution /* I launch ANT within an application and I would like to be able to abort the execution at any time, is anyone knows

Re: Getting status from javac

2007-03-06 Thread Dominique Devienne
On 3/6/07, euge <[EMAIL PROTECTED]> wrote: How would someone solve the following problem? I have an ant build script which builds a number of projects. If one of the projects does not compile then the build fails (since javac fails). I can put failonerror="false", but then I dont know which proj

Getting status from javac

2007-03-06 Thread euge
How would someone solve the following problem? I have an ant build script which builds a number of projects. If one of the projects does not compile then the build fails (since javac fails). I can put failonerror="false", but then I dont know which project has failed (it's a nightly build and

Re: Information on Ant Dependant libraries and compatibility

2007-03-06 Thread Kevin Jackson
Hi, Hi, I am using ANT (1.6.5) for building and running my project. I could see that ant uses xerces parser. I am also using xerces parser in my code, for which I have got my own xerces jar. Finally I can have only one xerces.jar in class path. If you are using Java5+ I think xerces comes

Re: Aborting a task execution

2007-03-06 Thread Vincent
Ctrl+C? On 3/6/07, Patrick Laplante <[EMAIL PROTECTED]> wrote: Hi, I launch ANT within an application and I would like to be able to abort the execution at any time, is anyone knows how to do it? Thanks - To unsubscrib

RE: Information on Ant Dependant libraries and compatibility

2007-03-06 Thread bill/wilandra
Start with (1) for general Ant library dependencies. For other Ant tasks (e.g., antcontrib) you will need to check their documentation. For Ant used in an IDE check the IDE documentation. If you use the Ant helper scripts that come with the Ant distribution (ant.bat or ant) you should not need to

Information on Ant Dependant libraries and compatibility

2007-03-06 Thread magisetty obula prasad
Hi, I am using ANT (1.6.5) for building and running my project. I could see that ant uses xerces parser. I am also using xerces parser in my code, for which I have got my own xerces jar. Finally I can have only one xerces.jar in class path. Also there are lots of ant libraries under lib di

Re: how to get Project' message output level

2007-03-06 Thread Dominique Devienne
On 3/6/07, Vladimir Egorov <[EMAIL PROTECTED]> wrote: Project defines MSG_ERR, MSG_WARN, etc. codes. Is there a programmatic way to get current message output level (log level)? I suppose this would come from the flag (-verbose, -debug, etc.) that user passed on command line. There is no "curre

how to get Project' message output level

2007-03-06 Thread Vladimir Egorov
Hi Ant Users, Project defines MSG_ERR, MSG_WARN, etc. codes. Is there a programmatic way to get current message output level (log level)? I suppose this would come from the flag (-verbose, -debug, etc.) that user passed on command line. I am extending the AntContrib' AntServer/RemoteAnt tasks. I

war task add folders that be should avoid/ignore it

2007-03-06 Thread dr_pompeii
Hi guys i have a problem with ant [b]war[/b] task my build.xml are located in [code] myapp WEB-INF build.xml [/code] this is my war task target [code] [/code] where [b][/b] well the

Re: Java Development with Ant, 2nd edition?

2007-03-06 Thread Steve Loughran
David Corley (AT/LMI) wrote: Anyone know when it's due. I understand it was due to be released with updated info for Ant 1.7 around the time of release of 1.7... ? 1. May. Honest! The final bits of editing are underway, with the copy editor having improved the readability of the text, me now

Aborting a task execution

2007-03-06 Thread Patrick Laplante
Hi, I launch ANT within an application and I would like to be able to abort the execution at any time, is anyone knows how to do it? Thanks

Java Development with Ant, 2nd edition?

2007-03-06 Thread David Corley \(AT/LMI\)
Anyone know when it's due. I understand it was due to be released with updated info for Ant 1.7 around the time of release of 1.7... ? This communication is confidential and intended solely for the addressee(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you believe

RE: reporting @TransactionAttribute is an unknown tag

2007-03-06 Thread Stephen McConnell
> -Original Message- > From: Michael Giroux [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 6 March 2007 1:58 AM > To: Ant Users List > Subject: Re: reporting @TransactionAttribute is an > unknown tag > > Full class name: javax.ejb.TransactionAttribute I did add a > jar to the classpath