Thanks Thomas for the info, that makes sense The reason I am not using mvn gwt:run-codeserver is that I have some custom libraries which I add as dependency to my main project using eclipse m2e's workspace resolution and I haven't been able to run mvn commands from eclipse respecting the workspace resolution ( I get missing dependency errors).
Of course I could install the SNAPSHOTS of my custom libraries into the local maven repository but most of the time I am too lazy. On Tue, Oct 9, 2012 at 1:10 PM, Thomas Broyer <[email protected]> wrote: > > > On Tuesday, October 9, 2012 11:39:35 AM UTC+2, Ümit Seren wrote: >> >> I was only able to fix this by manually adding the >> validation-api-1.0.0.GA-sources.jar to the user entries of the >> classpath of my run configuration for superdevmode. > > > This is maybe because sources jars have the addedToClasspath bit to false, > which Eclipse respects, but not the gwt-maven-plugin (it takes all > dependencies in the maven scope independently of their type or classifier). > http://grepcode.com/file/repo1.maven.org/maven2/org.apache.maven/maven-core/3.0.4/META-INF/plexus/artifact-handlers.xml > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/dgD0slxX4Y0J. > > 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. -- 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.
