Re: setting the system path in ant

2006-10-04 Thread William J. Rust
Actually, that's all I need to do. What I am doing is running a with fork="true". But, I don't see any way to change the path for the jvm. Do forked things use the local copy of the environment, and any changes you've made to it, or does it go back to the system? wjr Dominique Devienne wrote

Re: setting the system path in ant

2006-10-04 Thread Dominique Devienne
On 10/4/06, William J. Rust <[EMAIL PROTECTED]> wrote: I'm very new at ant and I've written an ant build script to run and download LeJOS (Java for Lego Mindstorms RCX robots) under netbeans. Currently, I can zip up a file and have new users simply install netbeans and then unzip this file and th

setting the system path in ant

2006-10-04 Thread William J. Rust
I'm very new at ant and I've written an ant build script to run and download LeJOS (Java for Lego Mindstorms RCX robots) under netbeans. Currently, I can zip up a file and have new users simply install netbeans and then unzip this file and they can compile and download with doing anything else,