HomeSort by relevance Sort by last modified time
    Searched full:buildexception (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractProcessTask.java 20 import org.apache.tools.ant.BuildException;
51 public void execute() throws BuildException {
57 throw new BuildException(e);
62 protected void beforeExecute() throws BuildException { }
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Condition.java 21 import org.apache.tools.ant.BuildException;
31 * @exception BuildException if an error occurs
33 boolean eval() throws BuildException;
  /external/ant-glob/src/org/apache/tools/ant/
BuildException.java 23 public class BuildException extends RuntimeException {
30 public BuildException() {
40 public BuildException(String message) {
53 public BuildException(String message, Throwable cause) {
64 public BuildException(Throwable cause) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FileCounter.java 19 import org.apache.tools.ant.BuildException;
46 public void execute() throws BuildException {
57 throw new BuildException("Directory " + this.getSourceDirectory() + " not found.");
62 throw new BuildException("Directory " + this.getSourceDirectory() + " not found.");
87 throw new BuildException("Can not create file.count file");
89 throw new BuildException("Can not create file.count file");
  /external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarTask.java 23 import org.apache.tools.ant.BuildException;
47 public void execute() throws BuildException {
53 throw new BuildException(e);
  /external/ant-glob/
README.txt 22 org.apache.tools.ant.BuildException
25 brought Condition). In turn this brought in BuildException which was trimmed
  /external/proguard/src/proguard/ant/
ProGuardTask.java 23 import org.apache.tools.ant.BuildException;
39 public void setConfiguration(File configurationFile) throws BuildException
56 throw new BuildException(ex.getMessage());
65 throw new BuildException(ex.getMessage());
75 throw new BuildException("Use the <outjar> nested element instead of the 'outjar' attribute");
96 throw new BuildException("Unsupported target '"+target+"'");
311 public void execute() throws BuildException
320 throw new BuildException(ex.getMessage());
MemberSpecificationElement.java 23 import org.apache.tools.ant.BuildException;
85 throw new BuildException("Type attribute not allowed in constructor specification ["+type+"]");
97 throw new BuildException("Type and parameters attributes must always be present in combination in method specification");
104 throw new BuildException("Parameters attribute not allowed in field specification ["+parameters+"]");
172 throws BuildException
208 throw new BuildException("Incorrect class member access modifier ["+strippedToken+"]");
ConfigurationElement.java 79 throw new BuildException("The refid attribute doesn't point to a <proguardconfiguration> element or a <fileset> element");
111 throw new BuildException(ex.getMessage());
121 throw new BuildException(ex.getMessage());
ClassSpecificationElement.java 23 import org.apache.tools.ant.BuildException;
204 throws BuildException
231 throw new BuildException("Incorrect class access modifier ["+strippedToken+"]");
250 throw new BuildException("Incorrect class type ["+type+"]");
  /external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java 13 import org.apache.tools.ant.BuildException;
33 public void execute () throws BuildException
39 throw (BuildException) newBuildException (getTaskName ()
58 throw (BuildException) newBuildException (getTaskName ()
67 throw (BuildException) newBuildException (getTaskName ()
76 throw (BuildException) newBuildException (getTaskName ()
85 throw (BuildException) newBuildException (getTaskName ()
  /external/emma/ant/ant14/com/vladium/emma/instr/
instrTask.java 13 import org.apache.tools.ant.BuildException;
52 public void execute () throws BuildException
57 throw (BuildException) newBuildException (getTaskName ()
61 throw (BuildException) newBuildException (getTaskName ()
111 throw (BuildException) newBuildException (getTaskName ()
120 throw (BuildException) newBuildException (getTaskName ()
132 throw (BuildException) newBuildException (getTaskName ()
141 throw (BuildException) newBuildException (getTaskName ()
161 throw (BuildException) newBuildException (getTaskName ()
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
AntJarProcessor.java 21 import org.apache.tools.ant.BuildException;
47 public abstract void execute() throws BuildException;
49 public void execute(JarProcessor proc) throws BuildException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
VersionNumberStripper.java 14 import org.apache.tools.ant.BuildException;
36 public void execute() throws BuildException {
CvsDiffParser.java 18 import org.apache.tools.ant.BuildException;
53 public void execute() throws BuildException {
115 throw new BuildException("Build cancelled - map files unchanged.");
FetchValidator.java 13 import org.apache.tools.ant.BuildException;
57 public void execute() throws BuildException {
75 throw new BuildException("The following projects did not get fetched: \n"+missingFeaturesDesc+missingPluginsDesc+"\n"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedGetPropertyTask.java 15 import org.apache.tools.ant.BuildException;
58 public void execute() throws BuildException {
  /external/emma/ant/ant14/com/vladium/emma/ant/
SuppressableTask.java 16 import org.apache.tools.ant.BuildException;
30 public void init () throws BuildException
80 public static BuildException newBuildException (final String msg, final Location location)
86 return new BuildException (prefixedMsg, location);
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location)
95 return new BuildException (prefixedMsg, cause, location);
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 26 import org.apache.tools.ant.BuildException;
43 public void init () throws BuildException
55 public void execute () throws BuildException
60 throw (BuildException) SuppressableTask.newBuildException (getTaskName ()
195 throw (BuildException) SuppressableTask.newBuildException (getTaskName ()
224 throw (BuildException) SuppressableTask.newBuildException (getTaskName ()
248 throw (BuildException) SuppressableTask.newBuildException (getTaskName ()
257 throw (BuildException) SuppressableTask.newBuildException (getTaskName ()
291 throw (BuildException) SuppressableTask.newBuildException (getTaskName ()
394 throw (BuildException) SuppressableTask.newBuildException (getTaskName (
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-regexp.jar 
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 45 import org.apache.tools.ant.BuildException;
352 public void init() throws BuildException {
433 public void execute() throws BuildException {
448 throw new BuildException(e, getLocation());
458 throw new BuildException("ANTLR returned: " + err, getLocation());
463 throw new BuildException("ANTLR signaled an error.", getLocation());
549 private void validateAttributes() throws BuildException {
552 throw new BuildException("No target grammar, lexer grammar or tree parser specified!");
554 throw new BuildException("Target: " + target + " is not a file!");
563 throw new BuildException("Invalid output directory: " + outputDirectory)
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 11 import org.apache.tools.ant.BuildException;
35 public void init () throws BuildException
43 public void execute () throws BuildException
50 throw (BuildException) newBuildException (getTaskName ()
55 throw (BuildException) newBuildException (getTaskName ()
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/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /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...]

Completed in 220 milliseconds

1 2 3 4 5