Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 418820

Summary: Launching server on nonexistent workspace folder should create it
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: NodeAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-10-07 10:37:23 EDT
1. Run node server.js -w someDirectory 
  where someDirectory does not exist
2. Go to http://localhost:8081
3. The server exits with an 'ENOENT' error.

I expected the directory to be created if needed.
Comment 1 Mark Macdonald CLA 2014-04-14 09:45:28 EDT
Not reproducible anymore.