Re: AssertionError running in dev mode with -noserver in Tomcat

2012-01-16 Thread Cliff D
I put a breakpoint on AssertionError's constructor. PathPrefixSet.assertValidAbstractResourcePathName:292 has a name of / hibernate-distribution-3.5.5-Final.pom ... ZipFileClassPathEntry.computeApplicableResources:188 has ZipFileResource r of jar:file:/c:/d/.../hibernate3.jar!//hibernate-

Re: AssertionError running in dev mode with -noserver in Tomcat

2012-01-16 Thread Cliff D
I've removed the offending rooted file from the jar file and it works now. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group,

AssertionError running in dev mode with -noserver in Tomcat

2012-01-14 Thread Cliff D
When I try to start my server I get an assertion error from GWT 2.4.0 (and JDK 6_30): Caused by: java.lang.AssertionError at com.google.gwt.dev.resource.impl.PathPrefixSet.assertValidAbstractResourcePathName(PathPrefixSet.java: 292) at