dk.netarkivet.deploy
Class BuildCompleteSettings

java.lang.Object
  extended by dk.netarkivet.deploy.BuildCompleteSettings

public final class BuildCompleteSettings
extends java.lang.Object

Class for combining the different setting files into a complete settings file. The different settings are listed here: Constants.BUILD_SETTING_FILES export NAS_SRC=$HOME/workspace/netarchivesuite cd $NAS_SRC ant jarfiles export CLASSPATH=$NAS_SRC/lib/dk.netarkivet.harvester.jar:$NAS_SRC/lib/dk.netarkivet.archive.jar:\ $NAS_SRC/lib/dk.netarkivet.wayback.jar:$NAS_SRC/lib/dk.netarkivet.deploy.jar:\ $NAS_SRC/lib/dk.netarkivet.monitor.jar:$NAS_SRC/lib/dk.netarkivet.viewerproxy.jar cd src java dk.netarkivet.deploy.BuildCompleteSettings


Method Summary
static void main(java.lang.String[] args)
          Run the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Run the program. This loads and merges all the setting files into a single file.

Parameters:
args - Optional argument for name of complete settings file. E.g. /home/myUser/myDir/complete_settings.xml
Throws:
java.io.IOException - For input/output errors.