Skip to content

v01-14

Compare
Choose a tag to compare
@gaede gaede released this 02 Nov 14:16
· 80 commits to master since this release

v01-14

  • 2017-11-02 Ete Remi (PR#22)
    • Added write() method to XMLParser (resp. Parser) to write the loaded xml tree (resp. same file) in a new file.
    • Many methods adapted in XMLParser to make parameter/constant replacements persistent in the XML tree
    • New global parameter "OutputSteeringFile" introduced to write down a new steering file after processing
    • Added command line option -n for a Marlin dry-run
    • Example :
    # take the output file name from steering file and run Marlin as usual
    Marlin steeringFile.xml 
    # same but exit after writing the output steering file
    Marlin -n steeringFile.xml 
    # change the output file name
    Marlin steeringFile.xml --global.OutputSteeringFile=MyParsedSteeringFile.xml