Hi Baranovskiy,

Firstly apologies for late reply on this thread.

I am not using super-source tag in my *gwt.xml, I have attached my xml
(PFA...)
Did it worked for you even when you had <inherits
name="com.googlecode.gwtx.Java"
/> ?

Please point me in case you have some inputs for me.

Thanks,
Saurabh.


On Wed, Feb 1, 2017 at 9:36 PM, Павел Барановский <[email protected]
> wrote:

> 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
> написал:
>
>> 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>
>>   <version>1.5.2</version>
>> </dependency>
>>
>> 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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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-f160a61272c5ebe805cd2d3d3256ed3ecf14893f-0000015866CAAD81
>> (0 units written)
>> [INFO] Deleting empty file: D:\myProj\target\gwt-unitCache
>> \gwt-unitCache-f160a61272c5ebe805cd2d3d3256ed3ecf14893f-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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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.im
>> pl.AttributeImpl.ValueAttrSetter
>> [INFO]       Compilation unit 'jar:file:/D:/mavenRepo/SVN/co
>> m/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.pl
>> ugins.ajax.Ajax.AjaxTransport
>> [INFO]       Compilation unit 'jar:file:/D:/mavenRepo/SVN/co
>> m/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.pl
>> ugins.ajax.Ajax.AjaxTransport
>> [INFO]          com.google.gwt.query.client.pl
>> ugins.effects.PropertiesAnimation.Easing
>> [INFO]       Compilation unit 'jar:file:/D:/mavenRepo/SVN/co
>> m/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/co
>> m/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/ja
>> vax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.
>> GA-sources.jar!/javax/validation/ConstraintDefinitionException.java' is
>> removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/mavenRepo/SVN/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/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/co
>> m/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/google/
>> gwt/emul/java/util/ConcurrentModificationException.java' is removed due
>> to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/SVN/javax/validation/validation-api/1.0.0.GA/
>> validation-api-1.0.0.GA-sources.jar!/javax/validation/Constr
>> aintDeclarationException.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/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/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/lang/UnsupportedOperationException.java' is removed
>> due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/web/bindery/event/shared/UmbrellaException.java' is removed due
>> to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/code/gwt-log/gwt-log/3.2.1/gwt-log-3.2.1.
>> jar!/com/allen_sauer/gwt/log/client/RemoteLoggerImpl.java' is removed
>> due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/code/gwt-log/gwt-log/3.2.1/gwt-log-3.2.1.
>> jar!/com/allen_sauer/gwt/log/shared/UnwrappedClientThrowable.java' is
>> removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/jsonp/client/JsonpRequest.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/code/gwt-log/gwt-log/3.2.1/gwt-log-3.2.1.
>> jar!/com/allen_sauer/gwt/log/client/impl/LogImplBase.java' is removed
>> due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/util/Optional.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/shared/impl/JsLogger.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/user/client/rpc/AsyncCallback.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/user/client/rpc/IncompatibleRemoteServiceException.java' is
>> removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/user/client/rpc/impl/FailingRequestBuilder.java' is removed
>> due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/util/OptionalLong.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/geolocation/client/PositionError.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/http/client/RequestCallback.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/javax/validation/validation-api/1.0.0.GA/
>> validation-api-1.0.0.GA-sources.jar!/javax/validation/GroupD
>> efinitionException.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/client/GWT.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/client/impl/Impl.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/lang/Object.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/logging/client/JsonLogRecordClientUtil.java' is removed due
>> to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/user/client/rpc/SerializableException.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/code/gwtx/gwtx/1.5.3/gwtx-1.5.3.jar!/
>> com/googlecode/gwtx/java/introspection/emul/java/lang/reflec
>> t/InvocationTargetException.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/util/logging/Logger.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/code/gwt-log/gwt-log/3.2.1/gwt-log-3.2.1.
>> jar!/com/allen_sauer/gwt/log/client/LogMessageFormatter.java' is removed
>> due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/client/impl/AsyncFragmentLoader.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-dev/2.8.0/gwt-dev-2.8.0.jar!/com/
>> google/gwt/core/shared/GWTBridge.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/lang/Error.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'file:/D:/FOS/FOM/FOMTrunk/SVN
>> /src/oms/omsui/src/main/java/com/tibco/aff/ots/client/view/
>> UserManagement/ChangePasswordViewer.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/user/client/rpc/SerializedTypeViolationException.java' is
>> removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/logging/impl/FormatterImpl.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/shared/GWT.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/user/client/rpc/InvocationException.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/client/RunAsyncCallback.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/util/logging/LogRecord.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/translatable/com/google/gwt/core/shared/
>> impl/ThrowableTypeResolver.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/code/gwt-log/gwt-log/3.2.1/gwt-log-3.2.1.
>> jar!/com/allen_sauer/gwt/log/client/impl/LogImplOff.java' is removed due
>> to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-dev/2.8.0/gwt-dev-2.8.0.jar!/com/
>> google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Exceptions.java' is
>> removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/user/client/ui/AttachDetachException.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/core/client/impl/LoadingStrategyBase.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/java/lang/RuntimeException.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/javax/validation/validation-api/1.0.0.GA/
>> validation-api-1.0.0.GA-sources.jar!/javax/validation/Valida
>> tionException.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/googlecode/gwtquery/gwtquery/1.4.3/gwtquery-1.4.3.
>> jar!/com/google/gwt/query/client/plugins/deferred/PromiseRPC.java' is
>> removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/logging/client/SimpleRemoteLogHandler.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/javax/validation/validation-api/1.0.0.GA/
>> validation-api-1.0.0.GA-sources.jar!/javax/validation/Unexpe
>> ctedTypeException.java' is removed due to invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/code/gwt-log/gwt-log/3.2.1/gwt-log-3.2.1.
>> jar!/com/allen_sauer/gwt/log/shared/LogRecord.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/json/client/JSONException.java' is removed due to invalid
>> reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/emul/javaemul/internal/ConsoleLogger.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>> [INFO]       Compilation unit 'jar:file:/D:/FOS/FOM/mavenRep
>> o/SVN/com/google/gwt/gwt-user/2.8.0/gwt-user-2.8.0.jar!/com/
>> google/gwt/event/shared/UmbrellaException.java' is removed due to
>> invalid reference(s):
>> [INFO]          java.lang.Throwable
>>
>> As of now I am sort of lost for where to start digging from for this
>> issue. In case if someone is interested to have a peep inside complete
>> logs, I have attached logging.txt.
>>
>> Any pointers would help.
>>
>> Thanks,
>> Saurabh.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "GWT Users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-web-toolkit/2jmoJGp0zqc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards,
Saurabh Joshi

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "//gwt-module/" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.2/distro-source/core/src/gwt-module.dtd";>
<module rename-to='OTS'>
	<!-- Inherit the core Web Toolkit stuff. -->
<!-- 	<inherits name="org.gwtbootstrap3.GwtBootstrap3NoTheme"/> -->
	<inherits name="org.gwtbootstrap3.GwtBootstrap3"/>
	<inherits name="org.gwtbootstrap3.extras.growl.Growl"/>
	<inherits name="org.gwtbootstrap3.extras.bootbox.Bootbox"/>
	<inherits name='com.google.gwt.user.User' />
	<inherits name='com.google.gwt.json.JSON' />
	<inherits name="com.google.gwt.i18n.I18N" />
	 <inherits name="com.google.gwt.http.HTTP"/>
	<inherits name="ui.hierarchyui.FChierarchyui"/>

 	<set-property name="user.agent" value="safari,ie9,gecko1_8"/>

	<inherits name="com.googlecode.gwtx.Java" />
	<inherits name="com.abc.aff.ots.OTS" />

	<inherits name="com.allen_sauer.gwt.log.gwt-log-OFF" />
	<add-linker name="xsiframe" />
	<!-- Specify settings for the gwt-log -->
	<extend-property name="log_level" values="DEBUG" />

	<!-- For this project, only div logger is enabled -->
	<set-property name="log_DivLogger" value="ENABLED" />


	<inherits name="com.allen_sauer.gwt.log.gwt-log-RemoteLogger" />
	<inherits name="com.google.gwt.http.HTTP"/>
    <inherits name="com.google.gwt.uibinder.UiBinder" />


	<set-property name="log_ConsoleLogger" value="DISABLED" />
	<set-property name="log_FirebugLogger" value="DISABLED" />
	<set-property name="log_GWTLogger" value="DISABLED" />
	<set-property name="log_SystemLogger" value="DISABLED" />
	<set-property name="log_WindowLogger" value="DISABLED" />

	 <replace-with class="com.abc.aff.ots.client.OTSDateTimeFormatInfoImpl">
	    <when-type-is class="com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl"/>
	  </replace-with>
	
	  <!-- Mozilla needs a different implementation due to issue #410 -->
	  <replace-with class="com.abc.aff.ots.client.OTSDateTimeFormatInfoImpl">
	    <when-type-is class="com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl" />
	    <any>
	      <when-property-is name="user.agent" value="gecko"/>
	      <when-property-is name="user.agent" value="gecko1_8" />
	    </any>
	  </replace-with>

	<stylesheet src="OTS.css" />
	<stylesheet src="OMSUI.css" />
	
	<public path='OTS' />
	<public path='public' />
	<source path='client' />
	<source path='dto' />
	<source path='service' />

	<inherits name="com.google.gwt.logging.Logging"/>
  
  	<!-- Enable the simple remote handler -->
  	<set-property name="gwt.logging.simpleRemoteHandler" value="DISABLED" />
	<set-property name="gwt.logging.logLevel" value="INFO"/>
	<set-property name="gwt.logging.enabled" value="TRUE"/>
	<set-property name="gwt.logging.consoleHandler" value="DISABLED" />

	<entry-point class="com.abc.aff.ots.client.OTSController" />

	<inherits name="com.google.gwt.json.JSON" />
	<inherits name='com.google.gwt.query.Query'/>
	<inherits name="com.google.gwt.xml.XML" />
	
	<add-linker name="xsiframe"/>

</module>

Reply via email to