Sorry for the delay,

build a new example to proof my problems, and then it's working!
Seems my initial setup has some flaws, jacoco is working fine.

Thanks for your work and effort!

Let's go debugging (2000 line pom, multimodule, ...).

On Tuesday, August 11, 2015 at 9:44:32 PM UTC+2, Evgeny Mandrikov wrote:
> Hi,
> 
> 
> For me it seems working - made a quick test in 
> https://github.com/Godin/jacoco/tree/test-report-integration-dataFile
> So could you please provide full log or even better small project, which 
> reproduces your issue?
> 
> 
> Best regards,
> 
> On Tuesday, August 11, 2015 at 3:55:20 PM UTC+2, [email protected] wrote:Seems 
> to me it's broken:
> [INFO] --- jacoco-maven-plugin:0.7.2.201409121644:report-integration 
> (report-integration-test) @ a-project ---
> [INFO] Skipping JaCoCo execution due to missing execution data file:(a 
> path\target\jacoco-it.exec
> My pom.xml is configured as follows:
> <execution>
>    <id>report-integration-test</id>
>    <phase>verify</phase>
>    <goals>
>        <goal>report-integration</goal>
>    </goals>
>    <configuration>
>       <dataFile>${project.basedir}/target/jacoco.exec</dataFile>
>       
> <outputDirectory>${project.basedir}/target/coverage-reports</outputDirectory>
>    </configuration>
> </execution>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/ed6a3251-0d47-4f92-80bb-9a1b0fae083f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to