zixzigma
unread,Feb 26, 2011, 4:37:43 PM2/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guava-discuss
I am getting the following Error, when using Guava in my GWT app,
and running it in Development mode using mvn gwt:run
[ERROR] Unable to find 'com/google/common/collect/Collect.gwt.xml' on
your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
when running from IntelliJ GWT plugin, everything is fine.
do you know how I can resolve this ? I searched for a solution but
could not find any.
I really appreciate any feedback on this.
Thank You
in my gwt.xml file I have defined:
<inherits name="com.google.common.collect.Collect" />
and in my pom.xml
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<!-- JSR 305 Software Defect Detection Guava -->
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.2</version>
</dependency>