The maven eclipse plugin sets up your project so that jar files in the repository are referenced using a variable for the repository location. Details on how to set up eclipse can be found here: http://www.appfuse.org/display/APF/Eclipse, in particular the bits about setting up the M2_REPO variable.
Mike On Nov 18, 2007 8:09 PM, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > After following the directions for the Quick Start installation and for > Eclipse, the Eclipseenvironment is showing a bunch of errors indicating > that > essentally it is not finding many jar files. For example, it says it > cannot > find the import for clickstream in the clickstream.jsp. > > The clickstream jar is in the lib directory, but I noticed in the app > properties java build path it has entries for the jars which look like: > > M2_REPO/opensymphony/clickstream/1.0.2/clickstream-1.0.2.jar > > This looks more like some kind of origin specification and not a proper > spec > for the jar location in the Eclipse lib directory. > > Any idea what is going on here and how to fix it? > -- > View this message in context: > http://www.nabble.com/Quick-Start-Library-Problems-tf4831623s2369.html#a13823142 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
