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

Bruno Dumon (JIRA) issues at cocoondev.org
Mon May 21 04:20:20 CDT 2007


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


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