How to develop jacoco gradle-plugin

34 views
Skip to first unread message

a t

unread,
Apr 23, 2022, 8:23:45 AM4/23/22
to JaCoCo and EclEmma Users
Hi.

I use jacoco when develop android apps.
I think the function `excludes` of jacoco might have a bug.
So I want to debug jacoco gradle-plugin.

I tried to debug by jacoco.cli as below.
But jacoco.cli doesn't have a `excludes` option.....

```
$ cd jacoco
$ mvn clean verify -DskipTests
$ java -jar ./org.jacoco.cli/target/org.jacoco.cli-0.8.9-SNAPSHOT-nodeps.jar report ./testDebugUnitTest.exec --classfiles ../../github/att/android-app/app/build/intermediates/javac/debug/classes --html "./jacoco-report" --name testReport --sourcefiles "../../github/att/android-app/app/src"
```

- all cli options

How can I debug jacoco gradle-plugin?
Please tell me the way to debug jacoco gradle-plugin.

Marc Hoffmann

unread,
Apr 24, 2022, 3:49:19 PM4/24/22
to JaCoCo and EclEmma Users
Hi,

the JaCoCo gradle plugin is developed by the gradle project, not by the JaCoCo project. See: https://www.jacoco.org/jacoco/trunk/doc/integrations.html

Please contact the grade project regarding gradle development.

Thanks,
-marc

--
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/2e5ca30e-76ac-4fc0-b9d5-4d00469fafebn%40googlegroups.com.

a t

unread,
Apr 24, 2022, 9:25:03 PM4/24/22
to JaCoCo and EclEmma Users
Hi,

I understand.

Thank you for your reply.

2022年4月25日月曜日 4:49:19 UTC+9 Marc R. Hoffmann:
Reply all
Reply to author
Forward
0 new messages