AW: Is project Antidote still alive?

2007-07-17 Thread Jan.Materne
Antidote is retired since March 2005. http://marc.info/?l=ant-dev&m=111208322503443&w=2 Where are these broken links? Jan >-Ursprüngliche Nachricht- >Von: Jérôme Warnier [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 12. Juli 2007 10:34 >An: user@ant.apache.org >Betreff: Is project

AW: How to know which target is running?

2007-07-17 Thread Jan.Materne
The list of targets is not passed from command line to the project instance. Therefore it is not possible to access this list. Jan >-Ursprüngliche Nachricht- >Von: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 11. Juli 2007 23:56 >An: Ant Users List >Betref

Re: Simple if/else Condition

2007-07-17 Thread Qazwart
On Jul 17, 2007, at 11:18 PM, Evan J wrote: if (condition) perform some task, i.e. echo message="condition met" else perform another task Check out the AntContrib tasks at . There is actually an ant task at

Simple if/else Condition

2007-07-17 Thread Evan J
Hi, I read the documents on Condition and Available tasks and from what I see, both tasks only set a certain property upon meeting the condition or otherwise. What I would like to accomplish is to actually perform a task if a condition met or else do something else. That is, if (condition) perf

RE: TImestamping in ANT

2007-07-17 Thread James Oltmans
Another good option if you are not opposed to ant-contrib is the stopwatch task. http://ant-contrib.sourceforge.net/tasks/tasks/stopwatch_task.html -Original Message- From: dkhanna01 [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 11:30 AM To: user@ant.apache.org Subject: TImestam

Sequential/WaitFor Missing taskFinished Event on Failure

2007-07-17 Thread Murray, Mike
It appears that the and tasks do not fire the task finished event when there is a failure in the non-waiting sequential block within the same parallel block. I plan to file a bug report for this, but I thought I'd post to the list in case anyone has insight into this situation. Thanks, Mike

Inclusion of *.policy file

2007-07-17 Thread Sameer Borwankar
Hi all, I want to package *.policy file along with application.xml file in my ear. Attribute for application.xml is appxml="path/application.xml" But how to include .policy file? Need Mail bonding? Go to the

RE: Unix command in build .xml

2007-07-17 Thread Rebhan, Gilbert
Hi, you may use the from antcontrib http://ant-contrib.sourceforge.net/ but beware = use version 1.0b2 instead of 1.0b3, for me some tasks didn't work anymore with 1.0b3, there seem to be some bugs in that release. Regards, Gilbert -Original Message- From: Sayed, Irfan (Irfan) [ma

Re: Unix command in build .xml

2007-07-17 Thread Sunil Prabhakaran
try regards Sunil Prabhakaran On 7/17/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote: Hi All, I need to execute UNIX command (for example ls -l) in Ant's build.xml file. Can somebody please help me in this case. Do I need to write task for this or anything else. Please help. Regards Ir

Unix command in build .xml

2007-07-17 Thread Sayed, Irfan (Irfan)
Hi All, I need to execute UNIX command (for example ls -l) in Ant's build.xml file. Can somebody please help me in this case. Do I need to write task for this or anything else. Please help. Regards Irfan.