I'm trying to build a snapshot from trunk (commit bc9b9199), and I'm
getting the error below from running "ant -Dgwt.version=2.7.0-SNAPSHOT
elemental dist" with my $PATH configured to use Java 6.  Looks like IE6
hasn't been completely removed?

Also looks like the new sourcemap jar is built for Java 7 instead of Java 6?

gwtc:
     [java] Compiling module com.google.gwt.sample.dynatable.DynaTable
     [java]    Computing all possible rebind results for
'com.google.gwt.user.client.ui.impl.FocusImpl'
     [java]       Rebinding com.google.gwt.user.client.ui.impl.FocusImpl
     [java]          Could not find an exact match rule. Using
'closest' rule <replace-with
class='com.google.gwt.user.client.ui.impl.FocusImplIE6'/> based on
fall back values. You may need to implement a specific binding in case
the fall back behavior does not replace the missing binding
     [java]    Compiling 5 permutations
     [java]       Compiling permutation 0...
     [java]       Process output
     [java]          Compiling
     [java]             Compiling permutation 1...
     [java]       Compiling permutation 2...
     [java]       Compiling permutation 3...
     [java]          Compiling
     [java]             Compiling permutation 4...
     [java]    Compile of permutations succeeded
     [java] [ERROR] Unexpected internal compiler error
     [java] java.lang.UnsupportedClassVersionError:
com/google/gwt/thirdparty/debugging/sourcemap/SourceMapGeneratorV3$ExtensionMergeAction
: Unsupported major.minor version 51.0
     [java]     at java.lang.ClassLoader.defineClass1(Native Method)
     [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
     [java]     at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

     [java]     at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
     [java]     at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
     [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
     [java]     at java.security.AccessController.doPrivileged(Native Method)
     [java]     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
     [java]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
     [java]     at java.lang.Class.getDeclaredConstructors0(Native Method)
     [java]     at
java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
     [java]     at java.lang.Class.getConstructor0(Class.java:2716)
     [java]     at java.lang.Class.newInstance0(Class.java:343)
     [java]     at java.lang.Class.newInstance(Class.java:325)
     [java]     at
com.google.gwt.core.ext.linker.impl.StandardLinkerContext.resetLinkers(StandardLinkerContext.java:533)
     [java]     at
com.google.gwt.core.ext.linker.impl.StandardLinkerContext.<init>(StandardLinkerContext.java:176)
     [java]     at com.google.gwt.dev.Link.link(Link.java:173)
     [java]     at com.google.gwt.dev.Compiler.run(Compiler.java:201)
     [java]     at com.google.gwt.dev.Compiler.run(Compiler.java:132)
     [java]     at com.google.gwt.dev.Compiler$1.run(Compiler.java:99)
     [java]     at
com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
     [java]     at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
     [java]     at com.google.gwt.dev.Compiler.main(Compiler.java:106)

BUILD FAILED
/usr/local/google/home/mdempsky/wd/gwt/build.xml:124: The following
error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/build.xml:27: The following
error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/build.xml:109: The following
error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/samples/build.xml:63: The
following error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/samples/build.xml:64: The
following error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/samples/build.xml:50: The
following error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/samples/build.xml:10: The
following error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/samples/common.ant.xml:129: The
following error occurred while executing this line:
/usr/local/google/home/mdempsky/wd/gwt/samples/common.ant.xml:131:
Java returned: 1

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to