On 2013/05/28 08:52:04, larsaaslin wrote:

Can I run only MostToLeastDerivedPlaceTypeComparatorTest with an ant
command?

Yes "ant test
-Dgwt.junit.testcase.includes=**/MostToLeastDerivedPlaceTypeComparatorTest.class"
or "cd user && ant test.nongwt
-Dgwt.nongwt.testcase.includes=**/MostToLeastDerivedPlaceTypeComparatorTest.class"

Only getting the following errors when I run it from Eclipse:

java.lang.NullPointerException
        at com.google.gwt.dev.util.Util.copyNoClose(Util.java:265)
        at com.google.gwt.dev.util.Util.copy(Util.java:186)
        at com.google.gwt.dev.util.Util.readStreamAsString(Util.java:713)
        at

com.google.gwt.place.rebind.RealJavaResource.getContent(RealJavaResource.java:41)

Make sure you include the sources into the classpath.

http://gwt-code-reviews.appspot.com/1895803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to