Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Using aspectj on Clover instrumented builds

Jan Swaelens
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 22, 2012

Hello,

We are trying to get Clover up and running and are facing a problem with our build once the AspectJ compiler starts to run on our previously instrumented jar. We are getting a load of errors such as this one:

23-Jul-2012 10:38:52	     [iajc] /data/bamboo-home/xml-data/build-dir/M20122P3-TEST-BUILD/core/MyBuild/myjar.jar [error] can't determine whether missing type com_cenqua_clover.CoverageRecorder is an instance of be.sofico.SomeClass
23-Jul-2012 10:38:52	     [iajc] when weaving classes 
23-Jul-2012 10:38:52	     [iajc] when weaving 
23-Jul-2012 10:38:52	     [iajc] when batch building BuildConfig[null] #Files=6 AopXmls=#0
23-Jul-2012 10:38:52	     [iajc]  [Xlint:cantFindType]
23-Jul-2012 10:38:52	     [iajc] (no source information available)
23-Jul-2012 10:38:52	     [iajc]         [Xlint:cantFindType]

How can we get the AspectJ compile from chocking on the instrumented code?

2 answers

1 accepted

0 votes
Answer accepted
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 8, 2016

You could try the opposite way - use Clover to instrument AspectJ code. There's a new plugin for this:

https://confluence.atlassian.com/display/CLOVER/Clover+AspectJ+Compiler

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 2, 2012

Do you have clover.jar in the iajc classpath?

<iajc classpath="/path/to/clover.jar" ... />

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events