You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "James Song (JIRA)" <be...@incubator.apache.org> on 2005/02/17 19:43:48 UTC

[jira] Created: (BEEHIVE-322) space in java, ant and/or tomcat path causes mantis failure

space in java, ant and/or tomcat path causes mantis failure
-----------------------------------------------------------

         Key: BEEHIVE-322
         URL: http://issues.apache.org/jira/browse/BEEHIVE-322
     Project: Beehive
        Type: Bug
  Components: Controls  
    Versions: V1Beta    
    Reporter: James Song
 Assigned to: jamie zyskowski 
     Fix For: V1Beta


This happens on Lawrence, where there are spaces in the paths of Java, ant and Tomcat.(Program Files).

And he sees mantis.milton.tesk returning error code 2.

This is probably caused by the definition of task. Suggested imporvments:
1). Put double quotes around name of executable(which is ant);
2). Put double quotes around classpath(which can include ant).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-322) space in java, ant and/or tomcat path causes mantis failure

Posted by "jamie zyskowski (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-322?page=history ]
     
jamie zyskowski resolved BEEHIVE-322:
-------------------------------------

    Resolution: Fixed

r154194

> space in java, ant and/or tomcat path causes mantis failure
> -----------------------------------------------------------
>
>          Key: BEEHIVE-322
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-322
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: jamie zyskowski
>      Fix For: V1Beta

>
> This happens on Lawrence, where there are spaces in the paths of Java, ant and Tomcat.(Program Files).
> And he sees mantis.milton.tesk returning error code 2.
> This is probably caused by the definition of task. Suggested imporvments:
> 1). Put double quotes around name of executable(which is ant);
> 2). Put double quotes around classpath(which can include ant).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (BEEHIVE-322) space in java, ant and/or tomcat path causes mantis failure

Posted by "James Song (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-322?page=history ]
     
James Song reopened BEEHIVE-322:
--------------------------------


Jamie: the change made by r154196 causes a build failure on Linux.

http://beehive01.bea.com:9090/cruisecontrol/buildresults?log=log20050217135457

The failure seems to be the same, except it is on Linux this time.

and is fixed temporarily by r154222

http://beehive01.bea.com:9090/cruisecontrol/buildresults?log=log20050217171457LBUILD.11

> space in java, ant and/or tomcat path causes mantis failure
> -----------------------------------------------------------
>
>          Key: BEEHIVE-322
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-322
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: jamie zyskowski
>      Fix For: V1Beta

>
> This happens on Lawrence, where there are spaces in the paths of Java, ant and Tomcat.(Program Files).
> And he sees mantis.milton.tesk returning error code 2.
> This is probably caused by the definition of task. Suggested imporvments:
> 1). Put double quotes around name of executable(which is ant);
> 2). Put double quotes around classpath(which can include ant).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-322) space in java, ant and/or tomcat path causes mantis failure

Posted by "Zach Smith (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-322?page=all ]
     
Zach Smith closed BEEHIVE-322:
------------------------------

    Assign To: Zach Smith  (was: jamie zyskowski)

> space in java, ant and/or tomcat path causes mantis failure
> -----------------------------------------------------------
>
>          Key: BEEHIVE-322
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-322
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: Zach Smith
>      Fix For: V1Beta

>
> This happens on Lawrence, where there are spaces in the paths of Java, ant and Tomcat.(Program Files).
> And he sees mantis.milton.tesk returning error code 2.
> This is probably caused by the definition of task. Suggested imporvments:
> 1). Put double quotes around name of executable(which is ant);
> 2). Put double quotes around classpath(which can include ant).

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


[jira] Resolved: (BEEHIVE-322) space in java, ant and/or tomcat path causes mantis failure

Posted by "jamie zyskowski (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-322?page=history ]
     
jamie zyskowski resolved BEEHIVE-322:
-------------------------------------

    Resolution: Fixed

r154352 should do it - sorry about the build break - controls drt passed on windows and linux

> space in java, ant and/or tomcat path causes mantis failure
> -----------------------------------------------------------
>
>          Key: BEEHIVE-322
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-322
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: jamie zyskowski
>      Fix For: V1Beta

>
> This happens on Lawrence, where there are spaces in the paths of Java, ant and Tomcat.(Program Files).
> And he sees mantis.milton.tesk returning error code 2.
> This is probably caused by the definition of task. Suggested imporvments:
> 1). Put double quotes around name of executable(which is ant);
> 2). Put double quotes around classpath(which can include ant).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (BEEHIVE-322) space in java, ant and/or tomcat path causes mantis failure

Posted by "jamie zyskowski (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-322?page=comments#action_59409 ]
     
jamie zyskowski commented on BEEHIVE-322:
-----------------------------------------

the linux failure is different than the original windows space-in-path issue. i'm looking into it...

> space in java, ant and/or tomcat path causes mantis failure
> -----------------------------------------------------------
>
>          Key: BEEHIVE-322
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-322
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: jamie zyskowski
>      Fix For: V1Beta

>
> This happens on Lawrence, where there are spaces in the paths of Java, ant and Tomcat.(Program Files).
> And he sees mantis.milton.tesk returning error code 2.
> This is probably caused by the definition of task. Suggested imporvments:
> 1). Put double quotes around name of executable(which is ant);
> 2). Put double quotes around classpath(which can include ant).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira