[ 
https://issues.apache.org/jira/browse/DERBY-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555338#action_12555338
 ] 

myrna edited comment on DERBY-3250 at 1/2/08 8:39 AM:
-------------------------------------------------------------------

Committed my patch with revision 608140.

      was (Author: myrna):
    Committed by patch with revision 608140.
  
> NetworkServerTestSetup will fail when starting the server as a process if any 
> of the command line arguments contains a space
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3250
>                 URL: https://issues.apache.org/jira/browse/DERBY-3250
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Daniel John Debrunner
>            Assignee: Myrna van Lunteren
>            Priority: Minor
>             Fix For: 10.4.0.0
>
>         Attachments: DERBY-3250.diff
>
>
> I was seeing failures in derbynet._Suite since my CLASSPATH environment 
> variable included a jar with a space, ie. a jar in the windows folder 
> "Program Files".
> The command line argument built by 
> NetworkServerTestSetup.startSeparateProcess() does not escape any of the 
> arguments.
> Probably would be better to use Runtime. exec(String[] cmdarray) and not  
> Runtime.exec(String cmd)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to