If you use maven resolve this problem with this:

   <dependency>
                       <groupId>javax.validation</groupId>
                       <artifactId>validation-api</artifactId>
                       <version>1.0.0.GA <http://1.0.0.ga/></version>
                       <scope>provided</scope>
               </dependency>
               <dependency>
                       <groupId>javax.validation</groupId>
                       <artifactId>validation-api</artifactId>
                       <version>1.0.0.GA <http://1.0.0.ga/></version>
                       <classifier>sources</classifier>
                       <scope>provided</scope>
               </dependency>

You need to define in Ivy this dependencies. You must declare the dependency
plus the classifier. Ivy support this
<https://issues.apache.org/jira/browse/IVY-418>but
I don't know Ivy to paste the code that define a dependency with classifier

Juan

2011/5/5 pohl <pohl.longs...@gmail.com>

> Filipe,  I found that issue in the tracker yesterday.  You may want to
> star this.  It looks like you, at least, have a workaround if you're
> willing to add that jar directly to your classpath.
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=6225
>
> On May 5, 3:22 pm, Filipe Sousa <nat...@gmail.com> wrote:
> > I'm having the same problem with IvyDE.
> > I can't pass the validation-api-1.0.0.GA-sources.jar to the eclipse
> > classpath. Let me know if you find a solution.
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to