Re: [SPAM] Problems with exec task on Windows machine

2012-04-11 Thread Harold Putman
How does "run" get into the target list here? [exec] 'C:\Users\dmivanov\Projects\tmp\build.xml' [exec] 'clean run' According to the sample build.xml you provided only clean should be there: Somehow the order of the targets is getting inverted to

Re: [SPAM] Problems with exec task on Windows machine

2012-04-10 Thread ivadim
Thank you for answers. I know about task but I can't use it because I use it more complex than in example. I made some tests and found two things: 1. in ant >= 1.8.1 and 1.7.x this work fine. I think it is bug in 1.8.0 only 2. this bug not reproduced in cygwin builds I attached my log of "ant r

Re: [SPAM] Problems with exec task on Windows machine

2012-04-10 Thread Harold Putman
Try invoking with -d and ant will show you exactly the command line it is running. This may reveal your issue. In this particular case you might want to consider using the task instead of exec. > > > > > > > > > > > Harold On Tue, Apr 10, 2012 at 2:54 AM,

Re: [SPAM] Problems with exec task on Windows machine

2012-04-09 Thread Jarek Czekalski
On 1.8.2 and same windows it runs fine. W dniu 2012-04-09 16:54, ivadim pisze: Hello. I have some problems with exec task. I have build.xml: When I run "