So, this is how I solved the problem. It's kind of a hack, but it works...
package com.briankuhn.ant.taskdefs;
import org.codehaus.groovy.ant.Groovy;
import org.apache.tools.ant.Project;
public class QuietGroovy extends Groovy {
public void log(String str) {
this.log(str, Project.MSG_VERBOSE
Is there a way to stop a task from logging? I have the following macrodef
that uses the groovy ant task. Groovy spits out the message "[groovy]
statements executed successfully" and provides no way to turn it off. Is
there a way I can override its ability to log?
Thanks,
Brian
if ('@{abo