Re: gwt 2.3 gwt-servlet-deps.jar from Ant Ivy build
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 <nat...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home