Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 84353 invoked from network); 28 Feb 2007 18:58:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2007 18:58:20 -0000 Received: (qmail 67143 invoked by uid 500); 28 Feb 2007 18:58:27 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 67098 invoked by uid 500); 28 Feb 2007 18:58:26 -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 67080 invoked by uid 99); 28 Feb 2007 18:58:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 10:58:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 28 Feb 2007 10:58:17 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DFBF1714042 for ; Wed, 28 Feb 2007 10:57:56 -0800 (PST) Message-ID: <25054480.1172689076906.JavaMail.jira@brutus> Date: Wed, 28 Feb 2007 10:57:56 -0800 (PST) From: "toby cabot (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1418) allow user to specify deployment targets by "nickname" In-Reply-To: <951537368.1136410264081.JavaMail.jira@ajax.apache.org> 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/GERONIMO-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] toby cabot updated GERONIMO-1418: --------------------------------- Attachment: geronimo-target-nickname-1_2.txt This patch applies to the 1.2 branch. The code is the same but the target file moved. > allow user to specify deployment targets by "nickname" > ------------------------------------------------------ > > Key: GERONIMO-1418 > URL: https://issues.apache.org/jira/browse/GERONIMO-1418 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 1.2 > Environment: fedora core 2 > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) > geronimo 1.0 branch > Reporter: toby cabot > Priority: Minor > Attachments: geronimo-target-nickname-1_2.txt, geronimo-target-nickname.txt > > > This is a follow-on to the patch I submitted that allows Geronimo to have 2 configuration stores. Now that I can specify the config-store on the command line with the --targets switch I'm getting sick of typing the full target name (e.g. geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.0/car,J2EEServer=geronimo,j2eeType=ConfigurationStore,name=Customer). This patch allows the user to specify any part of the target name (e.g. Customer) instead of the whole target name. It's pretty crude, so if there's a more elegant way to do something like this I'm all ears. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.