AW: need help for ant scripting

2005-05-29 Thread Jan . Materne
Have also a look at Jan > -Ursprüngliche Nachricht- > Von: S I [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 25. Mai 2005 18:36 > An: user@ant.apache.org > Betreff: RE: need help for ant scripting > > Experimenting between the two ant tasks and I > found out > to be smoother i

Re: How to stop process using exec?

2005-05-29 Thread Ninju Bohra
Windows does not come with a "kill" utility by default. There is a "kill" utility in the NT resource kit (which useable on OSes above NT). There is also a enhanced PSKill utility from SysInternals (http://www.sysinternals.com) which you can use. The hardest part of killing a process (regardless

Re: Retaining directory structure with image task

2005-05-29 Thread Helmut Lerch
Hi again, > There is already one actually ..., so you can also test the existing > patch ... Thanks for reply. I compared the patch to my solution and its exactly the same way (using mapper for connecting src and dest). I would appreciate if this patch is included in the next version of ant. Cha

How to stop process using exec?

2005-05-29 Thread Nir Geier
hi all, Does anyone knows how can I stop process under windows? For example: executing the following (Under Windows): is there any way to write ant to stop the target? Nir Geier. - To uns

RE: How to redirect the output of javac?

2005-05-29 Thread Zsolt Koppany
Thank you Dominique, but how can a logger access the standard output? Can I also do the with DefaultLogger? Zsolt >-Original Message- >From: Dominique Devienne [mailto:[EMAIL PROTECTED] >Sent: Sunday, May 29, 2005 12:36 AM >To: Ant Users List >Subject: Re: How to redirect the output of ja