History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Issue Details
[
XML
]
Key:
XRP-114
Type:
Bug
Status:
Closed
Resolution:
Applied
Priority:
Minor
Assignee:
Marc Portier
Reporter:
Marc Portier
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
xReporter
<classpath> sections in sarconf/config.xml aren't working for more then one <pathelement/> entry
Created:
23/May/06 04:30 AM
Updated:
23/May/06 06:23 AM
Component/s:
None
Affects Version/s:
None
Fix Version/s:
1.3
Description
An old lingering bug in the code fails to see more then one <pathelement> entry in the <classpath> sections in the config.
This is due to a typo in the ClassLoaderConfigSupport:
http://svn.cocoondev.org/viewsvn/trunk/xreporter/src/java/org/outerj/xreporter/util/ClassLoaderConfigSupport.java?rev=2&root=xreporter&view=auto
classPathUrls[0] = new File(location).toURL();
should be changed to
classPathUrls[i] = new File(location).toURL();
All
Comments
Change History
Sort Order:
Comment by
Marc Portier
[
23/May/06 06:23 AM
]
[
Permlink
]
fix applied in revision 671:
http://svn.cocoondev.org/viewsvn?rev=671&root=xreporter&view=rev