| Summary: | eclipse.ini file does not handle a relative path name for the -dev value. | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Harvey McGee <hmcgee> |
| Component: | Framework | Assignee: | equinox.framework-inbox <equinox.framework-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aniefer, tjwatson |
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Harvey McGee
There should be no difference between putting the -dev on the command line or in the eclipse.ini file. Looking at the help I see This property may also be set to a comma-separated class path entries which are added to the class path of each plug-in or a URL to a Java properties file containing custom classpath additions for a set of plug-ins. I'm not sure that relative paths that reach outside of the bundle make sense here in general. This is not a valid us of the -dev option. This is intended to be used for running bundles out of the workspace and is needed so that the output folder (typically bin) used by jdt can be added to the classpath at runtime. |