The exception that I'm getting now appears to be the result of Gin 1.5. It looks like the dependency information in the ibiblio package must be pulling in gwt-servlet.jar from 2.2.0, and it is not getting evicted for some reason.
(I can tell this by the ivy:report that I am generating, thanks to Juan Pablo's advice above.) I'm not sure what I can do to tell Gin 1.5 to proceed with gwt- servlet.jar from 2.3.0, or if that is even possible. Maybe I need to wait for Gin to cut another release, and for it to worm its way through the ibiblio package maintainers to me? I see you're not using Gin, so that must be why it is working for you and not me. On May 6, 2:00 pm, Filipe Sousa <[email protected]> wrote: > Using the following > > *ivy.xml:* > <?xml version="1.0" encoding="UTF-8"?> > <ivy-module version="2.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" > xmlns:m="http://ant.apache.org/ivy/maven"> > <info organisation="pt.ipb" module="test" status="release" /> > <dependencies> > <dependency org="com.google.gwt" name="gwt-user" rev="2.3.0" /> > <dependency org="com.google.gwt" name="gwt-servlet" rev="2.3.0" /> > <dependency org="com.google.gwt" name="gwt-dev" rev="2.3.0" /> > <dependency org="javax.validation" name="validation-api" rev="1.0.0.GA"> > <artifact name="validation-api"/> > <artifact name="validation-api" m:classifier="sources"/> > </dependency> > </dependencies> > </ivy-module> -- 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.
