Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 18283 invoked from network); 30 Oct 2006 15:56:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 15:56:24 -0000 Received: (qmail 24390 invoked by uid 500); 30 Oct 2006 15:56:32 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 24360 invoked by uid 500); 30 Oct 2006 15:56:32 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 24349 invoked by uid 99); 30 Oct 2006 15:56:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 07:56:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of tobyc@caboteria.org designates 64.79.194.199 as permitted sender) Received: from [64.79.194.199] (HELO vaporous.caboteria.org) (64.79.194.199) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 07:56:16 -0800 Received: by vaporous.caboteria.org (Postfix, from userid 1000) id 42E69938BE8; Mon, 30 Oct 2006 10:55:52 -0500 (EST) Date: Mon, 30 Oct 2006 10:55:52 -0500 From: toby cabot To: dev@geronimo.apache.org Subject: manually downloading jars? Message-ID: <20061030155552.GA25763@caboteria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Checked: Checked by ClamAV on apache.org Hi Folks, I updated my local copy of the trunk code this morning and the build failed with: > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.tranql:tranql:jar:1.4-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.tranql -DartifactId=tranql \ > -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-connector:jar:1.2-SNAPSHOT > 2) org.tranql:tranql:jar:1.4-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.modules:geronimo-connector:jar:1.2-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus (http://repository.codehaus.org), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org) I looked at the repositories and codehaus-snapshots has an org/tranql/tranql/1.4-SNAPSHOT/ directory with a bunch of jars in it. Is it OK to grab the most recent (which appears to be tranql-1.4-20061027.210906-6.jar) and follow the directions in the error message? Or is there something else at play? Thanks, Toby