--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/1fcf39fd-f1d9-4bb3-898a-0f2b52749c93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
it should be possible to create any report without source code. You simply get no source highlighting in the html report.
If this does not work for you, please provide a exact description of your setup.
Regards,
-marc
On 21.06.17 15:19, JococoUser wrote:
--
Hello
I have a scenario where I am just having binary ( no source code ) to run my integration tests on , using maven .I want to generate code coverage report using jacoco .Have searched through a lot , found examples when your source code is in different module than integration tests ( then use report-aggregate goal ) .But haven't found anything related to when you don't have source code available and just the binary .It should work as mentioned in Jacoco documentation -" Based on Java byte code and therefore works also without source files."
Please suggest !
Regards,
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/1fcf39fd-f1d9-4bb3-898a-0f2b52749c93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jacoco/5IqM4AibmT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jacoco+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/d108a325-5f2c-c344-a0fb-e1dc0b8117c3%40mountainminds.com.
What build system do you use to run your integration tests? Ant, Maven?
Please see our documentation for different build systems:
http://www.jacoco.org/jacoco/trunk/doc/
Regards,
-marc
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/CAGi%2Bcio9TiLr7cqVvgPWt3wTPwq1Gmm%3D7jyGUij%2BV6v6kBN-wQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/CAGi%2Bcio9TiLr7cqVvgPWt3wTPwq1Gmm%3D7jyGUij%2BV6v6kBN-wQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jacoco/5IqM4AibmT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jacoco+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/02ba8fcb0f68b6aa4458f32717221442%40mountainminds.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/1fc287f0-0fe1-40f7-917a-72aa00b2c312%40googlegroups.com.
Thanks Evgeny .I have source code in a different Maven project , packaged as war , while Integration tests in different Maven Project ( maintained by offshore teams ) . In such scenario , how do I use report-aggregate ( when I can't define Parent Module in integration tests' POM ) .
Also , I have a general question : I am using Jbehave for integration tests . Will Jacoco support Jbehave Tests ?
--
You received this message because you are subscribed to a topic in the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jacoco/5IqM4AibmT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jacoco+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/aca9e51b-e0c6-4c7c-83a9-804f06fd53fc%40googlegroups.com.
Thanks for this info , Evgeny .I made the change , and now using maven-antrun-plugin to add class files , and now I see them included .However , even though I am giving classfiles extracted from same .war file that has been deployed and used during execution , I am getting error message : "Classes in bundle 'Jacocoreport' do no match with execution data. For report generation the same class files must be used as at runtime. "Any clue why I am getting this ?
Also , when I pass on path to .war file directly ( as <file file = ""/> ) instead of extracting classes and pointing to them , I am getting error message : Error while creating report .
--
You received this message because you are subscribed to a topic in the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jacoco/5IqM4AibmT8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jacoco+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/bddaf777-d54a-4306-b9c1-98e33b9c1d68%40googlegroups.com.