This is the same I reported a couple of days ago. On Wed, Oct 14, 2009 at 7:31 PM, Paul Lindner <[email protected]> wrote:
> Hi, > jdom is used by the rome module to parse XML. Can you give us more info on > what maven is doing in this case? > > mvn dependency:tree should look something like this: > > [dependency:tree] > org.apache.shindig:shindig-gadgets:jar:1.1-BETA4-incubating-SNAPSHOT > +- > org.apache.shindig:shindig-common:jar:1.1-BETA4-incubating-SNAPSHOT:compile > ..... > +- commons-lang:commons-lang:jar:2.4:compile > +- rome:rome:jar:0.9:compile > | \- jdom:jdom:jar:1.0:compile > +- com.ibm.icu:icu4j:jar:3.8:compile > +- net.sourceforge.nekohtml:nekohtml:jar:1.9.13:compile > .... > > Also more of a stack trace would be helpful. > > Thanks > Paul > > On Tue, Oct 13, 2009 at 7:30 PM, yingshou guo <[email protected]> > wrote: > > > After check out the main trunk and run mvn command, the following build > > error occurs: > > > > > > > java/gadgets/src/main/java/org/apache/shindig/gadgets/FeedProcessor.java:[53,41] > > cannot access org.jdom.Document > > class file for org.jdom.Document not found > > SyndFeed feed = new SyndFeedInput().build(new > StringReader(feedXml)); > > > > I need to add jdom dependency to java/gadgets/pom.xm to successfully > build > > shindig. > > >

