Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 47066 invoked from network); 12 Jul 2007 20:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 20:50:26 -0000 Received: (qmail 22559 invoked by uid 500); 12 Jul 2007 20:50:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 22530 invoked by uid 500); 12 Jul 2007 20:50:28 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 22521 invoked by uid 99); 12 Jul 2007 20:50:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 13:50:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 13:50:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1646714204 for ; Thu, 12 Jul 2007 13:50:04 -0700 (PDT) Message-ID: <19011430.1184273404975.JavaMail.jira@brutus> Date: Thu, 12 Jul 2007 13:50:04 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2376) Patch available to make .classpath entries portable - relative to ECLIPSE_HOME In-Reply-To: <23165338.1172290745672.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512257 ] Myrna van Lunteren commented on DERBY-2376: ------------------------------------------- I wonder, should we have updated the plugin version from 1.1.0 to 1.1.1? > Patch available to make .classpath entries portable - relative to ECLIPSE_HOME > ------------------------------------------------------------------------------ > > Key: DERBY-2376 > URL: https://issues.apache.org/jira/browse/DERBY-2376 > Project: Derby > Issue Type: Sub-task > Components: Eclipse Plug-in > Affects Versions: 10.2.2.0 > Environment: any with eclipse > Reporter: Aaron Tarter > Assignee: Aaron Tarter > Fix For: 10.2.2.1, 10.3.0.0 > > Attachments: completed_javaapp.GIF, completed_javaapp.GIF, create_restaurant.GIF, create_restaurant.GIF, DERBY-2376.diff, DerbyUtils.diff, DerbyUtils.diff, restaurant_editor.GIF, restaurant_editor.GIF, restaurant_script.GIF, restaurant_script.GIF, run_javaapp.GIF, run_javaapp.GIF > > > This patch modifies the DerbyUtils class to add variable entries relative to ECLIPSE_HOME as described in the comments below, so that eclipse projects with Derby Nature can be committed to an SCM without causing build path errors. I did not think any of the derby functional tests were applicable to this ui action, so I manually tested the code by trying the following: > 1) Adding Derby Nature to a java project > 2) Starting and stopping a database with the derby nature > 3) Removing the Derby Nature from a java project > The code modification is only required on the add and not on the remove since the current remove looks for any entry that ends with the correct JAR names. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.