|
Reads an ldm xml file and populates the Cluster with the assets
found there.
By default, looks for files of the form .ldm.xml
The xml files can be anywhere the ConfigFinder looks.
For example, for TOPS, the files are in the data directory, e.g.
/opt/alp/plugins/TOPS/data/TRANSCOM.ldm.xml
This is not on the default ConfigFinder path, so you have to add a
system parameter like this to setarguments.csh:
-Dorg.cougaar.config.path=$COUGAAR_INSTALL_PATH/plugins/TOPS/data;
NOTE : the trailing semi-colon is ABSOLUTELY necessary.
Parameters :
debug - when true, tells of each items published to log plan
ldmFile - lets you specify the ldm xml file to be anything you want
|