Hi, I'm using buildr to wrap the generation of a library ( http://jspeex.sourceforge.net/), which uses Ant as its own build tool. I use
Java.org.apache.tools.ant.Main.main(['-file', 'build.xml', 'package']) To run the 'package' target in the Ant project. This completes but buildr exits with a zero exit code after running this line. Nothing that follows this in my buildfile is executed. Any ideas? Thanks, Ed O'Loughlin