Versions Compared

Key

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

...

Code Block
> cd catalog_qt_2/client/catalog-ws-client
> xsltproc ../../sql/feed/imas/dumpSummaryFields.xsl $IMAS_PREFIX/include/IDSDef.xml > variables_summary
> java -jar ./target/catalogAPI.jar -addVariables --url http://catalog:8080 --variables-file `pwd`/variables_summary
> xsltproc ../../sql/feed/imas/dumpFairFields.xsl $IMAS_PREFIX/include/IDSDef.xml > variables_fair
> java -jar ./target/catalogAPI.jar -addVariables --url http://catalog:8080 --variables-file `pwd`/variables_fair

Once this action is finished Catalog QT will be aware of all the variables that are supposed to be collected.

...