|
Cobertura example source code file (build.properties)
The Cobertura build.properties source code# The source code for the examples can be found in this directory src.dir=src # The path to cobertura.jar cobertura.dir=../.. # The path to groovy.jar groovy.dir=C:/groovy-1.0-jsr-05/lib # Classes generated by the javac compiler are deposited in this directory classes.dir=classes # Instrumented classes are deposited into this directory instrumented.dir=instrumented # All reports go into this directory reports.dir=reports # Unit test reports from JUnit are deposited into this directory reports.xml.dir=${reports.dir}/junit-xml reports.html.dir=${reports.dir}/junit-html # Coverage reports are deposited into these directories coverage.xml.dir=${reports.dir}/cobertura-xml coverage.html.dir=${reports.dir}/cobertura-html Other Cobertura examples (source code examples)Here is a short list of links related to this Cobertura build.properties source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.