Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 21268 invoked from network); 30 May 2009 02:33:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 May 2009 02:33:18 -0000 Received: (qmail 90633 invoked by uid 500); 30 May 2009 02:33:30 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 90520 invoked by uid 500); 30 May 2009 02:33:29 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 90510 invoked by uid 99); 30 May 2009 02:33:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2009 02:33:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2009 02:33:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59932234C004 for ; Fri, 29 May 2009 19:33:07 -0700 (PDT) Message-ID: <126502895.1243650787352.JavaMail.jira@brutus> Date: Fri, 29 May 2009 19:33:07 -0700 (PDT) From: "Emmanuel Bourg (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (CLI-182) Unable to select a pure long option in a group In-Reply-To: <268212718.1243648027320.JavaMail.jira@brutus> 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/CLI-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CLI-182. -------------------------------- Resolution: Fixed > Unable to select a pure long option in a group > ---------------------------------------------- > > Key: CLI-182 > URL: https://issues.apache.org/jira/browse/CLI-182 > Project: Commons CLI > Issue Type: Bug > Components: Options definition > Affects Versions: 1.0, 1.1, 1.2 > Reporter: Emmanuel Bourg > Assignee: Emmanuel Bourg > Fix For: 1.3 > > > OptionGroup doesn't play nice with options with a long name and no short name. If the selected option hasn't a short name, group.setSelected(option) has no effect. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.