Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 26995 invoked from network); 29 Jun 2005 18:14:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2005 18:14:00 -0000 Received: (qmail 86942 invoked by uid 500); 29 Jun 2005 18:13:54 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86899 invoked by uid 500); 29 Jun 2005 18:13:54 -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 86886 invoked by uid 99); 29 Jun 2005 18:13:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 11:13:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sppatel2@gmail.com designates 64.233.170.204 as permitted sender) Received: from [64.233.170.204] (HELO rproxy.gmail.com) (64.233.170.204) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 11:13:56 -0700 Received: by rproxy.gmail.com with SMTP id i8so1363543rne for ; Wed, 29 Jun 2005 11:13:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=sDQnG8yJBoDRuWba7H9TfZrjxnHiGi4XJEIvGnKF8Snuglkxk2utvnP/aQsjPbOzMACPWP1gcCfaHce1W0uYFIw3r93+GlRg0xhNR2SPS17WklzcM3WiT+uPkvFDfRcv/+ufbZhMMs5RP9TC5EG/pWIWTsJfCvxMq5dQMJZm+5I= Received: by 10.38.97.10 with SMTP id u10mr2782391rnb; Wed, 29 Jun 2005 11:13:51 -0700 (PDT) Received: from ?9.27.163.134? ([129.33.49.251]) by mx.gmail.com with ESMTP id m36sm5966603rnd.2005.06.29.11.13.51; Wed, 29 Jun 2005 11:13:51 -0700 (PDT) Message-ID: <42C2E4DD.5080201@gmail.com> Date: Wed, 29 Jun 2005 14:13:49 -0400 From: Sachin Patel User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Patch for maven m:eclipse command Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N For those wanting to use Eclipse as the IDE for Geronimo development, with the current supported version of Maven for Geronimo, there is a bug that prevents correct .classpath entries to be generated for some of the projects (specifically those ending in "-builder"). This problem has been resolved in the 1.1 beta 2 version of Maven. http://jira.codehaus.org/browse/MAVEN-1520 However, until that version of Maven can be used, you can modify the eclipse plugin itself with the described changes to fix the issue. In the MAVEN_INSTALL/plugins/maven-eclipse-plugin-1.9.jar open the classpath.jelly file and change the following segment from.... to the following... Afterwards repackage the jar, and simply rerun the maven -o m:eclipse command and the problem .classpath files will be corrected.