Bug#856996: libjacoco-java: Where is the jacoco agent located?

2017-09-11 Thread Emmanuel Bourg
Le 12/03/2017 à 15:31, 殷啟聰 a écrit : > I tried updating maven-shade-plugin to the latest version (3.0.0) but > gave up since it introduces quite a few new dependencies that are > absent in Debian, and I also tried building the upstream JaCoCo > project with maven-shade-plugin 2.4.3 and it worked.

Bug#856996: libjacoco-java: Where is the jacoco agent located?

2017-03-12 Thread 殷啟聰
As ebourg said, maven-pgp-plugin isn't necessary for the build process, IMO. Well if it does affect the process, then something's probably not right... I tried updating maven-shade-plugin to the latest version (3.0.0) but gave up since it introduces quite a few new dependencies that are absent in

Bug#856996: libjacoco-java: Where is the jacoco agent located?

2017-03-10 Thread Martin Quinson
On Thu, Mar 09, 2017 at 04:59:35PM -0800, tony mancill wrote: > On Wed, Mar 08, 2017 at 05:04:19PM +0100, Martin Quinson wrote: > > Hello, > > > > so the package is completely unusable, right ? It is merely a > > placeholder to make the Gradle android plugin compile, isn't it? > > > > If so, I

Bug#856996: libjacoco-java: Where is the jacoco agent located?

2017-03-09 Thread tony mancill
On Wed, Mar 08, 2017 at 05:04:19PM +0100, Martin Quinson wrote: > Hello, > > so the package is completely unusable, right ? It is merely a > placeholder to make the Gradle android plugin compile, isn't it? > > If so, I am wondering whether this should be a bug of gravity "grave": > "makes the

Bug#856996: libjacoco-java: Where is the jacoco agent located?

2017-03-08 Thread Martin Quinson
Hello, so the package is completely unusable, right ? It is merely a placeholder to make the Gradle android plugin compile, isn't it? If so, I am wondering whether this should be a bug of gravity "grave": "makes the package in question unusable or mostly so, [...]" What would be needed to

Bug#856996: libjacoco-java: Where is the jacoco agent located?

2017-03-08 Thread 殷啟聰
Hello Quinson, The current Debian package only provides 2 JARs: `org.jacoco.core.jar` and `org.jacoco.report.jar`. It is an incomplete package at the moment because building the whole project requires a lot more new packages. At the time when I was packaing it, JaCoCo was only used by the Gradle

Bug#856996: libjacoco-java: Where is the jacoco agent located?

2017-03-06 Thread Martin Quinson
Package: libjacoco-java Version: 0.7.8-1 Severity: normal Hello, I am trying to use jacoco from your Debian package (I'm an absolute beginner wrt jacoco), and I fail to find the agent. The online documentation I see advise to run with -javaagent:[yourpath/]jacocoagent.jar but I fail to find