AW: How to wait for completion of execution of batch file ?

2008-09-01 Thread Knuplesch, Juergen
Isn't that the default behaviour of the exec task? How do you start your Batchfile? -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-29

Re: Force fileset to relative paths?

2008-09-01 Thread Stefan Bodewig
On Mon, 1 Sep 2008, <[EMAIL PROTECTED]> wrote: > SO, finally, my question: Is there any way to force the fileset > returned values to be relative paths? doesn't really return absolute paths, it returns a collection of strings and the task that uses the fileset usually turns them into absolute pa

Re: Force fileset to relative paths?

2008-09-01 Thread Dominique Devienne
On Mon, Sep 1, 2008 at 2:03 PM, c0uchm0nster <[EMAIL PROTECTED]> wrote: > I'm using the cpptasks plugin, or taskdef, or whatever they're called > (sorry, I'm brand new to ant), and a shell script to call msvc through > wine, which is working pretty well. Excellent choice! ;-) No easy to get start

Force fileset to relative paths?

2008-09-01 Thread c0uchm0nster
I'm in a kind of messed up development environment, so before my question I'm going to provide a little background: My project depends on (among other things) DirectX and DXUT to build (C++). My server is running linux, and it's not really an option to switch over to windows. My goal is a cross-co

How to wait for completion of execution of batch file ?

2008-09-01 Thread sactiw
Hi Guys, I am executing a batch file via Ant using "exec" task. Could anyone tell tell me some way in which I can stop Ant's execution till the execution of batch files doesn't get completed. I don't want to use a time-out trick for it as I don't know that how much time that scriot migh