Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 87569 invoked from network); 16 Feb 2011 00:09:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 00:09:28 -0000 Received: (qmail 13220 invoked by uid 500); 16 Feb 2011 00:09:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 13072 invoked by uid 500); 16 Feb 2011 00:09: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 13065 invoked by uid 99); 16 Feb 2011 00:09:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 00:09:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 00:09:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 858771A722A for ; Wed, 16 Feb 2011 00:09:05 +0000 (UTC) Date: Wed, 16 Feb 2011 00:09:05 +0000 (UTC) From: "Mike Matrigali (JIRA)" To: derby-dev@db.apache.org Message-ID: <213479429.19134.1297814945543.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (DERBY-4500) CLASSPATH scripts should not exit on error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-4500: ---------------------------------- Assignee: Mike Matrigali (was: Bryan Pendleton) temp assigning to myself for 10.5 backport. > CLASSPATH scripts should not exit on error > ------------------------------------------ > > Key: DERBY-4500 > URL: https://issues.apache.org/jira/browse/DERBY-4500 > Project: Derby > Issue Type: Bug > Components: Demos/Scripts > Affects Versions: 10.5.3.0 > Environment: Unix platforms. > Reporter: John Storta Jr. > Assignee: Mike Matrigali > Priority: Minor > Fix For: 10.6.1.0 > > Attachments: patch.diff > > > This applies to the following > setEmbeddedCP > setNetworkServerCP > setNetworkClientCP > Bug DERBY-4283 references this issue, but only with regard to the setEmbeddedCP script. That bug also indicates the issue was resolved in 10.5.2, but I am looking at 10.5.3 and I still see the exit command in the script. > The proper way to use these CLASSPATH scripts is to source them rather than run them. > . $DERBY_HOME/bin/setNetworkServerCP > Doing so will run the script in the current shell. If the scripts issue an exit upon encountering an error, then the users shell will exit as well. > This is the relevant section of the scripts > if [ -z "$DERBY_HOME" ] ; then > echo "Error: DERBY_HOME is not set. Please set the DERBY_HOME environment variable" > echo "to the location of your Derby installation." > exit 1 #<<< fi > The scripts should generate a message if DERBY_HOME is not set, but should not issue an exit command. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira