On Thu, Nov 4, 2010 at 8:46 PM, Frédéric Gobry <[email protected]>wrote:
> Hi, > > I'm not overly familiar with eclipse, and have been struggling to set > up a project for the wave-protocol source code that would > successfully: > > - build > - resolve everything: in the best case, I end up with tons of errors > on @Overrides which eclipse thinks are not part of the interface, > whereas manual introspection of the corresponding interfaces proves > the contrary > Make sure you set your eclipse project to be complient with Java 1.6. Right-click the project->Properties->Java Compiler->(Enable Project Specific Settings)->Set Compliance Level to 1.6. > - lets me run unittests from eclipse. > Right click the test folder and select Run As -> JUnit Test. Greetings, Lennard -- You received this message because you are subscribed to the Google Groups "Wave Protocol" 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/wave-protocol?hl=en.
