Community
Participate
Working Groups
The same issue as Bug 416952 The default project layout on the Orion server is flat but you can optionally set the value orion.file.layout=userTree to turn on organizing the layout of the projects. The orion.eclipse.org server is using userTree. When you add this setting to an orion.conf on a server against which the JUnit tests are run, many of the test that extend FileSystemTest fail. The problem is in the makeLocalPathAbsolute() and remove() methods. Both make the assumption that the project folder on physical disk is ${orion.home}/${project} , which is true for flat but not userTree. Both need to get the correct value using OrionConfiguration.getUserHome(), whose value is dependent on the setting of orion.file.layout.
Fixed with: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=6e677e064d3a80b9899b463d6f97d00e4f9f5886