Menu

Help with instrumenting files

2012-04-02
2013-05-09
  • Nghi Nguyen

    Nghi Nguyen - 2012-04-02

    Integrating EMMA into my project but the minute I try to instrument the code, it can't find the directory. I know the directory exists and the .class files are in there. I even tried to output the instrumented files to another directory with no luck. Any ideas?

    Reference C:\jenkins\jobs\Test Titn Code Coverage\workspace\webapp\out not found.

    <emma enabled="true">
                <instr instrpathref="${out.dir}" mode="overwrite" metadatafile="${coverage.dir}/metadata.emma" merge="true" />
    </emma>

     
  • Nghi Nguyen

    Nghi Nguyen - 2012-04-02

    Nevermind, I figured it out.

    <path id="classpath.to.be.emmafied" >
        <pathelement location="${out.dir}" />
    </path>

     

Log in to post a comment.