Re: Java task - output defaulting stdout

2006-03-14 Thread Frederic CHALONS
m going to try with "console" as you suggested. Thank you, Frederic 2006/3/14, Petar Tahchiev <[EMAIL PROTECTED]>: > > On 09/03/06, Frederic CHALONS <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I would like to use a property to set the ouput of the java t

Java task - output defaulting stdout

2006-03-12 Thread Frederic CHALONS
oes not seem to work. This way, if would like to avoid duplicating the my block. Thank you for your help, Frederic CHALONS

java/exec task - process tracking

2006-03-06 Thread Frederic CHALONS
am still using a minimal bash script to retrieve the PIDs after invoking Ant. Any other alternatives? Any solutions supporting Windows too in addition to Unix/Linux systems? Thank you, -- Frederic CHALONS

Force PATH env variable - Enabling .DLL loading

2006-01-09 Thread Frederic Chalons
Hi, I would like to use ant to launch a java application that loads a black box .dll under Windows. Whatever the reason, the .dll path need to be present in the PATH environment variable. Otherwise, the java app fails to find and load the library. As I need to deploy the app on numerous machi

Re: AW: Equivalent to -lib option within the ant-file itself with no taskdef?

2006-01-06 Thread Frederic Chalons
Hi Jan, Thanks. I thought some discovering process was happening under the hood ... got a better understanding of optional tasks now ;) However, in the case of a foreach task, the classpath is indicated whithin the taskdef. How do I inform Ant about the classpath to use for my optional tasks.

Equivalent to -lib option within the ant-file itself with no taskdef?

2006-01-06 Thread Frederic Chalons
Hi, To include ant-contrib, I have to do the following: // / / // / / // antcontrib.properties defined the "typename=fully.qualified.java.classname" associations. However, for the FTP task, I can just pass as argument to the -lib option the path of jakarta-oro and commo

Re: Can't use FOR Task from contrib while FOREACH works fine !?

2006-01-02 Thread Frederic Chalons
Hi, Sorry, I forget to precise that I was using the beta version 1.0b2. Actually, it is working fine with the version 0.6 . Regards, Frederic Frederic Chalons wrote: Hi, I would like to use "for task" from the contrib (currently under Windows) I quite confused since I am able to i

Can't use FOR Task from contrib while FOREACH works fine !?

2006-01-02 Thread Frederic Chalons
Hi, I would like to use "for task" from the contrib (currently under Windows) I quite confused since I am able to invoked the foreach task (target "run-each") with no problem. However the target "run" fails and is a copy/paste of the first exampe at: http://ant-contrib.sourceforge.net/tasks/

Re: problem with java task attribute jvmarg when value is ""

2005-12-29 Thread Frederic Chalons
Steve Loughran wrote: Frederic Chalons wrote: Hi, My problem involved the attribute jvmarg set to a property which value is ""... Using Ant 1.6.4, I am using the java task to launch vario

problem with java task attribute jvmarg when value is ""

2005-12-29 Thread Frederic Chalons
h/case-like solution given is not flexible enough for my needs. Hope somebody faced & solved this issue before ;) Thank you, Frederic CHALONS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]