Re: Exec task: Args not passed to task

2008-04-29 Thread Xavi
Bug 44900 2008/4/29, Xavi <[EMAIL PROTECTED]>: > > Hi, > > Ok, Im preparing a testcase (it doesnt work only when executing ant from > java, using ant's api), and I will open a bug with testcase attached. > > > 2008/4/29, Peter Reilly <[EMAIL PROTECTED]&

Re: Exec task: Args not passed to task

2008-04-29 Thread Xavi
elp in tracking down the problem. > > Also, can you open a bugzilla issue for the problem, this > will help in tracking the issue. > > Peter > > On Tue, Apr 29, 2008 at 7:46 AM, Xavi <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I tried it too. It doesn&

Re: Exec task: Args not passed to task

2008-04-28 Thread Xavi
ub <[EMAIL PROTECTED]>: > > What if you used the instead of ? > > That is: > > timeout="${timeout}" >failonerror="true"> > > > > On Mon, Apr 28, 2008 at 3:20 AM, Xavi <[EMAIL PROTECTED]> wrote: > > Hi, I'm mi

Exec task: Args not passed to task

2008-04-28 Thread Xavi
Hi, I'm migrating an app from Ant 1.6.1 to Ant 1.7.0, and I have problems with exec tasks. Ant execute task without passing arguments to process! For example, I have this task definition: