Yep, that did it! Thanks Eric. - Jen
On Thu, Mar 6, 2008 at 8:15 PM, Eric Dalquist <[EMAIL PROTECTED]> wrote: > So this 'may' be just an issue of working with multi-module projects. > Usually the first thing you should do with a 'new' version is run 'mvn > install' on the root of the project. Let me know if that does/doesn't > work. > > I have a feeling some more developer docs are going to be needed :) > > -Eric > > Jen Bourey wrote: > > Hi, > > > > When I attempt to build the current uportal trunk (mvn compile), I get > > the error below. Is there something I might have misconfigured, or is > > there a missing dependency? > > > > Thanks, > > > > - Jen > > > > > > Missing: > > ---------- > > 1) > > > org.jasig.portal.portlets-overlay:FunctionalTestsPortlet:war:3.0.0-SNAPSHOT > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file > > -DgroupId=org.jasig.portal.portlets-overlay > > -DartifactId=FunctionalTestsPortlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > > there: mvn deploy:deploy-file > > -DgroupId=org.jasig.portal.portlets-overlay > > -DartifactId=FunctionalTestsPortlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > \ > > -Durl=[url] -DrepositoryId=[id] > > > > Path to dependency: > > 1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT > > 2) > > > org.jasig.portal.portlets-overlay:FunctionalTestsPortlet:war:3.0.0-SNAPSHOT > > > > 2) org.jasig.portal.portlets-overlay:RssPortlet:war:3.0.0-SNAPSHOT > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file > > -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=RssPortlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > > there: mvn deploy:deploy-file > > -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=RssPortlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > \ > > -Durl=[url] -DrepositoryId=[id] > > > > Path to dependency: > > 1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT > > 2) org.jasig.portal.portlets-overlay:RssPortlet:war:3.0.0-SNAPSHOT > > > > 3) org.jasig.portal.portlets-overlay:BookmarksPortlet:war:3.0.0-SNAPSHOT > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file > > -DgroupId=org.jasig.portal.portlets-overlay > > -DartifactId=BookmarksPortlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > > there: mvn deploy:deploy-file > > -DgroupId=org.jasig.portal.portlets-overlay > > -DartifactId=BookmarksPortlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > \ > > -Durl=[url] -DrepositoryId=[id] > > > > Path to dependency: > > 1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT > > 2) > > org.jasig.portal.portlets-overlay:BookmarksPortlet:war:3.0.0-SNAPSHOT > > > > 4) org.jasig.portal.portlets-overlay:googleportlet:war:3.0.0-SNAPSHOT > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file > > -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=googleportlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > > there: mvn deploy:deploy-file > > -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=googleportlet \ > > -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file > \ > > -Durl=[url] -DrepositoryId=[id] > > > > Path to dependency: > > 1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT > > 2) > > org.jasig.portal.portlets-overlay:googleportlet:war:3.0.0-SNAPSHOT > > > > ---------- > > 4 required artifacts are missing. > > > > for artifact: > > org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository > ), > > pluto-staging > > (http://people.apache.org/builds/portals-pluto/m2-staging-repository/), > > jasig-repository (http://developer.ja-sig.org/maven2), > > jasig-snapshot (http://developer.ja-sig.org/maven2-snapshot), > > Codehaus Snapshots (http://snapshots.repository.codehaus.org/) > > > > -- > > You are currently subscribed to [email protected] as: > [EMAIL PROTECTED] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-dev > -- Join your friends and colleagues at JA-SIG 2008 - "Higher Education Solutions: The Community Source Way!" April 27th - 30th, 2008 in St. Paul, Minnesota USA Featuring CAS, DSpace, Fedora, Fluid, Internet2, Kuali, Sakai, uPortal, and more! Information/Registration at: http://www.ja-sig.org/conferences/08spring/index.html You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
