Konstantin I.
unread,May 27, 2013, 5:34:04 PM5/27/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scal...@googlegroups.com
Hi,
Was trying to build the library, here is the error
gwt-emul:
[mkdir] Created dir: /private/prj/pet/scalagwt/scalagwt-library/build/classes/gwt-emul
[javac] /private/prj/pet/scalagwt/scalagwt-library/build.xml:205: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 9 source files to /private/prj/pet/scalagwt/scalagwt-library/build/classes/gwt-emul
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
[javac] /private/prj/pet/scalagwt/scalagwt-library/build.xml:213: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 137 source files to /private/prj/pet/scalagwt/scalagwt-library/build/classes/gwt-emul
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] /private/prj/pet/scalagwt/scalagwt-gwt/user/super/com/google/gwt/emul/java/lang/Enum.java:88: error: ordinal has private access in Enum
[javac] return this.ordinal - other.ordinal;
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 1 warning
BUILD FAILED
/private/prj/pet/scalagwt/scalagwt-library/build.xml:213: Compile failed; see the compiler error output for details.
Any hints?