Hi Bruno, Thanks for the report. We are planning to use a tool like Hudson in the future to manage our builds on top of our current scripts. That would make the reporting of such issues more automatic.
As a side note, I think that the [EMAIL PROTECTED] list would have been a better target for your message. Hope all is going well with Kauri. Best regards, Jerome Louvel -----Message d'origine----- De : Thierry Boileau [mailto:[EMAIL PROTECTED] Envoyé : mercredi 25 juin 2008 09:53 À : [email protected] Objet : Re: Trunk (rev3336) doesn't build Hi Bruno, Eclipse mistakenly added "Override" annotations to methods that come from an interface. I've just updated the svn repository. Thanks for reporting this issue. best regards, Thierry Boileau > Hi, > > I get the following errors trying to build from svn trunk: > > [javac] Compiling 20 source files to /home/bruno/oss/restlet-trunk/build/temp/classes/org.restlet.ext.wadl_1.0 > [javac] /home/bruno/oss/restlet-trunk/build/temp/modules/org.restlet.ext.wadl_1.0/sr c/org/restlet/ext/wadl/WadlRepresentation.java:159: method does not override a method from its superclass > [javac] @Override > [javac] ^ > [javac] /home/bruno/oss/restlet-trunk/build/temp/modules/org.restlet.ext.wadl_1.0/sr c/org/restlet/ext/wadl/WadlRepresentation.java:164: method does not override a method from its superclass > [javac] @Override > [javac] ^ > [javac] /home/bruno/oss/restlet-trunk/build/temp/modules/org.restlet.ext.wadl_1.0/sr c/org/restlet/ext/wadl/WadlRepresentation.java:181: method does not override a method from its superclass > [javac] @Override > [javac] ^ > [javac] /home/bruno/oss/restlet-trunk/build/temp/modules/org.restlet.ext.wadl_1.0/sr c/org/restlet/ext/wadl/WadlRepresentation.java:241: method does not override a method from its superclass > [javac] @Override > [javac] ^ > [javac] /home/bruno/oss/restlet-trunk/build/temp/modules/org.restlet.ext.wadl_1.0/sr c/org/restlet/ext/wadl/WadlRepresentation.java:297: method does not override a method from its superclass > [javac] @Override > [javac] ^ > [javac] /home/bruno/oss/restlet-trunk/build/temp/modules/org.restlet.ext.wadl_1.0/sr c/org/restlet/ext/wadl/WadlRepresentation.java:312: method does not override a method from its superclass > [javac] @Override > [javac] ^ > [javac] /home/bruno/oss/restlet-trunk/build/temp/modules/org.restlet.ext.wadl_1.0/sr c/org/restlet/ext/wadl/WadlRepresentation.java:677: method does not override a method from its superclass > [javac] @Override > [javac] ^ > [javac] 7 errors > >

