Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4566558
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T18:48:21+00:00 2026-05-21T18:48:21+00:00

I tried to get Cobertura running inside my ant script, but I’m stuck right

  • 0

I tried to get Cobertura running inside my ant script, but I’m stuck right at the beginning. When I try to insert the cobertura taskdef I’m missing the Log4J libraries.

Ant properties & classpath

<property name="cobertura.dir" location="/full/path/to/cobertura-1.9.3" />
<path id="cobertura.classpath">
    <fileset dir="${cobertura.dir}">
        <include name="cobertura.jar" />
        <include name="lib/**/*.jar" />
    </fileset>
</path>
<taskdef classpathref="cobertura.classpath" resource="tasks.properties" />

My ant target

<!-- ================================= 
      target: cobertura              
     ================================= -->
<target name="cobertura" depends="clean, init" description="Generates cobertura coverage reports">
    <cobertura-instrument todir="${dir.build.instrumented}">
        <fileset dir="${dir.build}">
            <include name="**/*.class" />
        </fileset>
    </cobertura-instrument>
</target>

I think I did everything like it is described in the Cobertura documentation but I get this

Ant build error

BUILD FAILED
build.xml:95: java.lang.NoClassDefFoundError: org/apache/log4j/Logger

Inside the ${cobertura.dir} there is the lib directory with all files. I unzipped it from the cobertura distribution ZIP directly into that directory.

Am I missing a step? Something wrong with my configuration so far?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T18:48:22+00:00Added an answer on May 21, 2026 at 6:48 pm

    I also encountered this problem today and solved it by specifying the location of all the required libraries as part of the class path provided to my taskDef task.

    <path id="cobertura.class.path">
        <pathelement location="${common.dir}/../tools/cobertura/cobertura.jar" />
        <pathelement location="${common.dir}/../tools/cobertura/lib/asm-3.0.jar" />
        <pathelement location="${common.dir}/../tools/cobertura/lib/asm-tree-3.0.jar" />
        <pathelement location="${common.dir}/../tools/cobertura/lib/log4j-1.2.9.jar" />
        <pathelement location="${common.dir}/../tools/cobertura/lib/jakarta-oro-2.0.8.jar" />
    </path>
    
    <taskdef classpathref="cobertura.class.path" resource="tasks.properties" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried to get the SLDeviceVolumeItf interface of the RecorderObject on Android but I
I tried to get my application run at a specified time but I can't
I have tried to get tsung to work on ec2 but to no avail.
Firstly I tried to get fabric working, but it kept asking me for a
I tried to get date in JSP like what I searched before, but it
I tried to get all MainIntervals in a certain date interval. But I get
I tried to get the current user Id through the User.Identity but in vain,
I tried to get current user roles by using Lotus Script. And I'm using
After some efforts I finally get cobertura running correctly for my web application on
I tried to get it to work using the CXF User Guide , but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.