How to execute example:
Extract the file JTratch-Rel.zip
On the extracted folder, in the terminal, execute:
java -jar jtratch.jar ByFolder sample ~/.m2/repository
Execution for one project outputs one .log file, and five .csv files.
What is what:
jtratch.jar: runnable JAR file with required libraries found in the release ZIP file.
ByFolder: string parameter to process all files in a given path.
sample: parameter to specify the folder path to be processed. In this example, the folder contains two sample files.
~/.m2/repository: the maven repo to include in the classpath generation