Atlassian JIRA   History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: XRP-114
Type: Bug Bug
Status: Closed Closed
Resolution: Applied
Priority: Minor 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: