Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 53472 invoked from network); 15 Feb 2006 14:24:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Feb 2006 14:24:08 -0000 Received: (qmail 83081 invoked by uid 500); 15 Feb 2006 14:24:05 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 83052 invoked by uid 500); 15 Feb 2006 14:24:04 -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 83040 invoked by uid 99); 15 Feb 2006 14:24:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2006 06:24:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kevan.miller@gmail.com designates 64.233.184.193 as permitted sender) Received: from [64.233.184.193] (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2006 06:24:03 -0800 Received: by wproxy.gmail.com with SMTP id i22so1329329wra for ; Wed, 15 Feb 2006 06:23:43 -0800 (PST) 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; b=MIIS57rRmNWEzcdqCXRDw/noj4UG5mHrWWRELSfqVOPbu5a+h2EZ30yACMP9NkzCxtbNpaGHXtdacqmSanBD7nQ9ggZdx1+U9ZLNYSBW5EGphNz7P2AfWx7HHVLKsbARlqtchJ1occF66dHKyk81FMQKFKMUAZ4dL8i6sYj+nKg= Received: by 10.54.98.7 with SMTP id v7mr1799407wrb; Wed, 15 Feb 2006 06:22:26 -0800 (PST) Received: from ?192.168.123.160? ( [66.26.85.81]) by mx.gmail.com with ESMTP id 26sm744767wrl.2006.02.15.06.23.34; Wed, 15 Feb 2006 06:23:35 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <83e2fc4d0602150009v6c81cb34q465aa2b750e8bbc2@mail.gmail.com> References: <83e2fc4d0602150009v6c81cb34q465aa2b750e8bbc2@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8309CBE8-1C75-40F3-8AE9-AA2444493C01@gmail.com> Content-Transfer-Encoding: 7bit From: Kevan Miller Subject: Re: Build Problem Date: Wed, 15 Feb 2006 09:23:31 -0500 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Feb 15, 2006, at 3:09 AM, Phani Madgula wrote: > Hi.. > > I am getting this problem due to dependency on the below jar file. > > How can I resolve the issue? Phani, We have a minor spec dependency issue at the moment. Presently, the only remedy is to build geronimo specs (which requires maven 2). We should have the jar file available in the public apache repository, soon... Until then, the following should work: svn co http://svn.apache.org/repos/asf/geronimo/specs/trunk cd trunk mvn > > BUILD FAILED > File...... C:\geronimo\maven.xml > Element... maven:reactor > Line...... 58 > Column.... 112 > The build cannot continue because of the following unsatisfied > dependency: > > geronimo-j2ee_1.4_spec-1.1-SNAPSHOT.jar > > Total time: 55 minutes 32 seconds > Finished at: Wed Feb 15 13:00:02 IST 2006 > > > Thanks > > phani