Hi,
I'm upgrading from Isomorphic-SmartClient-Package-Date: 2010-12-14
to the latest nightly Isomorphic-SmartClient-Package-Date: 2011-01-18 and suddenly I get java version errors on the packaged classes:
Will SmartGWT EE be compiled with Java6 syntax from now on?
I'm upgrading from Isomorphic-SmartClient-Package-Date: 2010-12-14
to the latest nightly Isomorphic-SmartClient-Package-Date: 2011-01-18 and suddenly I get java version errors on the packaged classes:
Code:
[javac] bad class file: war\WEB-INF\lib\isomorphic_core_rpc.jar(com/isomorphic/datasource/DSRequest.class) [javac] class file has wrong version 50.0, should be 49.0 [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. [javac] import com.isomorphic.datasource.DSRequest;
Will SmartGWT EE be compiled with Java6 syntax from now on?
Comment