spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Analyzer and Reader need name of exec file produced by Launcher #34

Closed VijayKrishna closed 9 years ago

VijayKrishna commented 9 years ago

the analyzer and reader utilities of Tacoco should know the name of the exec file produced by the launcher

junghuk commented 9 years ago

use tacoco.project option to specify output file name. ex) -Dtacoco.project=junit output files: junit.exec junit.err junit.log

Also you can specify output file directory by using tacoco.outdir

VijayKrishna commented 9 years ago

is there a default tacoco.outdir?

junghuk commented 9 years ago

Yes, default tacoco.outdir is tacoco.home/tacoco_output. I think I need to add more information about all tacoco options in readme.md

VijayKrishna commented 9 years ago

You will need to create a help menu for Launcher in the CLI's code like i did for the Analyzer and Reader commands. ... refer to this issue: #39