Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created November 27, 2011 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahgift/1398307 to your computer and use it in GitHub Desktop.
Save noahgift/1398307 to your computer and use it in GitHub Desktop.
CoberturaNoAnt
$/Users/noahgift/Downloads/cobertura-1.9.4.1/examples/basic ant test
Buildfile: /Users/noahgift/Downloads/cobertura-1.9.4.1/examples/basic/build.xml
init:
compile:
[javac] /Users/noahgift/Downloads/cobertura-1.9.4.1/examples/basic/build.xml:36: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
test:
BUILD FAILED
/Users/noahgift/Downloads/cobertura-1.9.4.1/examples/basic/build.xml:72: The <classpath> for <junit> must include junit.jar if not in Ant's own classpath
Total time: 0 seconds
$/Users/noahgift/Downloads/cobertura-1.9.4.1/examples/basic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment