This seems to have worked for me. Thank you! That will help a lot. Ethan
On Sun, Nov 1, 2009 at 8:34 AM, David Pollak <[email protected]> wrote: > Please delete your local Maven repository (on Unix-y systems rm -rf ~/.m2) > > Try a clean build and then an offline build. There was a bug in an older > Maven-Scala plugin that prohibited offline builds. It was fixed a long time > ago, but you may still be using that version. Also, what version of Maven > are you using? > > On Sun, Nov 1, 2009 at 6:17 AM, Richard Hirsch <[email protected]>wrote: > >> NFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) net.liftweb:lift-util:jar:1.1-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=net.liftweb >> -DartifactId=lift-util -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=net.liftweb >> -DartifactId=lift-util -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> 2) net.liftweb:lift-util:jar:1.1-SNAPSHOT >> >> 2) net.liftweb:lift-webkit:jar:1.1-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=net.liftweb >> -DartifactId=lift-webkit -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=net.liftweb >> -DartifactId=lift-webkit -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> 2) net.liftweb:lift-webkit:jar:1.1-SNAPSHOT >> >> 3) net.liftweb:lift-mapper:jar:1.1-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=net.liftweb >> -DartifactId=lift-mapper -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=net.liftweb >> -DartifactId=lift-mapper -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> 2) net.liftweb:lift-mapper:jar:1.1-SNAPSHOT >> >> 4) net.liftweb:lift-testkit:jar:1.1-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=net.liftweb >> -DartifactId=lift-testkit -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=net.liftweb >> -DartifactId=lift-testkit -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> 2) net.liftweb:lift-testkit:jar:1.1-SNAPSHOT >> >> 5) net.liftweb:lift-openid:jar:1.1-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=net.liftweb >> -DartifactId=lift-openid -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=net.liftweb >> -DartifactId=lift-openid -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> 2) net.liftweb:lift-openid:jar:1.1-SNAPSHOT >> >> 6) net.liftweb:lift-textile:jar:1.1-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=net.liftweb >> -DartifactId=lift-textile -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=net.liftweb >> -DartifactId=lift-textile -Dversion=1.1-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> 2) net.liftweb:lift-textile:jar:1.1-SNAPSHOT >> >> ---------- >> 6 required artifacts are missing. >> >> for artifact: >> org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> >> from the specified remote repositories: >> scala-stats (http://www.lag.net/nest), >> compass-project.org (http://repo.compass-project.org), >> scala-tools.org (http://scala-tools.org/repo-releases), >> opendmk (http://maven.tigase.org/), >> configgy (http://www.lag.net/repo), >> scala-tools.org.snapshots (http://scala-tools.org/repo-snapshots), >> central (http://repo1.maven.org/maven2) >> >> >> NOTE: Maven is executing in offline mode. Any artifacts not already in >> your local >> repository will be inaccessible. >> >> >> >> On Sat, Oct 31, 2009 at 4:08 PM, David Pollak >> <[email protected]> wrote: >> > Please try: >> > >> > mvn -o clean install >> > >> > What's the error? >> > >> > On Sat, Oct 31, 2009 at 3:23 AM, Richard Hirsch <[email protected] >> >wrote: >> > >> >> There are a few of us who have trouble compiling ESME when offline. >> >> Although I have everything in the maven repository, I get errors when >> >> doing a "mvn install". Is there something we can do about this - maybe >> >> change the pom.xml? >> >> >> >> D. >> >> >> > >> > >> > >> > -- >> > Lift, the simply functional web framework http://liftweb.net >> > Beginning Scala http://www.apress.com/book/view/1430219890 >> > Follow me: http://twitter.com/dpp >> > Surf the harmonics >> > >> > > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Surf the harmonics >
