You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jack Cai (JIRA)" <ji...@apache.org> on 2009/12/15 08:46:18 UTC

[jira] Updated: (GERONIMO-4968) Problemastic OS check in Windows startup command

     [ https://issues.apache.org/jira/browse/GERONIMO-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jack Cai updated GERONIMO-4968:
-------------------------------

    Attachment: GERONIMO-4968.trunk.patch
                GERONIMO-4968.2.2.patch
                GERONIMO-4968.2.1.patch

Removing the OS check from the Windows commands. Please review. Thanks!

> 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
>
>         Attachments: GERONIMO-4968.2.1.patch, GERONIMO-4968.2.2.patch, GERONIMO-4968.trunk.patch
>
>
> 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.