Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

You have to do a little planning before undertaking the conversion.
Review the appropriate documentation (e.g. About + Data + Formats and
BitstreamFormat + Renovation)
and be able to answer the questions below.

...

Download Patch to DSpace 1.5 Source\\BitstreamFormat Conversion Instructions

  • Shutdown your DSpace archive, i.e. the Java Servlet container / webserver.
  • Update your install directory (i.e.
    Code Block
    $\{DSPACE_INSTALL\}
    to the 1.6 prototype: Apply patches to the 1.5 source and rebuild or acquire a 1.6 binary distribution.
  • While in the install directory, run
    Code Block
    ant update
    to install new code.
  • Check that
    Code Block
    $\{DSPACE_HOME\}
    has a
    Code Block
    config/formats
    subdirectory; if not, copy it over from the distribution hierarchy. You'll probably need to do that.
    e.g.
    Code Block
     cp -rp config/formats $\{DSPACE_HOME\}/config
  • Edit the DSpace Configuration as outlined below:

...

Don't worry too much about getting everything perfect the first time, though.
You can always re-identify the formats of specific Bitstreams and
groups of them with the
BitstreamFormat + Workbench
utility, even after the conversion is finished.

...

If corrections are necessary, use the BitstreamFormat + Workbench
(

Code Block
org.dspace.administer.Formats

...

If a problem or mistake in the BitstreamFormat conversion only becomes
apparent after you finish the conversion process (Phase 3) and thus
cannot go back to it, you can still put it right. The
BitstreamFormat + Workbench tool,

Code Block
org.dspace.administer.Formats

...

filename extension that
was not identified correctly before, and retry identifying it, e.g.
with the BitstreamFormat + Workbench utility.

</html>