Re: java.lang.Comparable implemented to a inner class but GWT gives compile time error

2011-07-06 Thread saurabh saurabh
Oh sorry folks it was silly mistake while using eclipse , too dumb too silly. Anyway I resolved on my own. Sorry for bothering anyone. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@

Re: java.lang.Comparable implemented to a inner class but GWT gives compile time error

2011-07-06 Thread saurabh saurabh
One more thing I have made jar file of modified plugin by using command line standard JDK jar tool. I tried using eclipse but it make jar of WEB-INF. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goog

java.lang.Comparable implemented to a inner class but GWT gives compile time error

2011-07-06 Thread saurabh saurabh
Hi all, I have a plugin raphaelgwt and I have made some modification over it to suit my application. I am getting a strange behavior here, these are the inner classes of plugin with modificaton public class Raphael{ public class Set implements MyInterface, Comparable{