[java code coverage] Java Developer with Angular JS @ Bothell,WA

2017-01-13 Thread govind ramanujam
Hi Hope you are doing great. Please go through the below Job Description, if you are comfortable please send me your updated resume along with contact details to *govind_ramanu...@visionisys.com * *Role : Java Front End Developer* *Location : Bothell, WA* *Duration : 12 months* Functional

Re: [java code coverage] Maven jacoco:report CSV file has less information than XML file?

2017-01-13 Thread mark . vallevand
Thanks. Currently I have a bash script that parses the CSV file and gets just enough information. But, I suspect that they will want more information parsed out of the report. I'll need to write something more sophisticated if and when they ask. Regards. -- You received this message because

[java code coverage] Re: Is there a way to run jacoco:check outside of a maven project?

2017-01-13 Thread Evgeny Mandrikov
Hi Mark, This is not possible as stated in documentation of "jacoco:check" ( http://www.jacoco.org/jacoco/trunk/doc/check-mojo.html ) - "Requires a Maven project to be executed." Mainly because its configuration that is in pom.xml can be quite complex to be specified in command-line - http://w

[java code coverage] Re: Is there a way to run jacoco:check outside of a maven project?

2017-01-13 Thread mark . vallevand
Thank you very much. It is a great help. I did not consider a separate pom file. Excellent. I have been studying the API. I'm trying to avoid writing my own program and using things already working. But, if the boss wants more detailed information about coverage results, he will need to make t

[java code coverage] Re: Is there a way to run jacoco:check outside of a maven project?

2017-01-13 Thread Evgeny Mandrikov
Forgot to mention that separate pom is not a recommendation, but just my crazy idea of possible workarounds for you ;) Also should be noted that other integrations of JaCoCo such as Jenkins Plugin, SonarQube Plugin, etc. might be useful on a field of automatic checks. On Friday, January 13, 201