This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[RRR-36] Use classpath if file not found
Created: Fri, 12 Nov 2004 11:38:57 -0800 (PST)  Updated: Wed, 22 Dec 2004 11:33:41 -0800 (PST)

Status:Closed
Project:ReportRunner
Component/s:Engine
Affects Version/s:0.3
Fix Version/s:0.4

Type:ImprovementPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
If file is not found when looking for a report.xml; it should use the classpath instead.
Comment by bayard [ Wed, 22 Dec 2004 11:33:41 -0800 (PST) ]
Slight change to the config lookup. "file:..." will load as a File, "classpath:..." will load from classpath, and anything else will currently default to file.