Hi, -----Original Message----- From: Gilles Scokart [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 11:47 AM To: 'Ant Users List' Subject: RE: <javac> with ibm jdk ?
/* I tried once to do that by running ant in the ibm JRE (setting JAVA_HOME correctly). If I remember well, it worked. */ that would be the easiest solution, but running ant with ibm JRE is no option, as the whole deployment workflow (also for other stuff beside the WAS projects) runs on jdk 1.4 */ I'm curious, why do want to use specifically the ibm compiler? You can perfectly use the sun standard compiler and run your application on WAS 6.1. */ me too ;-) someone stated that would be better, because WAS 6.1 would run with ibm jre. Before they said, it must be build with sun jdk 5 Do you have any facts that building with ibm jdk ain't necessary or better than sun jdk 1.5 ? Gilbert > -----Original Message----- > From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Sent: vendredi 20 avril 2007 11:33 > To: user@ant.apache.org > Subject: <javac> with ibm jdk ? > > > Hi, > > i need to build stuff that runs under WAS 6.1 > Build should use ibm's jdk instead of sun jdk > > Question = > > the ibm jdk isn't contained in the manual of <javac> for > ant 1.6.5 / 1.7.0 and there's also no corresponding class > in the org.apache.tools.ant.taskdefs.compilers > package. > > So do i need to write my own compiler adapter > or better go via exec ? > > Is there already an existing task (maybe shipped > with WAS or ibm jdk) out there ? > > Anyone doing builds for WAS 6.1 ? > Anyone using ibm jdk for builds with ant ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]