Bug 20947

Summary: [ExternalTools] Cannot run shell script file with a space
Product: [Eclipse Project] Platform Reporter: Adam Schlegel <Adam_Schlegel>
Component: AntAssignee: Ryan Cooper <ryan_cooper>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_arsenault
Version: 2.0Keywords: ui
Target Milestone: 2.0.1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Adam Schlegel CLA 2002-06-25 10:41:28 EDT
Build 20020626 Linux-Motif

It is not possible to run a shell script file that contains a space in the
filename. This is possible for an Ant script.

For a script called 'foo bar.sh', referenced with ${workspace_loc:/Project/foo
bar.sh}, Eclipse always opens a dialog saying that the file
/full-path-to-project/foo cannot be found. It does not appear to be possible to
quote the space in any way using backslash, single, or double quotes.

This bug is probably related to bug 20599.
Comment 1 Simon Arsenault CLA 2002-07-22 13:53:23 EDT
To be fixed in 2.0.1
Comment 2 Simon Arsenault CLA 2002-08-21 11:12:25 EDT
Fixed in 2.0.1 by Ryan