Backing up a sec -- I looked, and there is not a circular dependency here to begin with. integration does not depend on examples.
This is not a Maven build issue, or else the error would be from the Maven build. You are building the example .war file and need to put your implementation .jar in a particular place such that it's built into the .war. In your case that's the examples .jar. I am guessing it was not actually included. This part is not something Maven does for you. On Tue, Jan 24, 2012 at 8:51 PM, Way Cool <[email protected]> wrote: > Sure, because we want maven to handle dependency for us. What's your fix? > Just add a dependency to pom,xml in integration project? If you do that, > which project do you want to build first? Thanks for your reply Sean. > > On Tue, Jan 24, 2012 at 1:43 PM, Sean Owen <[email protected]> wrote: > > > Why is that a problem? you just need both. It works fine, just as any > other > > such dependency in Java works. > > > > On Tue, Jan 24, 2012 at 8:39 PM, Way Cool <[email protected]> > wrote: > > > > > > That's mainly because the class GroupLensRecommender is defined in > > examples > > > project, which depends on integration project, and integration project > is > > > trying to load the class... > > > > > > Have you guys seen the issue as well? > > > > > > Thanks, > > > > > > YG > > > > > >
