Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 18778 invoked from network); 15 Dec 2005 17:51:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Dec 2005 17:51:14 -0000 Received: (qmail 11912 invoked by uid 500); 15 Dec 2005 17:51:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 11831 invoked by uid 500); 15 Dec 2005 17:51:02 -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 11797 invoked by uid 99); 15 Dec 2005 17:51:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 09:51:02 -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 sppatel@gmail.com designates 66.249.82.193 as permitted sender) Received: from [66.249.82.193] (HELO xproxy.gmail.com) (66.249.82.193) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 09:51:00 -0800 Received: by xproxy.gmail.com with SMTP id s9so340092wxc for ; Thu, 15 Dec 2005 09:50:39 -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:sender; b=jR8nt4EdQuGunVZAAEBudavJdsSxuCph3C6hGU4dQEAKVm1KlO0g9n+aP64vv/f6b2oOI3/ejhGuX+qQN2SG1P0sQixgPX0+qieHNtB5/vZ9gJ8NuOOiKMlhs8QfeIDlNFcjrIMRo/a0Cvi52+WRJSGP/F2AMvrebbPDvnDKQ+U= Received: by 10.70.60.2 with SMTP id i2mr2985859wxa; Thu, 15 Dec 2005 09:50:39 -0800 (PST) Received: from ?192.168.1.4? ( [71.65.234.198]) by mx.gmail.com with ESMTP id i33sm3110555wxd.2005.12.15.09.50.39; Thu, 15 Dec 2005 09:50:39 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20051215135106.98010.qmail@web31711.mail.mud.yahoo.com> References: <20051215135106.98010.qmail@web31711.mail.mud.yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <60D74B07-E27C-4A97-8F58-429EC283C26B@gmail.com> Content-Transfer-Encoding: 7bit From: Sachin Patel Subject: Re: Geronimo in Eclipse question Date: Thu, 15 Dec 2005 12:50:43 -0500 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.746.2) Sender: Sachin Patel X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If you modify your project.xml to add another dependency, you .classpath will need to be updated as well. Eclipse uses the .classpath to resolve its dependencies. You can update the .classpath by deleting it, and rerunning maven -o eclipse inside the particular project. Or you could open it up and add it by hand. The latter may be quicker. Let me know if you have further problems. Thanks. On Dec 15, 2005, at 8:51 AM, anita kulshreshtha wrote: > Is anyone else having problems with adding a > dependency via project.xml of a module, after the > workspace has been configured as described in > http://wiki.apache.org/geronimo/EclipseDeployment ? > > Thanks > Anita > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com - sachin