Bugs item #2137425, was opened at 2008-09-30 04:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2137425&group_id=19984

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ylatt (ylatt)
Assigned to: Nobody/Anonymous (nobody)
Summary: DSpace 1.5.1(XMLUI) Wrong dir usage of StatisticsLoader

Initial Comment:
Statistics viewer for XMLUI, based on existing DStat view from the analysis 
files (.dat) 

Existing CreateStatReport ouput the (.dat) files under ("log.dir") but 
StatisticsLoader use ("report.dir") 

Line number 355
===============
StatisticsLoader.java
private static File[] getAnalysisAndReportFileList()
    {
        File reportDir = new 
File(ConfigurationManager.getProperty("report.dir"));


Line number 131
===============
CreateStatReport.java
outputLogDirectory = ConfigurationManager.getProperty("log.dir") + 
File.separator;


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2137425&group_id=19984

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to