Re: AW: setup environment for java task

2009-03-26 Thread JohnBurrows
: 'Ant Users List' Betreff: RE: setup environment for java task Thanks for the suggestion, but here is my problem: 1. These batch files are used at runtime from an end user after installing the product with an installer. 2. Therefore, these batch files cannot be converted to ANT as

AW: setup environment for java task

2009-02-13 Thread Knuplesch, Juergen
7; Betreff: RE: setup environment for java task Thanks for the suggestion, but here is my problem: 1. These batch files are used at runtime from an end user after installing the product with an installer. 2. Therefore, these batch files cannot be converted to ANT as that would duplicate the

RE: setup environment for java task

2009-02-13 Thread Shawn Castrianni
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 the bat-files itself inside Ant using the exec-task,

AW: setup environment for java task

2009-02-13 Thread Knuplesch, Juergen
on: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Gesendet: Freitag, 13. Februar 2009 08:27 An: 'Ant Users List' Betreff: setup environment for java task Let's say I have a series of setupEnv.bat files in my source repository that I need to execute as part of setting up my runti

setup environment for java task

2009-02-12 Thread Shawn Castrianni
Let's say I have a series of setupEnv.bat files in my source repository that I need to execute as part of setting up my runtime environment before executing my java code with the java task. I don't see an elegant way of doing this. I could execute these bat files as part of my build.bat before