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
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