Thanks Isaac, much appreciated. Just to clarify (for anyone searching for this in the future!), what I had to do was:
1. From the top-level directory (i.e., the one containing the src and war directories), do: junitCreator -junit "/Applications/eclipse/plugins/ org.junit_3.8.2.v20080602-1318/junit.jar" -module com.piconmat.Piconmat -eclipse piconmat com.piconmat.client.PiconmatTest 2. Refresh Eclipse's Package Explorer. 3. Add "test" as a source folder (Project>Properties>Java Build Path>Source). 4. Add junit.jar to your classpath (Project>Properties>Java Build Path>Libraries). 5. Run the test suite (Run>Run Configurations… then select JUnit>PiconmatTest-hosted, then Run). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
