Re: AW: Running the

2008-05-14 Thread Craig Riley
bat files cannot in general by executed directly. One normally needs to execute the command shell executable cmd using the /c switch. I discourage the use of arg line, because I had trouble with it. Use instead: Greetings -- Jürgen -Ursprüngliche Nachricht---

Running the

2008-05-14 Thread Craig Riley
I'm new to the list so first let me say Hi! I've only recently started using Ant but I think it's amazing! I have been running my build script from within Eclipse and I've come across my first problem. I've searched online but I couldn't find an answer to this problem. My build script crea