Trying to compile a freshly checked out trunk (on Linux - haven't tried on
Windows), and I'm getting

============================
[gwt.javac] Compiling 654 source files to
/home/vlovich/workspace/gwt/build/out/dev/core/bin
[gwt.javac]
/home/vlovich/workspace/gwt/dev/core/src/com/google/gwt/core/ext/linker/impl/SelectionScriptLinker.java:106:
incompatible types
[gwt.javac] found   :
com.google.gwt.core.ext.linker.Artifact<?>

[gwt.javac] required:
com.google.gwt.core.ext.linker.CompilationResult

[gwt.javac]     for (CompilationResult compilation :
toReturn.find(CompilationResult.class))
{
[gwt.javac]
^
[gwt.javac]
/home/vlovich/workspace/gwt/dev/core/src/com/google/gwt/core/ext/linker/impl/SelectionScriptLinker.java:229:
incompatible types
[gwt.javac] found   :
com.google.gwt.core.ext.linker.Artifact<?>

[gwt.javac] required:
com.google.gwt.core.ext.linker.StylesheetReference

[gwt.javac]       for (StylesheetReference resource :
artifacts.find(StylesheetReference.class))
{
[gwt.javac]
^
[gwt.javac]
/home/vlovich/workspace/gwt/dev/core/src/com/google/gwt/core/ext/linker/impl/SelectionScriptLinker.java:238:
incompatible types
[gwt.javac] found   :
com.google.gwt.core.ext.linker.Artifact<?>

[gwt.javac] required:
com.google.gwt.core.ext.linker.ScriptReference

[gwt.javac]       for (ScriptReference resource :
artifacts.find(ScriptReference.class))
{
[gwt.javac]
^
[gwt.javac]
/home/vlovich/workspace/gwt/dev/core/src/com/google/gwt/core/ext/linker/impl/StandardLinkerContext.java:438:
incompatible types
[gwt.javac] found   :
com.google.gwt.core.ext.linker.Artifact<?>

[gwt.javac] required:
com.google.gwt.core.ext.linker.EmittedArtifact

[gwt.javac]     for (EmittedArtifact artifact :
artifacts.find(EmittedArtifact.class))
{
[gwt.javac]
^

[gwt.javac]
/home/vlovich/workspace/gwt/dev/core/src/com/google/gwt/core/ext/linker/impl/StandardLinkerContext.java:459:
incompatible types
[gwt.javac] found   :
com.google.gwt.core.ext.linker.Artifact<?>

[gwt.javac] required:
com.google.gwt.core.ext.linker.impl.StandardCompilationAnalysis

[gwt.javac]     for (StandardCompilationAnalysis soycFiles :
artifacts.find(StandardCompilationAnalysis.class)){

[gwt.javac]
^
[gwt.javac]
/home/vlovich/workspace/gwt/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java:60:
incompatible types
[gwt.javac] found   :
com.google.gwt.core.ext.linker.Artifact<?>

[gwt.javac] required:
com.google.gwt.core.ext.linker.CompilationResult

[gwt.javac]     for (CompilationResult result :
artifacts.find(CompilationResult.class))
{
[gwt.javac]
^

[gwt.javac]
/home/vlovich/workspace/gwt/dev/core/src/com/google/gwt/dev/GWTShell.java:215:
incompatible types
[gwt.javac] found   :
com.google.gwt.core.ext.linker.Artifact<?>

[gwt.javac] required:
com.google.gwt.core.ext.linker.EmittedArtifact

[gwt.javac]         for (EmittedArtifact artifact :
artifacts.find(EmittedArtifact.class))
{
[gwt.javac]
^
[gwt.javac] Note: Some input files use or override a deprecated
API.
[gwt.javac] Note: Recompile with -Xlint:deprecation for
details.

[gwt.javac] Note: Some input files use unchecked or unsafe operations.
[gwt.javac] Note: Recompile with -Xlint:unchecked for details.
[gwt.javac] 7 errors

BUILD FAILED
/home/vlovich/workspace/gwt/platforms.ant.xml:36: The following error
occurred while executing this line:
/home/vlovich/workspace/gwt/platforms.ant.xml:13: The following error
occurred while executing this line:
/home/vlovich/workspace/gwt/dev/core/build.xml:83: Compile failed; see the
compiler error output for details.
============================

Any ideas? I perused the code, and can't see anything immediately wrong with
it.

~/workspace/gwt/dev$ javac -version
javac 1.6.0_0-internal

Using openjdk-6-sdk on Ubuntu 8.10.

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to