Hi,
-----Original Message----- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 10:32 AM To: [email protected] Subject: ant / <javac> with jdk 5 /* Hi, our deployment env right now = Win2003 Server, Ant 1.6.5, jdk1.4.2_08 Soon we have to support projects, that run under / must be compiled for java 5 also We' ll have a mix of projects for jdk 1.4 and jdk 5 then. I'm looking for the most simple solution to support both java versions, means if possible avoiding two different workflows ... */ Switching to jdk 1.5 is no option right now, means the workflow has to go with jdk 1.4. So if i need to support builds for jdk 1.5 i have to go via path/to/jdk1.5/bin/javac.exe and <exec> , right ? Or are there any other / better ideas ? Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
