[daisy] [JIRA] Updated: (DSY-473) Backup tool uses incorrect logic
to determine location of conf & service dirs.
Andreas Deininger (JIRA)
issues at cocoondev.org
Tue Jul 17 05:50:50 CDT 2007
[ http://issues.cocoondev.org//browse/DSY-473?page=all ]
Andreas Deininger updated DSY-473:
----------------------------------
Attachment: DSY-473_2.diff
Bruno, you are right.
Please find attached the corrected fix (+ one more typo correction)
> Backup tool uses incorrect logic to determine location of conf & service dirs.
> ------------------------------------------------------------------------------
>
> Key: DSY-473
> URL: http://issues.cocoondev.org//browse/DSY-473
> Project: Daisy
> Type: Bug
> Components: Backup
> Reporter: Bruno Dumon
> Priority: Minor
> Attachments: DSY-473.diff, DSY-473_2.diff
>
> The class DaisyEntryLoader contains these lines of code:
> File confDir = new File(blobStoreDir.getParentFile(), "conf");
> File serviceDir = new File(blobStoreDir.getParentFile(), "service");
> which determine the location of conf & service dirs based on the location of the blobstore dir. However, these should rather be determined relative to the repodata dir location, as the location of the blobstore dir itself is read from the myconfig.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list