Need a tool to find out client side coverage .

2011-05-12 Thread Abhijit Rai
Hi all, Had a query regarding code coverage for the client packages of GWT, would really appreciate anyone could help out. I have a client heavy application ( J2EE , GWT ) having 500K lines client code. We want to automate our test cases and we need to test the code coverage for these 500K lines

Re: gwt-compile issue

2011-07-22 Thread Abhijit Rai
Juan Pablo Gardella writes: > > > Can you show the classpath? > 2011/6/17 Navindian > I have imported working project. It is giving the following error. please let me know asap. > > Compiling module com.ge.inds.evse.io.EVSEGRI > [ERROR] Unexpected > java.lang.NoSuchFieldError: reportUnus

Re: gwt-compile issue

2011-07-22 Thread Abhijit Rai
Ok that was stupid !!! The problem is that com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions (JdtCompiler.java:208) is Referring to CompilerOptions which as fate would have it is referencing to the implementation in selenium-server.jar instead of gwt specific implementation. This jar of