Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 94504 invoked from network); 5 May 2009 18:18:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 18:18:14 -0000 Received: (qmail 9992 invoked by uid 500); 5 May 2009 18:18:13 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 9948 invoked by uid 500); 5 May 2009 18:18:13 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 9940 invoked by uid 99); 5 May 2009 18:18:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 18:18:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 18:18:04 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M1PD5-0001hb-2a for user@geronimo.apache.org; Tue, 05 May 2009 11:17:43 -0700 Message-ID: <23393103.post@talk.nabble.com> Date: Tue, 5 May 2009 11:17:43 -0700 (PDT) From: Andrig To: user@geronimo.apache.org Subject: Re: Building Apache Day Trader for JBoss In-Reply-To: <4FA480A7-4EAA-4B1D-AE7A-A2825FCFB49C@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: andrig.t.miller@gmail.com References: <23370818.post@talk.nabble.com> <947C2512-C8D3-47F1-B869-FEFF2BCB59BC@gmail.com> <23379586.post@talk.nabble.com> <4FA480A7-4EAA-4B1D-AE7A-A2825FCFB49C@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org kevan wrote: > > > On May 4, 2009, at 9:31 PM, Andrig wrote: > >> >> I have another missing artifact. If you could point me in the right >> direction on where to get it, it would be appreciated: >> >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) org.apache.openejb:ejb31-api-experimental:jar:3.1.1-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.openejb >> -DartifactId=ejb31-api-experimental -Dversion=3.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=org.apache.openejb >> -DartifactId=ejb31-api-experimental -Dversion=3.1.1-SNAPSHOT - >> Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) >> org.apache.geronimo.daytrader:daytrader-derby-datasource:car:2.2- >> SNAPSHOT >> 2) org.apache.geronimo.configs:system-database:car:2.2-SNAPSHOT >> 3) org.apache.geronimo.configs:transaction:car:2.2-SNAPSHOT >> 4) org.apache.geronimo.configs:j2ee-server:car:2.2-SNAPSHOT >> 5) org.apache.geronimo.framework:rmi-naming:car:2.2-SNAPSHOT >> 6) org.apache.geronimo.framework:jee-specs:car:2.2-SNAPSHOT >> 7) org.apache.openejb:ejb31-api-experimental:jar:3.1.1-SNAPSHOT > > OpenEJB has moved the location of their SNAPSHOT repository. Adding > the following to your pom.xml in the section should fix > our problem. However, I'm a bit confused by the version numbers that > your missing. What version of DayTrader are you trying to build? > > > apache.nexus.snapshots > Apache Nexus Repository > > https://repository.apache.org/content/repositories/snapshots > > default > > true > daily > ignore > > > false > > > > --kevan > > I will try this change, but I have checked out trunk, because that's the version that is based on EE 5, and that's what I needed. -- View this message in context: http://www.nabble.com/Building-Apache-Day-Trader-for-JBoss-tp23370818s134p23393103.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.