List Info

Thread: Created: (JBMESSAGING-1286) Broken command line on UNIX platforms other th




Created: (JBMESSAGING-1286) Broken command line on UNIX platforms other th
country flaguser name
United States
2008-05-14 17:03:26
Broken command line on UNIX platforms other than Linux
causes many testsuite tests to fail.
------------------------------------------------------------
-------------------------------

                 Key: JBMESSAGING-1286
                 URL: ht
tp://jira.jboss.com/jira/browse/JBMESSAGING-1286
             Project: JBoss Messaging
          Issue Type: Bug
    Affects Versions: 1.4.0.SP3.CP02
            Reporter: Phillip Thurmond
         Assigned To: Tim Fox
             Fix For: Stable branch


The class ServerManagement contains the lines:

      if
(System.getProperty("os.name").equals("Linux&
quot;))
      {
         sb.append("-cp").append("
").append(classPath).append(" ");
      }
      else
      {
         sb.append("-cp").append("
"").append(classPath).append(""
");
      }

B/c several other OS's (HP-UX and Solaris) do not need the
quotation marks, this causes many tests to fail on these
platforms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

Assigned: (JBMESSAGING-1286) Broken command line on UNIX platforms other t
country flaguser name
United States
2008-05-14 17:05:26
     [ http://jira.jboss.com/jira/browse/JBMESSAGING-1286?pa
ge=all ]

Clebert Suconic reassigned JBMESSAGING-1286:
--------------------------------------------

    Assignee: Clebert Suconic  (was: Tim Fox)

> Broken command line on UNIX platforms other than Linux
causes many testsuite tests to fail.
>
------------------------------------------------------------
-------------------------------
>
>                 Key: JBMESSAGING-1286
>                 URL: ht
tp://jira.jboss.com/jira/browse/JBMESSAGING-1286
>             Project: JBoss Messaging
>          Issue Type: Bug
>    Affects Versions: 1.4.0.SP3.CP02
>            Reporter: Phillip Thurmond
>         Assigned To: Clebert Suconic
>             Fix For: 1.4.0.SP4, 1.4.1.CR2
>
>
> The class ServerManagement contains the lines:
>       if
(System.getProperty("os.name").equals("Linux&
quot;))
>       {
>          sb.append("-cp").append("
").append(classPath).append(" ");
>       }
>       else
>       {
>          sb.append("-cp").append("
"").append(classPath).append(""
");
>       }
> B/c several other OS's (HP-UX and Solaris) do not need
the quotation marks, this causes many tests to fail on these
platforms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

Updated: (JBMESSAGING-1286) Broken command line on UNIX platforms other th
country flaguser name
United States
2008-05-14 17:05:27
     [ http://jira.jboss.com/jira/browse/JBMESSAGING-1286?pa
ge=all ]

Clebert Suconic updated JBMESSAGING-1286:
-----------------------------------------

    Fix Version/s: 1.4.0.SP4
                   1.4.1.CR2
                       (was: Stable branch)

> Broken command line on UNIX platforms other than Linux
causes many testsuite tests to fail.
>
------------------------------------------------------------
-------------------------------
>
>                 Key: JBMESSAGING-1286
>                 URL: ht
tp://jira.jboss.com/jira/browse/JBMESSAGING-1286
>             Project: JBoss Messaging
>          Issue Type: Bug
>    Affects Versions: 1.4.0.SP3.CP02
>            Reporter: Phillip Thurmond
>         Assigned To: Clebert Suconic
>             Fix For: 1.4.0.SP4, 1.4.1.CR2
>
>
> The class ServerManagement contains the lines:
>       if
(System.getProperty("os.name").equals("Linux&
quot;))
>       {
>          sb.append("-cp").append("
").append(classPath).append(" ");
>       }
>       else
>       {
>          sb.append("-cp").append("
"").append(classPath).append(""
");
>       }
> B/c several other OS's (HP-UX and Solaris) do not need
the quotation marks, this causes many tests to fail on these
platforms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

Closed: (JBMESSAGING-1286) Broken command line on UNIX platforms other tha
country flaguser name
United States
2008-05-14 17:05:27
     [ http://jira.jboss.com/jira/browse/JBMESSAGING-1286?pa
ge=all ]

Clebert Suconic closed JBMESSAGING-1286.
----------------------------------------

    Resolution: Done

> Broken command line on UNIX platforms other than Linux
causes many testsuite tests to fail.
>
------------------------------------------------------------
-------------------------------
>
>                 Key: JBMESSAGING-1286
>                 URL: ht
tp://jira.jboss.com/jira/browse/JBMESSAGING-1286
>             Project: JBoss Messaging
>          Issue Type: Bug
>    Affects Versions: 1.4.0.SP3.CP02
>            Reporter: Phillip Thurmond
>         Assigned To: Clebert Suconic
>             Fix For: 1.4.0.SP4, 1.4.1.CR2
>
>
> The class ServerManagement contains the lines:
>       if
(System.getProperty("os.name").equals("Linux&
quot;))
>       {
>          sb.append("-cp").append("
").append(classPath).append(" ");
>       }
>       else
>       {
>          sb.append("-cp").append("
"").append(classPath).append(""
");
>       }
> B/c several other OS's (HP-UX and Solaris) do not need
the quotation marks, this causes many tests to fail on these
platforms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )