--
You received this message because you are subscribed to the Google Groups "gwt-validation" group.
To post to this group, send email to gwt-val...@googlegroups.com.
To unsubscribe from this group, send email to gwt-validatio...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwt-validation?hl=en.
I could just see r324 and there it did not work yet. I have about 15
seconds for the scan in Developer Mode - so a speed up would be great.
I tried downloading and using the latest source code but then I get
gwt compilation errors.
Can you provide the r325 version?
Regards,
Reto
> --
> You received this message because you are subscribed to the Google Groups
> "gwt-validation" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/gwt-validation/-/W6ndep9v3JQJ.
During gwt-compile, I get the error below.
In Dev-Mode it seems to work, I could get a rough 3x improvement from
15s to 5s in a first test.
Regards,
Reto
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
[ERROR] An internal compiler exception occurred
com.google.gwt.dev.jjs.InternalCompilerException: Failed to get JNode
at com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:140)
at com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:71)
at com.google.gwt.dev.jjs.impl.BuildTypeMap.getType(BuildTypeMap.java:730)
at com.google.gwt.dev.jjs.impl.BuildTypeMap.process(BuildTypeMap.java:814)
at com.google.gwt.dev.jjs.impl.BuildTypeMap.access$700(BuildTypeMap.java:99)
at com.google.gwt.dev.jjs.impl.BuildTypeMap$BuildDeclMapVisitor.process(BuildTypeMap.java:325)
at com.google.gwt.dev.jjs.impl.BuildTypeMap$BuildDeclMapVisitor.visit(BuildTypeMap.java:244)
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1198)
at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:687)
at com.google.gwt.dev.jjs.impl.BuildTypeMap.createPeersForNonTypeDecls(BuildTypeMap.java:637)
at com.google.gwt.dev.jjs.impl.BuildTypeMap.exec(BuildTypeMap.java:514)
at com.google.gwt.dev.jjs.impl.BuildTypeMap.exec(BuildTypeMap.java:523)
at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:599)
at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
at com.google.gwt.dev.Compiler.run(Compiler.java:232)
at com.google.gwt.dev.Compiler.run(Compiler.java:198)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
at com.google.gwt.dev.Compiler.main(Compiler.java:177)
[ERROR] <no source info>: public abstract class
com.google.gwt.junit.client.GWTTestCase
extends junit.framework.TestCase
/* fields */
public static final [unresolved] Map<java.lang.String,Unresolved type
com.google.gwt.junit.client.GWTTestCase$TestModuleInfo> ALL_GWT_TESTS
private static final [unresolved] java.lang.Object ALL_GWT_TESTS_LOCK
private [unresolved] boolean forcePureJava
private [unresolved] Unresolved type
com.google.gwt.junit.JUnitShell$Strategy strategy
protected [unresolved] Unresolved type junit.framework.TestResult testResult
/* methods */
public void <init>()
[unresolved] public final void addCheckpoint(java.lang.String)
[unresolved] public boolean catchExceptions()
[unresolved] public final void clearCheckpoints()
[unresolved] protected Unresolved type
com.google.gwt.junit.JUnitShell$Strategy createStrategy()
[unresolved] protected final void delayTestFinish(int)
[unresolved] protected final void finishTest()
[unresolved] public static java.lang.String[] getAllTestModuleNames()
[unresolved] public final java.lang.String[] getCheckpoints()
[unresolved] public static int getModuleCount()
public abstract java.lang.String getModuleName()
[unresolved] public Unresolved type
com.google.gwt.junit.JUnitShell$Strategy getStrategy()
[unresolved] public final java.lang.String getSyntheticModuleName()
[unresolved] public static Unresolved type
com.google.gwt.junit.client.GWTTestCase$TestModuleInfo
getTestsForModule(java.lang.String)
[unresolved] protected void gwtSetUp() throws java.lang.Exception
[unresolved] protected void gwtTearDown() throws java.lang.Exception
[unresolved] public boolean isPureJava()
public final void run(junit.framework.TestResult)
protected void runTest() throws java.lang.Throwable
[unresolved] public void setForcePureJava(boolean)
public void setName(java.lang.String)
protected final void setUp() throws java.lang.Exception
[unresolved] protected boolean supportsAsync()
protected final void tearDown() throws java.lang.Exception
/* members */
Unresolved type com.google.gwt.junit.client.GWTTestCase$TestModuleInfo
Unresolved type com.google.gwt.junit.client.GWTTestCase$BaseStrategy
org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
[ERROR] at GwtValidationBaseTestCase.java(33): class
GwtValidationBaseTestCase
com.google.gwt.dev.jjs.ast.JClassType
Your thoughts
Thanks