| Summary: | All server options should be settable from orion.conf | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Node | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ken_walker |
| Version: | 2.0 | ||
| Target Milestone: | 6.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
Specifically I'd like the server workspace for 2.0 - otherwise those that NPM it can't point to other places on their drive to edit code, only a .workspace directory under node_modules For the Orion Java server there is a chicken/egg problem that Equinox needs the workspace location very early in startup likely before we can read the configuration file. But for node server I expect this should be feasible because "workspace" in that context just means "the place to read/write files". I thought this would be easy, but it required too much refactoring, so I'm targeting it for 3.0. I opened another bug for just the minimal change required to address Ken's request in Comment 1. Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html |