You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by ca...@jakarta.apache.org on 2004/08/30 22:36:19 UTC

[jira] Commented: (CACTUS-138) JBoss3xContainer.java Assumes Windows Platform

The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Mon, 30 Aug 2004 1:36 PM
       Body:
Hi Matthew,

You're probably right even though I thought this property was not used (but the fact that you're reporting it seems to contradict me :-)).

I'd actually like to remove this property altogether but I guess at the time I wrote it JBoss was complaining for some reason. Not sure why it's needed as I'm using the jboss main java class to start it and not the run.bat|sh file.

Any idea?
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-138?page=comments#action_37929

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-138

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-138
    Summary: JBoss3xContainer.java Assumes Windows Platform
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Cactus
 Components: 
             Ant Integration
   Versions:
             1.6.1

   Assignee: 
   Reporter: Matthew Bennett

    Created: Mon, 30 Aug 2004 9:31 AM
    Updated: Mon, 30 Aug 2004 1:36 PM
Environment: Linux

Description:
The JBoss3xContainer.java assumes the tests are running on Windows.   Here is the line in the code that is Windows specific.

java.addSysproperty(createSysProperty("program.name", new File(binDir, "run.bat")));

On Linux this would be run.sh instead of run.bat.  I may be missing something here.  If so, please let me know.



---------------------------------------------------------------------
JIRA INFORMATION:
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


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org