Home | History | Annotate | Download | only in ant

Lines Matching refs:BuildException

25 import org.apache.tools.ant.BuildException;
99 public void execute() throws BuildException {
101 throw new BuildException("Missing attribute libraryManifestFilePathOut");
104 throw new BuildException("Missing attribute libraryResFolderPathOut");
107 throw new BuildException("Missing attribute libraryPackagesOut");
110 throw new BuildException("Missing attribute jarLibraryPathOut");
113 throw new BuildException("Missing attribute libraryNativeFolderPathOut");
116 throw new BuildException("Missing attribute libraryBinFolderPathOut");
119 throw new BuildException("Missing attribute libraryRFilePathOut");
122 throw new BuildException("Missing attribute targetApi");
188 throw new BuildException(e);