Newbie questions

2012-04-12 Thread Carlos Araya
I have two questions: 1. Is there a way I can force ant to honor the latest version of the build file? Is it cached somewhere? When trying to copy a resource to a directory before ziping it I can't get it to copy or it appears to copy to multiple locations. This may be due to changes I've made to

Re: Problems with exec task on Windows machine

2012-04-12 Thread ivadim
It is works good.:) Thank you Harold. -- View this message in context: http://ant.1045680.n5.nabble.com/Problems-with-exec-task-on-Windows-machine-tp5627489p5635806.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Re: Problems with exec task on Windows machine

2012-04-12 Thread Harold Putman
An amazing bug. I am not sure how the invoked-targets could persist across launching ant in a whole new process? I suppose one workaround is to add something to skip the "run" target if it is supposed to be cleaning: ... Does this solve it? On Wed, Apr 11, 2012 at 1:49 PM, ivad