HomeSort by relevance Sort by last modified time
    Searched refs:BuildException (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/proguard/src/proguard/ant/
ClassSpecificationElement.java 23 import org.apache.tools.ant.BuildException;
204 throws BuildException
230 throw new BuildException("Incorrect class access modifier ["+strippedToken+"]");
249 throw new BuildException("Incorrect class type ["+type+"]");
ClassPathElement.java 88 throw new BuildException("The refid attribute doesn't point to a <path> element or a <fileset> element");
101 throw new BuildException("The <outjar> element must specify exactly one file or directory ["+fileNames.length+"]");
108 // throw new BuildException("The <injar> element must specify at least one file or directory");
  /sdk/anttasks/src/com/android/ant/
TaskHelper.java 26 import org.apache.tools.ant.BuildException;
57 throw new BuildException("SDK Location is not set.");
62 throw new BuildException(String.format("SDK Location '%s' is not valid.", sdkOsPath));
115 throw new BuildException(String.format(
LintExecTask.java 19 import org.apache.tools.ant.BuildException;
73 public void execute() throws BuildException {
AaptExecTask.java 22 import org.apache.tools.ant.BuildException;
380 public void execute() throws BuildException {
382 throw new BuildException("Missing attribute libraryResFolderPathRefid");
385 throw new BuildException("Missing attribute libraryPackagesRefid");
388 throw new BuildException("Missing attribute libraryRFileRefid");
406 throw new BuildException(String.format(
414 throw new BuildException("attribute libraryRFileRefid must reference a Path object.");
565 throw new BuildException(
695 throw new BuildException(String.format(
710 throw new BuildException(e)
    [all...]
DependencyHelper.java 29 import org.apache.tools.ant.BuildException;
144 throw new BuildException(e.getMessage(), e);
146 throw new BuildException(
249 throw new BuildException(String.format(
263 throw new BuildException("Failed to resolve library path: " + rootPath, e);
SingleDependencyTask.java 19 import org.apache.tools.ant.BuildException;
147 new BuildException(e);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
GenerateExcludeListTask.java 21 import org.apache.tools.ant.BuildException;
57 public void execute() throws BuildException {
ElementParser.java 26 import org.apache.tools.ant.BuildException;
85 throw new BuildException("The following "+type+" "+id+" did not get fetched.");
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 15 import org.apache.tools.ant.BuildException;
42 public synchronized void execute () throws BuildException
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
ant-junit.jar 
ant-weblogic.jar 
ant-netrexx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 24 import org.apache.tools.ant.BuildException;
253 final BuildException failure = getFailure ();
273 final BuildException failure = getFailure ();
406 setFailure ((BuildException) SuppressableTask.newBuildException (m_task.getTaskName ()
424 private void setFailure (final BuildException failure)
429 private BuildException getFailure ()
444 private transient BuildException m_settingsFailure; // can be null
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 27 import org.apache.tools.ant.BuildException;
246 throw new BuildException(Messages.getString("UpdateBugStateTask.invalidStatus") + "!" + SP + //$NON-NLS-1$ //$NON-NLS-2$
286 throw new BuildException(Messages.getString("UpdateBugStateTask.invalidTimestamp") + COLON + SP + t + "!"); //$NON-NLS-1$ //$NON-NLS-2$
300 throw new BuildException(Messages.getString("UpdateBugStateTask.invalidBuildID") + COLON + SP + t + "!"); //$NON-NLS-1$ //$NON-NLS-2$
314 public void execute() throws BuildException
318 throw new BuildException(Messages.getString("UpdateBugStateTask.expectingLogin") + "!"); //$NON-NLS-1$ //$NON-NLS-2$
322 throw new BuildException(Messages.getString("UpdateBugStateTask.expectingLogincookie") + "!"); //$NON-NLS-1$ //$NON-NLS-2$
326 throw new BuildException(Messages.getString("UpdateBugStateTask.expectingStatus") + "!"); //$NON-NLS-1$ //$NON-NLS-2$
352 throw new BuildException(Messages.getString("UpdateBugStateTask.expectingProduct") + "!"); //$NON-NLS-1$ //$NON-NLS-2$
401 throw new BuildException(Messages.getString("UpdateBugStateTask.ambiguousRequest") + CS + //$NON-NLS-1
    [all...]
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 21 import org.apache.tools.ant.BuildException;
179 * @throws BuildException if there is an error.
183 public boolean eval() throws BuildException {
304 throw new BuildException(
  /external/ant-glob/src/org/apache/tools/ant/util/
FileUtils.java 20 import org.apache.tools.ant.BuildException;
155 throw new BuildException(path + " is not an absolute path");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/emma/lib/
emma_ant.jar 

Completed in 1591 milliseconds

1 23 4 5