Versions Compared

Key

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

...

Code Block
% cd mapping-parent/admin/loader
% set date = `/bin/date +%Y%m%d` 
% mvn install -Drun.config=~/home/ihtsdo/config/config.properties -PGenerateDailyReports -Drefset.id=447563008 -Dstart.date=$date install

 

Sample command line call to clear reports for refset id 447563008:

 

Code Block
% cd mapping-parent/admin/remover
% mvn install -Drun.config=~/home/ihtsdo/config/config.properties -PReports Drefset.id=447563008 install

 

Sample Eclipse run configuration to generate for refset id 447563008 for a date:

...