RE: How to catch an error of one Ant task in my own task?

2003-08-06 Thread Bui Dinh Chien
oh my God, very simple :-) Thanks Jan >Catch their BuildException and do what you want. >Jan > Logic of my question is: > > I write a my own task, in my own task I use some Ant tasks. > So how can I catch error of Ant tasks to write into a logging file or > simply print out into command window.

Re: antmerge:- inheriting ant files.

2003-08-06 Thread Stefan Bodewig
On 06 Aug 2003, Phillip Lord <[EMAIL PROTECTED]> wrote: > Can I have this included on the external tools and tasks page > please? Done, will appear on the site shortly. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

RE: Ant Pretty Build... (The Return)

2003-08-06 Thread Patrick Martin
Thanks, It did the trick. I also had to change line 103 in order to add the /d arg to cd: var commandline = 'cd /d ' + builddir This will change the current drive letter as well as the directory if needed. I don't know if it is valid for older win32 platforms though. Thanks again, Patrick > -

Re: - using "if" for conditional invocation?

2003-08-06 Thread Daniel H A Lima
You can use the construction below...But i dont know if this will cause the same effect ! Sullivan, Sean C - MWT wrote: I am using Ant 1.5.3 I'd like to be able to do this: ###

Re: antmerge:- inheriting ant files.

2003-08-06 Thread Phillip Lord
> "Nicola" == Nicola Ken Barozzi <[EMAIL PROTECTED]> writes: Nicola> Phillip Lord wrote, On 06/08/2003 14.38: ... >> I notice that ant may be getting an "import" task (its in the >> CVS). I think that they will have some of the same problems as >> me. Parts of ant are procedural (prope

RE: ant-contrib-trycatch

2003-08-06 Thread Vikas Phonsa
David, I tried to do what u suggested, it aborts the build but also gives out hundreds of line of error code. My whole purpose is to avoid that stack trace. Vikas -Original Message- From: Harkness, David [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 10:30 AM To: Ant Users List

Re: How to use the Ant task within WSAD 5?

2003-08-06 Thread Antoine Levy-Lambert
In antelope there is a graphical input task (I do not know how it is called exactly) which pop ups a Swing frame. This might work better. Cheers, Antoine - Original Message - From: "Philippe Waltregny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 1:48 PM Subj

summary all build-in ant properties

2003-08-06 Thread Stefan Sayk
Hello, where can I get a summary of all build-in ant properties like ${user.name}. Stefan Stefan Sayk E.-Mail: [EMAIL PROTECTED] -- act'o-soft GmbH Informationssysteme * E

Re: Versioning / Manifest

2003-08-06 Thread Claudio Corsi
Tim Davidson wrote: I have a related question. Its it possible to create the manifest for a jar on the fly somehow? The reason is to add a timestamp inside the JAR for versioning? something like: Use the manifest task to create your man