Issue Details (XML | Word | Printable)

Key: ODE-566
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alexis Midon
Reporter: Alexis Midon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ODE

endpoint properties in subdirectories

Created: 30/Mar/09 11:37 PM   Updated: 24/Apr/09 12:54 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.3.2, 2.0

Time Tracking:
Not Specified

Issue Links:
Reference
 

Resolution Date: 31/Mar/09 10:17 PM


 Description  « Hide
The current version of ODE loads only the endpoint properties located at the root of the bundle directory. We want to be able to have endpoint files in subdirectories.

This implies that properties providing relative paths are not relative to the bundle directory anymore but to the file they were loading from. Only the class loading the property files migth be able to do that. To detect which properties provide a path that might need to be resolved, the following convention will be adopted:
If a property name ends with ".file" or ".path", the assumption is made that the associated value is a path and as such is resolved against the path of the file it was loaded from.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alexis Midon added a comment - 30/Mar/09 11:47 PM
ODE-566 is an improvement of ODE-295

Alexis Midon added a comment - 31/Mar/09 10:17 PM
committed in trunk and 1.X, r760677