I had the same issue. The problem was fixed when I removed super-source tags in my *gwt.xml files
пятница, 18 ноября 2016 г., 8:25:31 UTC+2 пользователь Saurabh Joshi написал:
пятница, 18 ноября 2016 г., 8:25:31 UTC+2 пользователь Saurabh Joshi написал:
Hello,
I am upgrading GWT application from 2.7 to 2.8.
My GWT application has the following maven dependencies -
<dependency>
<groupId>org.gwtbootstrap3</groupId>
<artifactId>gwtbootstrap3</artifactId>
<version>0.9</version>
</dependency>
<dependency>
<groupId>org.gwtbootstrap3</groupId>
<artifactId>gwtbootstrap3-extras </artifactId>
<version>0.9</version>
</dependency>
<dependency>
<groupId>net.sf.gwt-widget</groupId>
<artifactId>gwt-sl</artifactId>
<version>1.3-RC1</version></dependency>
<dependency>
<groupId>com.allen-sauer.gwt.log</groupId>
<artifactId>gwt-log</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery</artifactId>
<version>1.5-beta1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gwtx</groupId>
<artifactId>gwtx</artifactId>
</dependency>
<version>1.5.2</version>
I am using gwt-maven-plugin for compilation.
Till 2.7 ofcourse everything was working fine but as I upgraded GWT library in pom to 2.8, compilation failed and it gave below errors -
[INFO] Tracing compile failure path for type 'java.lang.Object'
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Object.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/core/client/ JavaScriptObject.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Throwable.java'
[INFO] [ERROR] java.io.PrintStream cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Class.java'
[INFO] [ERROR] java.lang.String cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ String.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/io/ PrintStream.java'
[INFO] [ERROR] java.io.FilterOutputStream cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ StackTraceElement.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ CharSequence.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Iterable.java'
[INFO] [ERROR] java.util.Spliterator cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/javaemul/ internal/NativeRegExp.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/nio/ charset/Charset.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ StringBuffer.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Comparable.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ StringBuilder.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ Comparator.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/io/ UnsupportedEncodingException. java'
[INFO] [ERROR] java.lang.String cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/io/ OutputStream.java'
[INFO] [ERROR] java.io.IOException cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/io/ FilterOutputStream.java'
[INFO] [ERROR] Line 74: The constructor IOException(Throwable) is undefined
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ stream/IntStream.java'
[INFO] [ERROR] java.util.OptionalDouble cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ Spliterator.java'
[INFO] [ERROR] java.lang.Integer cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ SortedMap.java'
[INFO] [ERROR] java.util.Comparator cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ AbstractStringBuilder.java'
[INFO] [ERROR] java.lang.CharSequence cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/code/gwtx/gwtx/1.5. 2/gwtx-1.5.2.jar!/com/ googlecode/gwtx/java/io/emul/ java/io/IOException.java'
[INFO] [ERROR] java.lang.Exception cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/code/gwtx/gwtx/1.5. 2/gwtx-1.5.2.jar!/com/ googlecode/gwtx/java/io/emul/ java/io/Closeable.java'
[INFO] [ERROR] java.io.IOException cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/code/gwtx/gwtx/1.5. 2/gwtx-1.5.2.jar!/com/ googlecode/gwtx/java/io/emul/ java/io/Flushable.java'
[INFO] [ERROR] java.io.IOException cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ OptionalDouble.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Integer.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ OptionalInt.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ stream/TerminatableStream. java'
[INFO] [ERROR] java.util.List cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ stream/LongStream.java'
[INFO] [ERROR] java.util.OptionalDouble cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ stream/DoubleStream.java'
[INFO] [ERROR] java.util.OptionalDouble cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ stream/Stream.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ stream/BaseStream.java'
[INFO] [ERROR] java.lang.AutoCloseable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ IntSummaryStatistics.java'
[INFO] [ERROR] java.lang.String cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Double.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Long.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/Map. java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Appendable.java'
[INFO] [ERROR] java.lang.CharSequence cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Exception.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ NumberFormatException.java'
[INFO] [ERROR] java.lang.IllegalArgumentException cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Number.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ List.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ OptionalLong.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ LongSummaryStatistics.java'
[INFO] [ERROR] java.lang.String cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ DoubleSummaryStatistics.java'
[INFO] [ERROR] java.lang.String cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ stream/Collector.java'
[INFO] [ERROR] java.util.Set cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ function/Predicate.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ function/BinaryOperator.java'
[INFO] [ERROR] java.util.Comparator cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ Optional.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ AutoCloseable.java'
[INFO] [ERROR] java.lang.Exception cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ Collection.java'
[INFO] [ERROR] java.lang.Object cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/Set. java'
[INFO] [ERROR] java.util.Collection cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ IllegalArgumentException.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ RuntimeException.java'
[INFO] [ERROR] java.lang.Throwable cannot be resolved to a type
[INFO] Checked 54 dependencies for errors.
[INFO] Closing cache file: D:\myProj\target\gwt-unitCache\gwt-unitCache- f160a61272c5ebe805cd2d3d3256ed 3ecf14893f-0000015866CAAD81 (0 units written)
[INFO] Deleting empty file: D:\myProj\target\gwt-unitCache\gwt-unitCache- f160a61272c5ebe805cd2d3d3256ed 3ecf14893f-0000015866CAAD81
[INFO] Shutting down PersistentUnitCache thread
[INFO] Shutting down PersistentUnitCache thread
It seems, the GWT compiler with 2.8 jar is not able to recognize/find any emulated class in java.lang package.
I also found below information in compilation logs where compilation unit is removed due to invalid reference (please note as there were too many logging statement, below is just a snippet of it) -
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/MousePlugin. java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/LazyEvents. java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/effects/Fx. java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/builders/ XmlBuilderBase.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/Events.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/UiPlugin.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/effects/ ClipAnimation.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/Effects.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/ajax/Ajax.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/QueuePlugin. java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/impl/AttributeImpl. java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/Widgets.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/effects/ Transitions.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/Plugin.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.GQuery
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/io/ PrintStream.java' is removed due to invalid reference(s):
[INFO] java.io.FilterOutputStream
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ System.java' is removed due to invalid reference(s):
[INFO] java.io.PrintStream
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Throwable.java' is removed due to invalid reference(s):
[INFO] java.io.PrintStream
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/logging/impl/ StackTracePrintStream.java' is removed due to invalid reference(s):
[INFO] java.io.PrintStream
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/effects/ PropertiesAnimation.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.plugins.Effects.GQAnimation
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/effects/ TransitionsAnimation.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.plugins.Effects.GQAnimation
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/impl/ AttributeTridentImpl.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.impl.AttributeImpl. ValueAttrSetter
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ client/plugins/ajax/ AjaxTransportJs.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.plugins.ajax.Ajax. AjaxTransport
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/googlecode/gwtquery/ gwtquery/1.4.3/gwtquery-1.4.3. jar!/com/google/gwt/query/ super/com/google/gwt/query/ client/GQ.java' is removed due to invalid reference(s):
[INFO] com.google.gwt.query.client.plugins.ajax.Ajax. AjaxTransport
[INFO] com.google.gwt.query.client.plugins.effects. PropertiesAnimation.Easing
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/resources/client/ ResourceException.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/resources/client/ impl/ ExternalTextResourcePrototype. java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/javax/validation/validation- api/1.0.0.GA/validation-api-1. 0.0.GA-sources.jar!/javax/ ' is removed due to invalid reference(s):validation/ ConstraintDefinitionException. java
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ AssertionError.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ Exception.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/lang/ IllegalArgumentException.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/core/client/impl/ StackTraceCreator.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/user/client/rpc/ SerializationException.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/mavenRepo/SVN/com/google/gwt/gwt-user/2.8.0/ gwt-user-2.8.0.jar!/com/ google/gwt/emul/java/util/ ConcurrentModificationExceptio n.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/code/ gwt-log/gwt-log/3.2.1/gwt-log- 3.2.1.jar!/com/allen_sauer/ gwt/log/client/LogUtil.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0. jar!/com/google/gwt/http/ client/RequestException.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/code/ gwt-log/gwt-log/3.2.1/gwt-log- 3.2.1.jar!/com/allen_sauer/ gwt/log/client/WindowLogger. java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0. jar!/com/google/gwt/core/ client/impl/ SuperDevModeLogger.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0. jar!/com/google/gwt/emul/java/ lang/IllegalStateException. java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/javax/ validation/validation-api/1.0. 0.GA/validation-api-1.0.0.GA- ' is removed due to invalid reference(s):sources.jar!/javax/validation/ ConstraintDeclarationException .java
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0. jar!/com/google/gwt/emul/java/ util/OptionalInt.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/code/ gwt-log/gwt-log/3.2.1/gwt-log- 3.2.1.jar!/com/allen_sauer/ gwt/log/shared/ WrappedClientThrowable.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/code/ gwt-log/gwt-log/3.2.1/gwt-log- 3.2.1.jar!/com/allen_sauer/ gwt/log/translatable/com/ allen_sauer/gwt/log/client/ Log.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0. jar!/com/google/gwt/user/ client/rpc/impl/ RequestCallbackAdapter.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/code/ gwt-log/gwt-log/3.2.1/gwt-log- 3.2.1.jar!/com/allen_sauer/ gwt/log/client/impl/ LogImplInterface.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0. jar!/com/google/gwt/core/ shared/SerializableThrowable. java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0. jar!/com/google/gwt/emul/java/ util/OptionalDouble.java' is removed due to invalid reference(s):
[INFO] java.lang.Throwable
[INFO] Compilation unit 'jar:file:/D:/FOS/FOM/mavenRepo/SVN/com/google/gwt/ gwt-user/2.8.0/gwt-user-2.8.0.