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

Bug 406451

Summary: Client API jsdoc missing from Orion server
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ServerAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-04-24 10:52:49 EDT
1. Download a recent build of the Orion server (I used 2013-04-24-0935) and run it
2. Go to http://localhost:8080/jsdoc/index.html
3. 404 error

The docs are supposed to be there. The Orion Help system also links to these docs, and that link is currently broken.
Comment 1 Mark Macdonald CLA 2013-04-26 11:44:56 EDT
Problem is in this commit, where the /jsdoc directory was removed from build.properties:

http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/diff/doc/org.eclipse.orion.doc.isv/build.properties?id=6ec51f04e0de8cd4974036f4ebd3ad8da40645e0

The jsdoc directory does not exist until it is created by part of Orion's Ant build script. I will restore the build.properties entry and commit a placeholder /jsdoc folder to the repo to remind us that the directory needs to exist.