Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 59387 invoked from network); 1 Nov 2009 17:17:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Nov 2009 17:17:10 -0000 Received: (qmail 57644 invoked by uid 500); 1 Nov 2009 17:17:09 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 57596 invoked by uid 500); 1 Nov 2009 17:17:09 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 57586 invoked by uid 99); 1 Nov 2009 17:17:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 17:17:09 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of esjewett@gmail.com designates 209.85.222.194 as permitted sender) Received: from [209.85.222.194] (HELO mail-pz0-f194.google.com) (209.85.222.194) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 17:17:05 +0000 Received: by pzk32 with SMTP id 32so2894387pzk.21 for ; Sun, 01 Nov 2009 09:16:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=2YS84HTjsgoa7xhWyCU27g3dOWKMXH+/2L8fPF9E/5w=; b=wmDN20AKPuWsPAONkgjhD+AJN/fc9XYorCxeKt6fCXtReFoPsuoxkFAjXCyufumQIY 8WQsxisjOd6sDr0NzZ2EgtuLUPXhOQgP0UFwJ0GWkSliyFCOCPrIUW0eYV74E6fG5yvx oL37oUPqt/ppSFPfFKLqAAyS6nfUU7h4j0qgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=cpMJkoRfuOgjvAOpuAeZh6Nbe69Ke7EPs+kPNaRxhSD99gTaOzc1A/WRJ+VXDY7ZEW yPmUWUomQh3iaUpU99Jw0QXcfSJolq+V3aK2MjtEi505YYTgWf2f6oWocJt/UIw3Vkyj 1VehMBwsNj3ZCY6/Lxw/gOtWY9ucvp7AV/LDo= MIME-Version: 1.0 Received: by 10.141.34.11 with SMTP id m11mr188997rvj.5.1257095805362; Sun, 01 Nov 2009 09:16:45 -0800 (PST) In-Reply-To: References: Date: Sun, 1 Nov 2009 11:16:45 -0600 Message-ID: <68f4a0e80911010916rcda0f7fsf2664f5caa9f6bd9@mail.gmail.com> Subject: Re: Compiling ESME offline From: Ethan Jewett To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 wrote: > Please delete your local Maven repository (on Unix-y systems rm -rf ~/.m2= ) > > Try a clean build and then an offline build. =A0There was a bug in an old= er > Maven-Scala plugin that prohibited offline builds. =A0It was fixed a long= time > ago, but you may still be using that version. =A0Also, what version of Ma= ven > are you using? > > On Sun, Nov 1, 2009 at 6:17 AM, Richard Hirsch wro= te: > >> NFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) net.liftweb:lift-util:jar:1.1-SNAPSHOT >> >> =A0Try downloading the file manually from the project website. >> >> =A0Then, install it using the command: >> =A0 =A0 =A0mvn install:install-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-util -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file >> >> =A0Alternatively, if you host your own repository you can deploy the fil= e >> there: >> =A0 =A0 =A0mvn deploy:deploy-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-util -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id] >> >> =A0Path to dependency: >> =A0 =A0 =A0 =A01) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> =A0 =A0 =A0 =A02) net.liftweb:lift-util:jar:1.1-SNAPSHOT >> >> 2) net.liftweb:lift-webkit:jar:1.1-SNAPSHOT >> >> =A0Try downloading the file manually from the project website. >> >> =A0Then, install it using the command: >> =A0 =A0 =A0mvn install:install-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-webkit -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file >> >> =A0Alternatively, if you host your own repository you can deploy the fil= e >> there: >> =A0 =A0 =A0mvn deploy:deploy-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-webkit -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id] >> >> =A0Path to dependency: >> =A0 =A0 =A0 =A01) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> =A0 =A0 =A0 =A02) net.liftweb:lift-webkit:jar:1.1-SNAPSHOT >> >> 3) net.liftweb:lift-mapper:jar:1.1-SNAPSHOT >> >> =A0Try downloading the file manually from the project website. >> >> =A0Then, install it using the command: >> =A0 =A0 =A0mvn install:install-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-mapper -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file >> >> =A0Alternatively, if you host your own repository you can deploy the fil= e >> there: >> =A0 =A0 =A0mvn deploy:deploy-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-mapper -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id] >> >> =A0Path to dependency: >> =A0 =A0 =A0 =A01) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> =A0 =A0 =A0 =A02) net.liftweb:lift-mapper:jar:1.1-SNAPSHOT >> >> 4) net.liftweb:lift-testkit:jar:1.1-SNAPSHOT >> >> =A0Try downloading the file manually from the project website. >> >> =A0Then, install it using the command: >> =A0 =A0 =A0mvn install:install-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-testkit -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file >> >> =A0Alternatively, if you host your own repository you can deploy the fil= e >> there: >> =A0 =A0 =A0mvn deploy:deploy-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-testkit -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id] >> >> =A0Path to dependency: >> =A0 =A0 =A0 =A01) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> =A0 =A0 =A0 =A02) net.liftweb:lift-testkit:jar:1.1-SNAPSHOT >> >> 5) net.liftweb:lift-openid:jar:1.1-SNAPSHOT >> >> =A0Try downloading the file manually from the project website. >> >> =A0Then, install it using the command: >> =A0 =A0 =A0mvn install:install-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-openid -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file >> >> =A0Alternatively, if you host your own repository you can deploy the fil= e >> there: >> =A0 =A0 =A0mvn deploy:deploy-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-openid -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id] >> >> =A0Path to dependency: >> =A0 =A0 =A0 =A01) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> =A0 =A0 =A0 =A02) net.liftweb:lift-openid:jar:1.1-SNAPSHOT >> >> 6) net.liftweb:lift-textile:jar:1.1-SNAPSHOT >> >> =A0Try downloading the file manually from the project website. >> >> =A0Then, install it using the command: >> =A0 =A0 =A0mvn install:install-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-textile -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file >> >> =A0Alternatively, if you host your own repository you can deploy the fil= e >> there: >> =A0 =A0 =A0mvn deploy:deploy-file -DgroupId=3Dnet.liftweb >> -DartifactId=3Dlift-textile -Dversion=3D1.1-SNAPSHOT -Dpackaging=3Djar >> -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id] >> >> =A0Path to dependency: >> =A0 =A0 =A0 =A01) org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> =A0 =A0 =A0 =A02) net.liftweb:lift-textile:jar:1.1-SNAPSHOT >> >> ---------- >> 6 required artifacts are missing. >> >> for artifact: >> =A0org.apache.esme:esme-server:war:0.3.0-SNAPSHOT >> >> from the specified remote repositories: >> =A0scala-stats (http://www.lag.net/nest), >> =A0compass-project.org (http://repo.compass-project.org), >> =A0scala-tools.org (http://scala-tools.org/repo-releases), >> =A0opendmk (http://maven.tigase.org/), >> =A0configgy (http://www.lag.net/repo), >> =A0scala-tools.org.snapshots (http://scala-tools.org/repo-snapshots), >> =A0central (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 >> wrote: >> > Please try: >> > >> > mvn -o clean install >> > >> > What's the error? >> > >> > On Sat, Oct 31, 2009 at 3:23 AM, Richard Hirsch > >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 - mayb= e >> >> 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 >