Re: Duplicated entry in DeobfuscatorBuilder for maven compile

2012-12-18 Thread Thomas Broyer
On Tuesday, December 18, 2012 2:50:04 PM UTC+1, SiJa wrote: The error can be reproduced with this project. If you call mvn clean package and check WebInterfaceRequestFactoryDeobfuscatorBuilder.java you can see the duplicated entry for bean OPAssertionWithInformation. Eclipse compile also

Re: Duplicated entry in DeobfuscatorBuilder for maven compile

2012-12-11 Thread SiJa
It doesn´t matter which GWT version I use. It´s the same behaviour in version 2.4.0 and 2.5.0. It happens during mvn clean compile and mvn compile. Before I used mvn clean compile I deleted every generated source code and eclipse automatically build was disabled. The ValidationTool runs during

Re: Duplicated entry in DeobfuscatorBuilder for maven compile

2012-12-11 Thread Thomas Broyer
Which JDK are you using? (OpenJDK? Oracle? 6? 7?) Please file an issue with as much information as possible, and if you can make a small project that reproduces the issue it'd be even better. On Tuesday, December 11, 2012 9:15:33 AM UTC+1, SiJa wrote: It doesn´t matter which GWT version I

Re: Duplicated entry in DeobfuscatorBuilder for maven compile

2012-12-11 Thread SiJa
We use: java version 1.6.0_35 Java(TM) SE Runtime Environment (build 1.6.0_35-b10) Java HotSpot(TM) Client VM (build 20.10-b01, mixed mode, sharing) Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) We fixed the bug by renaming an EntityProxy, which is not a sub oder supeproxy of

Duplicated entry in DeobfuscatorBuilder for maven compile

2012-12-10 Thread SiJa
Hallo, there is a duplicated entry in DeobfuscatorBuilder class when I compile the application with maven and the lists with the proxies for the duplicated bean are different. But if I compile the application with eclipse-compiler, there is no duplicated entry and nothing went wrong (only the

Re: Duplicated entry in DeobfuscatorBuilder for maven compile

2012-12-10 Thread Thomas Broyer
How are you running the ValidationTool? (I suppose annotation processing during maven-compiler-plugin) Does it happen during mvn clean compile or only mvn compile? Feel free to file an issue after you double-check it's not an environmental issue (e.g. some classes compiled by Eclipse and others