My Gradle build script imports someone else's Ant script. When I run the ant target from the command line with Ant, there is some console output. When I run the ant target from within Gradle (ant.myTarget), the output from the actual Ant task never displays.
I tried running with -d and also calling captureStandardOutput( ), but I can't get it to work. Is there a simple solution I am missing? -- Hamlet D'Arcy [email protected] --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
