On 16 November 2011 15:55, Juan Pablo Gardella <[email protected]> wrote: > At first try copy sources to another project only to verify if this is the > error. If compile, you don't have in the compile classpath the sources of > the libs. You can generate mylib-sources.jar and add to the pom. > For example a source dependency with maven that I use: > <dependency> > <groupId>javax.inject</groupId> > <artifactId>javax.inject</artifactId> > <version>1</version> > <classifier>sources</classifier> > <scope>provided</scope> > <type>jar</type> > </dependency> > See provided scope.
Ahhh... for some reason I commented out the module inheriting in the gwt.xml file. The problem is solved! Juan, thank you for your time! :) -- - - -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- http://facebook.com/andras.csanyi -- ""Trust in God and keep your gunpowder dry!" - Cromwell -- 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.
