Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 44483 invoked from network); 15 Sep 2006 20:54:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 20:54:48 -0000 Received: (qmail 49402 invoked by uid 500); 15 Sep 2006 20:54:45 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 49360 invoked by uid 500); 15 Sep 2006 20:54:45 -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 49347 invoked by uid 99); 15 Sep 2006 20:54:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 13:54:45 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 13:54:35 -0700 Received: by nf-out-0910.google.com with SMTP id n29so2473909nfc for ; Fri, 15 Sep 2006 13:53:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=uRTJLWDCni0Zy8B1MCCRJEykTClmmIZ7DxZ5WlhEhaEZdS4OLtR8U5psBePwl4YlmLlSQSRdLLRGwd1CcMEeU65O+ySBSPYbWPVJn5Ka1JvOtBLnrG3abdXzMKxK2ITsHVIEkU5gCLNFKw0yQ/0Jf7LQPKSaK2Xui1ZIlOTgkZU= Received: by 10.78.203.13 with SMTP id a13mr1990454hug; Fri, 15 Sep 2006 13:53:15 -0700 (PDT) Received: from ?10.0.1.4? ( [24.7.69.241]) by mx.gmail.com with ESMTP id 2sm10231606hue.2006.09.15.13.53.13; Fri, 15 Sep 2006 13:53:13 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: jetty-clustering-builder-wadi thingys not hooked up to build... Date: Fri, 15 Sep 2006 13:53:09 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Looks like geronimo-clustering-builder is missing too: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.geronimo.modules:geronimo-clustering-builder:jar:1.2- SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.modules -DartifactId=geronimo-clustering-builder \ -Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.geronimo.configs:jetty-clustering-builder- wadi:car:1.2-SNAPSHOT 2) org.apache.geronimo.modules:geronimo-clustering- builder:jar:1.2-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.geronimo.configs:jetty-clustering-builder-wadi:car:1.2- SNAPSHOT --jason On Sep 15, 2006, at 1:33 PM, Jason Dillon wrote: > Why are the wadi clustering car thingys not hooked up to the build? > > > [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.geronimo.configs:jetty-clustering-builder-wadi:car: > 1.2-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file - > DgroupId=org.apache.geronimo.configs -DartifactId=jetty-clustering- > builder-wadi \ > -Dversion=1.2-SNAPSHOT -Dpackaging=car -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.assemblies:geronimo-jetty-j2ee:jar: > 1.2-SNAPSHOT > 2) org.apache.geronimo.configs:jetty-clustering-builder- > wadi:car:1.2-SNAPSHOT > > 2) org.apache.geronimo.configs:jetty-clustering-wadi:car:1.2-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file - > DgroupId=org.apache.geronimo.configs -DartifactId=jetty-clustering- > wadi \ > -Dversion=1.2-SNAPSHOT -Dpackaging=car -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.assemblies:geronimo-jetty-j2ee:jar: > 1.2-SNAPSHOT > 2) org.apache.geronimo.configs:jetty-clustering-wadi:car: > 1.2-SNAPSHOT > > > > --jason