Re: AW: variables or a counter ?

2008-08-19 Thread Olivier Gies
erver to start/fail by looking up the server log for a certain start-up string) BR *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 65978001 - Ext 555 * *www.bull.com <http://www.bull.com/>* *This e-mail co

Re: How to run an ant target on success/failed build

2008-07-22 Thread Olivier Gies
rib's ): See http://ant-contrib.sourceforge.net/tasks/tasks/index.html for more details. Regrads, *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World

Re: Not reading from jar when unzipped it works...

2008-07-09 Thread Olivier Gies
Hi, You should specify "includes" value relatively to the "dir" attribute of the , i.e.: Or also: BR, Olivier *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM

Re: Continu exec task, while leaving ant

2008-07-07 Thread Olivier Gies
That's right sorry, I'm too much used to the task, never realized that had such problem ... form ant-contrib seems to do the trick indeed. *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 6597

RE: Continu exec task, while leaving ant

2008-07-07 Thread Olivier Gies
Use the "spawn" and "fork" attributes of task (see Ant User manual for usage) -Message d'origine- De : jantje [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 juillet 2008 20:45 À : user@ant.apache.org Objet : Continu exec task, while leaving ant Hi there, is it possible to start (in ant) so

Re: How can I "conditionall chooise" a target implementation?

2008-05-28 Thread Olivier Gies
Hi Cyril, I would suggest using the from ant-contrib, at the project root level... It changed my life the day I started using it, and no more complicated target-based frameowrk with 'if' and 'unless' attributes everywhere. Hope this helps, BR *Olivier Gies* *Deli

Re: Calling a cmd batch file from Ant

2008-05-28 Thread Olivier Gies
m the JAR achieves nothing, as "classpath" is definitely different from "file path". *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 65978001 - Ext 555 * *www.bull.com <http://www.bu

Re: Is recursive property evaluation supported?

2008-04-14 Thread Olivier Gies
Original Message Subject: Is recursive property evaluation supported? From: Shawn Castrianni <[EMAIL PROTECTED]> To: 'Ant Users List' Date: 15/04/2008 07:12 I was trying to present a list of choices for the user like an interactive textual menu. I produced the list of choice

Re: Having problem using property to in macrodef if invoke for more than one time

2008-03-26 Thread Olivier Gies
ease advice. Thank you very much. -- *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 65978001 - Ext 555 * *www.bull.com <http://www.bull.com/>* *This e-mail contains material that is confidential for the sol

Re: regular expressions in Ant

2008-03-24 Thread Olivier Gies
D] For additional commands, e-mail: [EMAIL PROTECTED] -- *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 65978001 - Ext 555 * *www.bull.com <http://www.bull.com/>* *This e-mail contains material that is co

Re: what this mean : xml document structures must start and end within the same entity

2008-03-17 Thread Olivier Gies
within the same entity From: Ma'moun Abu Hellu <[EMAIL PROTECTED]> To: Ant Users List , [EMAIL PROTECTED] Date: 17/03/2008 18:53 thanks, I've done what you said and i got the following ... use: BUILD FAILD D:\ant\bin\task\build.xml :18: taskdef class HelloWorld cannot

Re: what this mean : xml document structures must start and end within the same entity

2008-03-17 Thread Olivier Gies
bu Hellu <[EMAIL PROTECTED]> To: Ant Users List , [EMAIL PROTECTED] Date: 17/03/2008 18:24 ya thats right but how then i can compile it , here is the error D:\ant\bin\task>ant BUILD FAILD D:\ant\bin\task\build.xml :22: xml document structures must start and end within the sa

Re: what this mean : xml document structures must start and end within the same entity

2008-03-17 Thread Olivier Gies
0256 ) - Looking for last minute shopping deals? Find them fast with Yahoo! Search. -- *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 65978001 - Ext 555 * *www.bull.co

Re: ant sql call stored procedure

2008-03-16 Thread Olivier Gies
ing End - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM

Re: replaceregexp Question

2008-02-19 Thread Olivier Gies
twice in this case below ? Say in a file, there are two keywords I like to modify. sun to sunfix and moon to moonfix. Thanks -- *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 65978001 - Ext 555 * *www.bul

Re: Migrating form ANT 1.6 to 1.7: xmlproperty

2008-02-19 Thread Olivier Gies
ree, and therefore destroys one of the main features of the task as far as I can see. Has anybody come across the same problem? any workaround? Regards, Samuel. ----

Re: replaceregexp Question

2008-02-19 Thread Olivier Gies
ED]> To: Ant Users List Date: 20/02/2008 02:56 Hi My understanding is that 1 replacement is possible with replaceregexp. Eg. below Question: Can allow multiple matches and replacements in a single , instead of one match at a time ? thanks -- *Olivier Gies* *Delivery Manager Custo

Re: private targets

2008-02-18 Thread Olivier Gies
Hi All, Is it possible to have a private target in an ant project? (Similar to a private method in JAVA) This private target should not be called from outside the project and it should not be executable by user directly. And I want to use this private target internally? Is this possible? Please

Re: Check process on remote host - Can Ant do that ?

2008-02-12 Thread Olivier Gies
for a remote process but is there an Ant task or a workaround that I could implement to check the process using ps ? I'm not sure sshexec could help me with that. Thank you all for your helpful tips and comments -- *Olivier Gies* *Delivery Manager Customs &

Re: Use of the "If else" condition in ANT

2008-02-04 Thread Olivier Gies
Hi Uday, Here are 2 solutions for an if-else in Ant: 1) Using you just use plain Ant 1.7, you can use the task, combining 'if' and 'unless' target attributes with target dependencies, as follows: ... ... 2) The