From dev-return-78520-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu Dec 03 02:25:53 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 84830 invoked from network); 3 Dec 2009 02:25:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 02:25:52 -0000 Received: (qmail 65352 invoked by uid 500); 3 Dec 2009 02:25:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 65259 invoked by uid 500); 3 Dec 2009 02:25:51 -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 65251 invoked by uid 99); 3 Dec 2009 02:25:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 02:25:51 +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; Thu, 03 Dec 2009 02:25:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF95E234C1F0 for ; Wed, 2 Dec 2009 18:25:21 -0800 (PST) Message-ID: <986834280.1259807121884.JavaMail.jira@brutus> Date: Thu, 3 Dec 2009 02:25:21 +0000 (UTC) From: "Jack Cai (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4968) Problemastic OS check in Windows startup command 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 Problemastic OS check in Windows startup command ------------------------------------------------ Key: GERONIMO-4968 URL: https://issues.apache.org/jira/browse/GERONIMO-4968 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: commands Affects Versions: 2.1.4 Reporter: Jack Cai Priority: Trivial Fix For: 2.2, 3.0 A user reported that the startup command failed due to OS check failue, even though he is running Windows XP - which is a supported OS. The problem is that the startup command does an exact match of the OS env var against "Windows_NT", while in this user's case, the OS env var is "WINNT 5.1". Maven has a similar problem: http://jira.codehaus.org/browse/MNG-3354 I'd suggest that we remove the OS check code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.