I believe it would be something like this:
<javac srcdir="${src}" destdir="${build}" target="1.1"/>
... or ...
<javac srcdir="${src}" destdir="${build}" target="1.2"/>
-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 11:20 AM
To: '[EMAIL PROTECTED]'
Subject: RE: JDK problem
Since I am pretty new at this, could you be more specific about how to use
target attribute of the javac task ?
Thank you
-----Original Message-----
From: Shannon Wagner [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 11:21 AM
To: '[EMAIL PROTECTED]'
Subject: RE: JDK problem
I think that you may have to use the "target" attribute of the "javac" task.
I haven't used it or had a chance to test it yet, though, so I'm not certain
if this solves the problem.
- shannon
-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 11:07 AM
To: [EMAIL PROTECTED]
Subject: JDK problem
Hi,
I have this Build.xml file. And I need to compile just two targets out of it
at the same tiem with a different JDKs. Any ideas ??