Why do you need to compile with 2 versions? You can run apps compiled with 1.5 under 1.6.
I am not sure that the value of JAVA_HOME has any effect on compiling. Check the settings in the compile plug-in. Ron On 25/06/2013 1:59 AM, virg g wrote:
Hi, I need build my project with multiple jdk versions 1.5 and 1.6. I
> am using maven compiler plugin to set the compiler based on JAVA_HOME > set. Is it mandatory to set target either 1.5 or 1.6 based on the jdk > version i want to build. Why because if i set compiler to jdk 1.6, in > the debug log it shows that target is 1.5 but it should be 1.6 right? > target should set automatically based on JAVA_HOME right unless i > specically mention the target if i want to change? Any pointers for > my problem? > > [DEBUG] (f) executable = D:/jdk1.6.0_14/bin/javac [DEBUG] (f) > source = 1.5 [DEBUG] (f) staleMillis = 0 [DEBUG] (f) target = > 1.5 > > Thanks virg > -- Ron Wheeler President Artifact Software Inc email: [email protected] skype: ronaldmwheeler phone: 866-970-2435, ext 102
