Skip to content

Instantly share code, notes, and snippets.

@egonw
Created March 23, 2011 11:10
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 egonw/882951 to your computer and use it in GitHub Desktop.
Save egonw/882951 to your computer and use it in GitHub Desktop.
ant.javac(
srcdir:"$srcdir", destdir:"$bindir",
includes:"**/*.java",
fork:"true") {
classpath {
fileset dir:"$libdir", {
include name:"*.jar"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment