Export directories dspace.cfg and build.xml out of sync
-------------------------------------------------------

                 Key: DS-551
                 URL: http://jira.dspace.org/jira/browse/DS-551
             Project: DSpace 1.x
          Issue Type: Bug
          Components: DSpace API
    Affects Versions: 1.6.0
            Reporter: Claudia Jürgen
            Priority: Minor
             Fix For: 1.6.1
         Attachments: build.xml.patch

The directories for the item export are defined in dspace cfg as:

org.dspace.app.itemexport.work.dir = ${dspace.dir}/exports
org.dspace.app.itemexport.download.dir = ${dspace.dir}/exports/download

These properties are not used in the build.xml, instead the paths are redefined 
in:
<mkdir dir="${dspace.dir}/exports" />
<mkdir dir="${dspace.dir}/exports/download" />

Thus the created directories and the configured directories can get out of sync.

The patch uses org.dspace.app.itemexport.work.dir and 
org.dspace.app.itemexport.download.dir in the build.xml.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to