Versions Compared

Key

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

Files:

  • _[new-aspect-source _] (This where the new Aspect's source code is)
  • [manakin-source]/aspects/[aspect-dir] (This will be the new location for the Aspect's source)
  • [dspace]/config/xmlui.xconf

Instructions:

  1. If you are installing a brand new Aspect that is not distributed with Manakin then perform the following operations, otherwise skip to the next step. Code Blockcp [new-aspect-source] [manakin-source]/aspects/[aspect-dir]
  2. Open Manakin's configuration file, [dspace Code Block]/config/xmlui.xconf, scroll to the bottom and locate the
    Code Block
    <aspects>
    <aspects> element.
  3. Add a new
    Code Block
    &lt;aspect&gt;
    <aspect> element inside the
    Code Block
    &lt;aspects&gt;
    <aspects> element as below: Code Block&lt;aspect <aspect name="My new Aspect" path="[aspect-dir Code Block]/"/&gt;>
  4. Restart Tomcat (See Quick Restart in Rebuild + DSpace)