Bug 20947 - [ExternalTools] Cannot run shell script file with a space
Summary: [ExternalTools] Cannot run shell script file with a space
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Ryan Cooper CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-06-25 10:41 EDT by Adam Schlegel CLA
Modified: 2002-09-18 13:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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