hi there,
i updated my project from GWT 1.5 RC1 to GWT 1.5 RC2. Now i get always
the following message, if i want compile my application:
[TRACE] Analyzing permutation #1
(*)[ERROR] An internal compiler exception occurred
[ERROR] at Animation.java(49): new Animation[animations.size()]
[ERROR] at Animation.java(49): Animation[] curAnimations = new
Animation[animations.size()];
[ERROR] at Animation.java(47): private static void updateAnimations();
[ERROR] at Animation.java(28): abstract class Animation extends
Object
the same problem when i create a new project on rc2 with the same
code. :/ in hosted mode and rc1 web mode my application works fine.
(*)
[ERROR] An internal compiler exception occurred
com.google.gwt.dev.jjs.InternalCompilerException: Error constructing
Java AST
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.translateException(GenerateJavaAST.java:
2292)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:428)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispProcessExpression(GenerateJavaAST.java:
450)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.processStatement(GenerateJavaAST.java:1670)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:423)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:
505)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.processMethod(GenerateJavaAST.java:1408)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.processType(GenerateJavaAST.java:362)
at
com.google.gwt.dev.jjs.impl.GenerateJavaAST.exec(GenerateJavaAST.java:
2692)
at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.compile(JavaToJavaScriptCompiler.java:
346)
at com.google.gwt.dev.GWTCompiler.realizePermutation(GWTCompiler.java:
504)
at
com.google.gwt.dev.GWTCompiler.compilePermutations(GWTCompiler.java:
434)
at com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:351)
at com.google.gwt.dev.GWTShell.compile(GWTShell.java:640)
at com.google.gwt.dev.GWTShell
$BrowserWidgetHostImpl.compile(GWTShell.java:221)
at com.google.gwt.dev.GWTShell
$BrowserWidgetHostImpl.compile(GWTShell.java:228)
at com.google.gwt.dev.shell.BrowserWidget
$Toolbar.widgetSelected(BrowserWidget.java:132)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:721)
at com.google.gwt.dev.GWTShell.run(GWTShell.java:594)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:358)
Caused by: java.lang.NoSuchMethodError:
com.google.gwt.dev.jjs.ast.JClassLiteral.<init>(Lcom/google/gwt/dev/
jjs/ast/JProgram;Lcom/google/gwt/dev/jjs/ast/JType;)V
at com.google.gwt.dev.jjs.ast.JProgram.getLiteralClass(JProgram.java:
501)
at com.google.gwt.dev.jjs.ast.JNewArray.createDims(JNewArray.java:44)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.processExpression(GenerateJavaAST.java:813)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:423)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispProcessExpression(GenerateJavaAST.java:
450)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.processStatement(GenerateJavaAST.java:1670)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:423)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:
505)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.processMethod(GenerateJavaAST.java:1408)
at com.google.gwt.dev.jjs.impl.GenerateJavaAST
$JavaASTGenerationVisitor.processType(GenerateJavaAST.java:362)
at
com.google.gwt.dev.jjs.impl.GenerateJavaAST.exec(GenerateJavaAST.java:
2692)
at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.compile(JavaToJavaScriptCompiler.java:
346)
at com.google.gwt.dev.GWTCompiler.realizePermutation(GWTCompiler.java:
504)
at
com.google.gwt.dev.GWTCompiler.compilePermutations(GWTCompiler.java:
434)
at com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:351)
at com.google.gwt.dev.GWTShell.compile(GWTShell.java:640)
at com.google.gwt.dev.GWTShell
$BrowserWidgetHostImpl.compile(GWTShell.java:221)
at com.google.gwt.dev.GWTShell
$BrowserWidgetHostImpl.compile(GWTShell.java:228)
at com.google.gwt.dev.shell.BrowserWidget
$Toolbar.widgetSelected(BrowserWidget.java:132)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:721)
at com.google.gwt.dev.GWTShell.run(GWTShell.java:594)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:358)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---