Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replaced dspace-src with dspace-source

...

  • 'ant update_configs' ==> Moves existing configs in [dspace]/config/ to *.old files and replaces them with what is in [dspace-srcsource]/dspace/config/
  • 'ant -Doverwrite=false update_configs' ==> Leaves existing configs in [dspace]/config/ intact. Just copies new configs from
    [dspace-srcsource]/dspace/config/ over to *.new files.

...

The primary way of configuring DSpace is to edit the dspace.cfg, however, the [dspace-srcsource]/build.properties file exists to provide an easy means of configuring a subset of properties. Typically this would be done to allow different developers to maintain their own build.properties files outwith [dspace-srcsourcc]. Each developer would need to edit [dspace-srcsource]/pom.xml to reference their own build.properties file. Any common changes could be applied directly to dspace.cfg.

...