Re: "static method wrap(Element) conflicts" compiler error. Why?

2008-12-17 Thread John Gunther
Sorry missed your reply until now. Such an error message as you suggest would have made it a lot easier, in my case, to track down what the problem was. Part of the issue is that 1.4 compliance does not fail in every case, so I had been working along for a while with GWT 1.5 and 1.4 compliance wi

Re: "static method wrap(Element) conflicts" compiler error. Why?

2008-11-11 Thread Jason Essington
Well in general the code is probably filled with syntax errors when using the Java 1.4 compiler ... And since GWT 1.5.x is not compatible with the Java 1.4 compiler I would consider this a non issue. Since GWT 1.5 is not compatible with Java 1.4 I would not expect it to work and the message

"static method wrap(Element) conflicts" compiler error. Why?

2008-11-10 Thread John Gunther
Using GWT 1.5.2, and starting with this class: public class NamedHTML extends HTML implements HasName { public String getName() {return null;} public void setName(String name) {} } If I compile the above class in Eclipse with Project, Properties, Java Compiler, "Compiler complia