[RRR-36] Use classpath if file not found | |
| Status: | Closed |
| Project: | ReportRunner |
| Component/s: | Engine |
| Affects Version/s: | 0.3 |
| Fix Version/s: | 0.4 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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. |