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]>: > > > > can you make a selfcontained build.

Re: Exec task: Args not passed to task

2008-04-29 Thread Xavi
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]>: > > can you make a selfcontained build.xml that shows the > problem, this will help in tracking down the

Re: Exec task: Args not passed to task

2008-04-28 Thread Peter Reilly
can you make a selfcontained build.xml that shows the problem, this will help 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.

Re: Exec task: Args not passed to task

2008-04-28 Thread Xavi
Hi, I tried it too. It doesn't work -nested args are ignored- :( I forgot to say that I'm running ant in java 1.5. I changed ant's libs (I used again ant 1.6) and args work (arg line arg value, it doesn't matter). But I need to use ant 1.7 :/ 2008/4/28, David Weintraub <[EMAIL PROTECTED]>: > >

Re: Exec task: Args not passed to task

2008-04-28 Thread David Weintraub
What if you used the instead of ? That is: On Mon, Apr 28, 2008 at 3:20 AM, Xavi <[EMAIL PROTECTED]> wrote: > 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

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: