Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33334 invoked from network); 13 Jan 2006 18:03:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 18:03:34 -0000 Received: (qmail 10157 invoked by uid 500); 13 Jan 2006 18:03:29 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 10107 invoked by uid 500); 13 Jan 2006 18:03:29 -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 10095 invoked by uid 99); 13 Jan 2006 18:03:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 10:03:29 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.162.193 as permitted sender) Received: from [64.233.162.193] (HELO zproxy.gmail.com) (64.233.162.193) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 10:03:27 -0800 Received: by zproxy.gmail.com with SMTP id 9so691672nzo for ; Fri, 13 Jan 2006 10:03:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c7hDrQi2yboSifwMiR978m4tHBxqmHY1fF/Ca1+lg5q1Dff10h4i56DmalejNASBcKOvlbFGd8VymuFDxvlz5nE7ogwU7P0HCCOzj4oXP9Hae+rR7WP0kd5SOBX3UF0fsxGFQqZnj3nbT4w/VFM5fhZ4s+08cgYGMamLNhdOPQs= Received: by 10.36.42.11 with SMTP id p11mr2733459nzp; Fri, 13 Jan 2006 10:03:06 -0800 (PST) Received: by 10.37.13.57 with HTTP; Fri, 13 Jan 2006 10:03:06 -0800 (PST) Message-ID: <74e15baa0601131003m9b43adev7e64ccd8b55e5554@mail.gmail.com> Date: Fri, 13 Jan 2006 13:03:06 -0500 From: Aaron Mulder Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: Missing Dependency Exception In-Reply-To: <20060113175408.43749.qmail@web30911.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060113175408.43749.qmail@web30911.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The repository uses a different format than a straight path. First, you should put a version number in the file name: samples/jars/samples-1.0.jar Then the repository URI should look like group/artifact/version/type, which in this case would be: samples/samples/1.0/jar Thanks, Aaron On 1/13/06, Nelson A. Perez wrote: > > > Hi All, > > I am trying to deploy a sample application but I get > the following error message: > > "Unable to distribute echo-server.xml: > org.apache.geronimo.kernel.repository.MissingDependencyException: > uri sample/jars/samples.jar not found in repository > > uri sample/jars/samples.jar not found in repository" > > But the repository seems to be fine and the > samples.jar file is there. What should I do to get > around this error ? > > Thanks in advance, > NP. > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >