[ 
http://jira.dspace.org/jira/browse/DS-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeffrey Trimble closed DS-526.
------------------------------

    Documentation Status: Complete or Committed  (was: In Description)
              Resolution: Fixed

Documentation has been corrected.

> ItemUpdate - script 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
>            Assignee: Jeffrey Trimble
>             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

        

------------------------------------------------------------------------------

_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to