I think it is already in place. refer here. <classpathentry kind="src" output="target/test-classes" path="src/test/ resources"/> <classpathentry kind="src" output="target/test-classes" path="src/test/ java"/> <classpathentry kind="src" output="target/classes" path="src/main/ resources"/> <classpathentry kind="src" output="target/classes" path="src/main/ java"/>
Does eclispe need GWT plug-in to run this? On Nov 1, 3:29 pm, Thomas Broyer <[email protected]> wrote: > Is src/test/java (and src/test/resources) part of the buildpath/classpath > for your JUnit launch? Not only the *.class has to be in the classpath, the > *.java too. -- 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.
