Trying to compile the Chronoscope sample I got the following;
Anyone seen this before? My googling suggest that this is a OOM error
of kind, so I turned -Xmx all the way up. Still the same error.
$ /opt/jdk1.6.0_05/bin/java -Xmx2500M -cp
/mnt/lithium/jrydberg/gwt-tests/chronoscope:/opt/gwt-linux-1.5.3/gwt-user.jar:/opt/gwt-linux-1.5.3/gwt-dev-linux.jar:/opt/site-packages/junit-4.4.jar:/opt/gwt-linux-1.5.3/site-packages/gwtexporter.jar:/opt/gwt-linux-1.5.3/site-packages/gwtquery-0.2.jar:/home/jrydberg/src/chronoscope/src/main/java/:/opt/gwt-linux-1.5.3/site-packages/gwt-incubator-1.03-20081020.203629-1.jar
com.google.gwt.dev.GWTCompiler -out htdocs -style obf testx.PushButtonTest
Compiling module testx.PushButtonTest
Compiling permutations
Analyzing permutation #1
[ERROR] Unexpected internal compiler error
java.lang.NoClassDefFoundError: Could not initialize class
com.google.gwt.dev.jjs.InternalCompilerException
at
com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.translateException(GenerateJavaAST.java:234)
at
com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processType(GenerateJavaAST.java:414)
at
com.google.gwt.dev.jjs.impl.GenerateJavaAST.exec(GenerateJavaAST.java:2771)
at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.compile(JavaToJavaScriptCompiler.java:320)
at
com.google.gwt.dev.GWTCompiler.realizePermutation(GWTCompiler.java:511)
at
com.google.gwt.dev.GWTCompiler.compilePermutations(GWTCompiler.java:442)
at com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:358)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:564)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:554)
at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:214)
[ERROR] Build failed
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---