Hi,
You have a few options. Probably the simplest is to set the JAVA_HOME and
JAVACMD variables and use the supplied ant script.
set JAVA_HOME=c:/jdk1.3
set JAVACMD=%JAVA_HOME%/bin/java
The ant script was recently patched so that you don't have to set JAVACMD -
you might want to grab it out of CVS or a nightly build.
Some other options are to hack the supplied script, or write your own.
Adam
> -----Original Message-----
> From: Mathew Mathew [mailto:mmathew@skillsoft.com]
> Sent: Thursday, 7 December 2000 6:51 AM
> To: ant-user@jakarta.apache.org
> Subject: jdks and ant
>
>
> Hi,
>
> I am new to using ANT. I like what I've seen so far, but I have
> some basic
> questions.
>
> My environment is pretty messy out of necessity, in that I have three
> versions of the jdk installed
> 1.jdk1.1
> 2.jdk1.2.2
> 3.jdk1.3
>
> I control my builds by writing scripts that call the required
> jdks commands
> with the paths hardcoded.
>
> For example if I wanted to compile with jdk1.3, my script would read
> something like
> c:/jdk1.3/bin/javac -classpath "" ......
>
>
> How do I control all these variables with ant and ensure that I
> am building
> with the right compiler.
>
> Thanks
>
> Matew
>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|