Re: AW: setup environment for java task

2009-03-26 Thread JohnBurrows
So, basically it sounds like you are trying to setup some kind of smoke test environment. I suggest you decide how involved your build process will be and maybe break it down into pieces to better manage it. 1) Build environment scripts: Such as your build.xml ant script that is kicked off

AW: setup environment for java task

2009-02-13 Thread Knuplesch, Juergen
ongmbh.de] Sent: Friday, February 13, 2009 2:05 AM To: Ant Users List Subject: AW: setup environment for java task Hello, I would translate the "bat" files to ANT-Tasks. This is a lot of work, but than your Antfile can decide what bat-jobs you run and when. Another way is to run th

AW: setup environment for java task

2009-02-13 Thread Knuplesch, Juergen
Hello, I would translate the "bat" files to ANT-Tasks. This is a lot of work, but than your Antfile can decide what bat-jobs you run and when. Another way is to run the bat-files itself inside Ant using the exec-task, which is a bit tricky to handle. To be honest: I dont like Batchfiles, so I