Home | History | Annotate | Download | only in ant

Lines Matching refs:BuildException

19 import org.apache.tools.ant.BuildException;
171 throw new BuildException(refId + " is expected to reference a Path object.");
187 throw new BuildException("targetApi attribute value must be >= 1");
190 throw new BuildException("targetApi attribute value must be an integer", e);
212 public void execute() throws BuildException {
214 throw new BuildException("RenderScriptTask's 'executable' is required.");
217 throw new BuildException("RenderScriptTask's 'includePath' is required.");
220 throw new BuildException("RenderScriptTask's 'genFolder' is required.");
223 throw new BuildException("RenderScriptTask's 'resFolder' is required.");
226 throw new BuildException("RenderScriptTask's 'targetApi' is required.");