
gosu.tools.ant.GosuMatchingTask Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gosu-ant-compiler Show documentation
Show all versions of gosu-ant-compiler Show documentation
Gosu Compiler support for Ant
The newest version!
package gosu.tools.ant;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.taskdefs.Java;
import org.apache.tools.ant.taskdefs.MatchingTask;
import java.util.List;
abstract public class GosuMatchingTask extends MatchingTask {
protected void buildError(String message) {
throw new BuildException(message, getLocation());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy