AW: setting up jdk from within Ant

2008-09-15 Thread Jan.Materne
setting up jdk from within Ant Is there any way to set up my jdk environment from within the Ant file? I'm on Windows Vista and build different products with different JDK versions from within a DOS window and would like the build.xml to load the respective jdk. But not sure how Ant ca

setting up jdk from within Ant

2008-09-15 Thread Res Pons
Is there any way to set up my jdk environment from within the Ant file? I'm on Windows Vista and build different products with different JDK versions from within a DOS window and would like the build.xml to load the respective jdk. But not sure how Ant can overwrite the system environment. A