codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Mapping Tool, old help message #69

Closed brita-sed closed 8 years ago

brita-sed commented 8 years ago

The newest version of Mapping Tool requires for input the output XML file of the converter tool, not a graph file, but the help message with -h option contains the old, obsolete message:

CodeMetropolis Toolchain Mapping (c) University of Szeged, Department of Software Engineering Usage: java -jar mapping.jar -i <graphFile> -m <mappingFile> [-o <outputFile>]

The updated message should be: Usage: java -jar mapping.jar -i <inputFile> -m <mappingFile> [-o <outputFile>]

brita-sed commented 8 years ago

In case of succesful processing, here is a message which also should be changed: Mapping: Reading graph file... and Mapping: Reading graph file done: graph -> xml.

brita-sed commented 8 years ago

Messages of building mappingToPlacing file is correct now: Mapping: Reading map file... Mapping: Reading map file done. Mapping: Reading CDF file... Mapping: Reading CDF file done. Mapping: Linking metrics to buildables... Mapping: Linking metrics to buildables done. Mapping: Generating input for placing... Mapping: Generating input for placing done.