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 course is not needed and can be safely removed(Its there since I was working on the Selenium framework). So once this dependency is removed it works fine .
If you have a similar problem try figuring out which jar "CompilerOptions" is referring to thats where the problem might be . Cheers :) Abhijit -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
