ItemUpdate - sciprt and manual updates
--------------------------------------

                 Key: DS-526
                 URL: http://jira.dspace.org/jira/browse/DS-526
             Project: DSpace 1.x
          Issue Type: Bug
          Components: Documentation, DSpace API
    Affects Versions: 1.6.0
            Reporter: Stuart Lewis
             Fix For: 1.6.1


Fix [dspace]/config/launcher.xml:

  <command>
      <name>itemupdate</name>
      <description>Item update tool for altering metadata and bitstream content 
in items</description>
      <step>
          <class>org.dspace.app.itemimport.ItemUpdate</class>
      </step>
  </command>

Change the <class> element to:

<class>org.dspace.app.itemupdate.ItemUpdate</class>


Somewhat related, you might want to check the 1.6.0 documentation under "8.5.3 
CLI Examples". I think:

[dspace]/bin/dspace updateitem -e j...@user.com -s [path/to/archive] -a 
dc.description

should be

[dspace]/bin/dspace itemupdate -e j...@user.com -s [path/to/archive] -a 
dc.description


-- 
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
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to