1builders:
2  - ant:
3     targets: "debug test install"
4     buildfile: "build.xml"
5     properties:
6        builddir: "/tmp/"
7        failonerror: true
8     java-opts:
9        - "-ea"
10        - "-Xmx512m"
11     ant-name: "Standard Ant"
12