From continuum-dev-return-3128-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Mon Nov 14 07:44:34 2005 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 51837 invoked from network); 14 Nov 2005 07:44:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Nov 2005 07:44:33 -0000 Received: (qmail 56773 invoked by uid 500); 14 Nov 2005 07:44:32 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 56562 invoked by uid 500); 14 Nov 2005 07:44:31 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 56418 invoked by uid 99); 14 Nov 2005 07:44:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2005 23:44:30 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2005 23:44:20 -0800 Received: (qmail 14616 invoked by uid 89); 14 Nov 2005 07:44:06 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 14 Nov 2005 07:44:06 -0000 Message-ID: <112830332.1131954246362.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 14 Nov 2005 01:44:06 -0600 (CST) From: "Brett Porter (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Created: (CONTINUUM-442) plexus.sh overwrites PLEXUS_OPTS, doesn't delegate processes Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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 plexus.sh overwrites PLEXUS_OPTS, doesn't delegate processes ------------------------------------------------------------ Key: CONTINUUM-442 URL: http://jira.codehaus.org/browse/CONTINUUM-442 Project: Continuum Type: Bug Reporter: Brett Porter Fix For: 1.0.1 (if you can get it into 1.0.1) Make the following changes: PLEXUS_OPTS="$PLEXUS_OPTS -Xmx128m" (to pass on plexus opts) ... exec "$JAVACMD" \ (to delegate process) This is required to get it running as a service from the plexus script. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira