Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Running I20040226 on Mac OS X

Hello,

With I20040226, self hosting won't work if your workspace is specified using a relative path (ie: -data workspace) .
Here is a workaround:
- In your eclipse install edit the file Eclipse.app/Contents/Info.plist and change the parameter for -data to be a fully qualified path.

For example in the lab:
<string>-data</string><string>/Users/foo/myworkspace</string>

PaScaL

PS: the bug is listed as number 53914

BTW, tilde expansion works, so you can just write:

<string>-data</string><string>~/myworkspace</string>

--andre



Back to the top