Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assuming that succeeds, run Ant to install the build products.
NOTE: This does NOT install the configuration files, because I don't work that way; perhaps someone who does could add an alternate command here?

Code Block
  \{ shut down servlet container such as Tomcat \}
  cd [source]/dspace/target/dspace-1.5.0-build.dir
  ant update
  \{ start up servlet container such as Tomcat \}

Your DSpace instance should now be running with the new plugins in the LNI application.

...

Code Block
 mkdir -p [source]/dspace/modules/oai/src/main/java/org/dspace/app/oai
 cp \{development\}/org/dspace/app/oai/DSpaceOAICatalog.java [source]/dspace/modules/oai/src/main/java/org/dspace/app/oai

...

Code Block
  cp /opt/sesame/lib/*.jar _[dspace]_/lib

Note that the build installation ("ant update") process wipes the runtime "lib" directory clean each time, so you'll have to repeat these commands after every new update.