Hi,

I have a build file (ant/ivy) containing the following:

      <ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" 
revision="0.7.5.201505241946" inline="true" conf="test" pathid=
"jacoco.classpath"/>

     <taskdef resource="org/jacoco/ant/antlib.xml" classpathref=
"jacoco.classpath"/>

to include jacoco.ant in the build for coverage analysis.

When I run this though it returns

[ivy:cachepath] :: downloading artifacts ::

[ivy:cachepath] :: resolution report :: resolve 2431ms :: artifacts dl 0ms

       --------------------------------------------------------------------

       |                  |            modules            ||   artifacts   |

       |       conf       | number| search|dwnlded|evicted|| number|dwnlded|

       ---------------------------------------------------------------------

       |       test       |   1   |   1   |   1   |   0   ||   0   |   0   |

       ---------------------------------------------------------------------

[ivy:cachepath] WARN:   ::::::::::::::::::::::::::::::::::::::::::::::

[ivy:cachepath] WARN:   ::          UNRESOLVED DEPENDENCIES         ::

[ivy:cachepath] WARN:   ::::::::::::::::::::::::::::::::::::::::::::::

[ivy:cachepath] WARN:   :: org.jacoco#org.jacoco.ant;0.7.3.201502191951: 
configuration not public in org.jacoco#org.jacoco.ant;0.7.3.201502191951: 
'test'. It was required from org.jacoco#org.jacoco.ant-caller;working test

[ivy:cachepath] WARN:   ::::::::::::::::::::::::::::::::::::::::::::::

[ivy:cachepath]         report for org.jacoco#org.jacoco.ant-caller;working 
test produced in 
/home/vagrant/.ant/cache/org.jacoco-org.jacoco.ant-caller-test.xml

[ivy:cachepath]         resolve done (2431ms resolve - 0ms download)

[ivy:cachepath]

[ivy:cachepath] :: problems summary ::

[ivy:cachepath] :::: WARNINGS

[ivy:cachepath]                 
::::::::::::::::::::::::::::::::::::::::::::::

[ivy:cachepath]                 ::          UNRESOLVED DEPENDENCIES         
::

[ivy:cachepath]                 
::::::::::::::::::::::::::::::::::::::::::::::

[ivy:cachepath]                 :: 
org.jacoco#org.jacoco.ant;0.7.3.201502191951: configuration not public in 
org.jacoco#org.jacoco.ant;0.7.3.201502191951: 'test'. It was required from 
org.jacoco#org.jacoco.ant-caller;working test

[ivy:cachepath]                 
::::::::::::::::::::::::::::::::::::::::::::::

[ivy:cachepath]

[ivy:cachepath] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

what is this jacoco.ant-caller ? 

And what do I need to change to make the build working ?

Thanks


-- 
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/8344bf83-c4c2-43b2-b3f8-6ce975a5da57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to