Hi,
I get the following compilation error when run through
continuum. The same works fine when I do it outside
continuum ( using mvn ). pom.xml is configured with
the right ver of jdk.
Please suggest.
thanks
--Prashanth
----------------------------------------------------
[INFO] Compilation failure
C:\continuum-1.0.3\apps\continuum\working-directory\45\src\main\java\com\company\tools\ui\isomorphic\TreeGridDSCommand.java:[22,39]
generics are not supported in -source 1.3
(try -source 1.5 to enable generics)
public abstract class TreeGridDSCommand extends
DSCommand {
C:\continuum-1.0.3\apps\continuum\working-directory\45\src\main\java\com\company\tools\ui\isomorphic\TreeGridDSCommand.java:[75,28]
for-each loops are not supported in -source 1.3
(try -source 1.5 to enable for-each loops)
for (N node : nodes) {
-----------------------------------------------------
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]