[daisy] [JIRA] Commented: (DSY-473) Backup tool uses incorrect logic to determine location of conf & service dirs.

Bruno Dumon (JIRA) issues at cocoondev.org
Wed Jul 18 02:52:50 CDT 2007


    [ http://issues.cocoondev.org//browse/DSY-473?page=comments#action_13254 ] 

Bruno Dumon commented on DSY-473:
---------------------------------

I've applied the typo fixes in SVN rev 4196.

I leave the change to the datadir for Paul to look at (who's very busy now), it's not an urgent matter and I created this issue in the first place because I wasn't sure of the change (though right now I can't see why).

> 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