Hello, I'm trying to compile GWT 2.4 (http://google-web- toolkit.googlecode.com/svn/releases/2.4). I followed the instructions from http://code.google.com/webtoolkit/makinggwtbetter.html but this failed with following error messages:
> compile: > [gwt.javac] Compiling 2839 source files to > /home/sba/downloads/gwt/gwt-2.4.0/build/out/user/bin > [gwt.javac] > /home/sba/downloads/gwt/gwt-2.4.0/user/src/com/google/gwt/rpc/server/CommandSerializationUtil.java:36: > warning: sun.misc.Unsafe is Sun proprietary API and may be >removed in a > future release >[gwt.javac] import sun.misc.Unsafe; >[gwt.javac] ^ >[gwt.javac] >/home/sba/downloads/gwt/gwt-2.4.0/user/src/com/google/gwt/rpc/server/CommandSerializationUtil.java:438: > warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a >future release >[gwt.javac] private static final Unsafe theUnsafe; >[gwt.javac] ^ >[gwt.javac] >/home/sba/downloads/gwt/gwt-2.4.0/user/src/com/google/web/bindery/requestfactory/shared/impl/FindRequest.java:34: > The type com.google.web.bindery.requestfactory.shared.EntityProxyId<?> cannot >be used here >[gwt.javac] Request<EntityProxy> find(EntityProxyId<?> proxy); >[gwt.javac] ^ >[gwt.javac] 1 error > >BUILD FAILED >/home/sba/downloads/gwt/gwt-2.4.0/build.xml:104: The following error occurred >while executing this line: >/home/sba/downloads/gwt/gwt-2.4.0/build.xml:27: The following error occurred >while executing this line: >/home/sba/downloads/gwt/gwt-2.4.0/build.xml:60: The following error occurred >while executing this line: >/home/sba/downloads/gwt/gwt-2.4.0/user/build.xml:94: Compile failed; see the >compiler error output for details. What did I do wrong? Thanks in advance! Best, Sebastian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
