This smells like it should work to me, but I get this: impossible to ivy retrieve: java.lang.RuntimeException: problem during retrieve Multiple artifacts of the module javax.validation#validation-api;1.0.0.GA are retrieved to the same file! Update the retrieve pattern to fix this error.
I'm not sure what they mean by "retrieve pattern" in this context. On May 6, 4:23 am, Filipe Sousa <[email protected]> wrote: > > <?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"> > > <dependency org="javax.validation" name="validation-api" rev="1.0.0.GA"> > <artifact name="validation-api"/> > <artifact name="validation-api" *m:classifier="sources"*/> > </dependency> > > I had already tried this yesterday and did not work. But now it's working:) -- 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.
