Home
last modified time | relevance | path

Searched refs:BuildException (Results 1 – 25 of 38) sorted by relevance

12

/external/emma/ant/ant14/com/vladium/emma/data/
DmergeTask.java13 import org.apache.tools.ant.BuildException;
33 public void execute () throws BuildException in execute()
39 throw (BuildException) newBuildException (getTaskName () in execute()
58 throw (BuildException) newBuildException (getTaskName () in setMergefile()
67 throw (BuildException) newBuildException (getTaskName () in setOutfile()
76 throw (BuildException) newBuildException (getTaskName () in setTofile()
85 throw (BuildException) newBuildException (getTaskName () in setFile()
/external/emma/ant/ant14/com/vladium/emma/instr/
DinstrTask.java13 import org.apache.tools.ant.BuildException;
52 public void execute () throws BuildException in execute()
57 throw (BuildException) newBuildException (getTaskName () in execute()
61 throw (BuildException) newBuildException (getTaskName () in execute()
111 throw (BuildException) newBuildException (getTaskName () in setOutdir()
120 throw (BuildException) newBuildException (getTaskName () in setDestdir()
132 throw (BuildException) newBuildException (getTaskName () in setMetadatafile()
141 throw (BuildException) newBuildException (getTaskName () in setOutfile()
161 throw (BuildException) newBuildException (getTaskName () in setMode()
/external/ant-glob/src/org/apache/tools/ant/
DBuildException.java23 public class BuildException extends RuntimeException { class
30 public BuildException() { in BuildException() method in BuildException
40 public BuildException(String message) { in BuildException() method in BuildException
53 public BuildException(String message, Throwable cause) { in BuildException() method in BuildException
64 public BuildException(Throwable cause) { in BuildException() method in BuildException
/external/antlr/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java45 import org.apache.tools.ant.BuildException;
352 public void init() throws BuildException { in init()
433 public void execute() throws BuildException { in execute()
448 throw new BuildException(e, getLocation()); in execute()
458 throw new BuildException("ANTLR returned: " + err, getLocation()); in execute()
463 throw new BuildException("ANTLR signaled an error.", getLocation()); in execute()
549 private void validateAttributes() throws BuildException { in validateAttributes()
552 throw new BuildException("No target grammar, lexer grammar or tree parser specified!"); in validateAttributes()
554 throw new BuildException("Target: " + target + " is not a file!"); in validateAttributes()
563 throw new BuildException("Invalid output directory: " + outputDirectory); in validateAttributes()
[all …]
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DCoverageTask.java20 import org.apache.tools.ant.BuildException;
57 throw new BuildException( in addTask()
68 throw new BuildException(format( in addTask()
95 public void execute() throws BuildException { in execute()
97 throw new BuildException( in execute()
146 throw new BuildException( in enhanceTask()
195 void enhanceTask(Task task) throws BuildException; in enhanceTask()
DDumpTask.java20 import org.apache.tools.ant.BuildException;
118 public void execute() throws BuildException { in execute()
121 throw new BuildException("Invalid port value", getLocation()); in execute()
124 throw new BuildException( in execute()
154 throw new BuildException("Unable to dump coverage data", e, in execute()
DMergeTask.java21 import org.apache.tools.ant.BuildException;
59 public void execute() throws BuildException { in execute()
61 throw new BuildException("Destination file must be supplied", in execute()
87 throw new BuildException(format("Unable to read %s", resource), in load()
101 throw new BuildException(format("Unable to write merged file %s", in save()
DAgentTask.java14 import org.apache.tools.ant.BuildException;
41 public void execute() throws BuildException { in execute()
43 throw new BuildException("Property is mandatory", getLocation()); in execute()
DReportTask.java27 import org.apache.tools.ant.BuildException;
90 throw new BuildException("Tab width must be greater than 0"); in setTabwidth()
234 throw new BuildException( in createVisitor()
243 throw new BuildException( in createVisitor()
280 throw new BuildException( in createVisitor()
333 throw new BuildException( in createVisitor()
409 throw new BuildException( in finish()
489 public void execute() throws BuildException { in execute()
501 throw new BuildException("Error while creating report", e, in execute()
516 throw new BuildException(format( in loadExecutionData()
[all …]
DInstrumentTask.java22 import org.apache.tools.ant.BuildException;
73 public void execute() throws BuildException { in execute()
75 throw new BuildException("Destination directory must be supplied", in execute()
112 throw new BuildException(format("Error while instrumenting %s", in instrument()
/external/emma/ant/ant14/com/vladium/emma/ant/
DSuppressableTask.java16 import org.apache.tools.ant.BuildException;
30 public void init () throws BuildException in init()
80 public static BuildException newBuildException (final String msg, final Location location) in newBuildException()
86 return new BuildException (prefixedMsg, location); in newBuildException()
89 …public static BuildException newBuildException (final String msg, final Throwable cause, final Loc… in newBuildException()
95 return new BuildException (prefixedMsg, cause, location); in newBuildException()
DGenericCfg.java18 import org.apache.tools.ant.BuildException;
82 throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName () in getFileSettings()
116 … throw (BuildException) SuppressableTask.newBuildException (m_task.getTaskName () in getGenericSettings()
/external/proguard/src/proguard/ant/
DProGuardTask.java23 import org.apache.tools.ant.BuildException;
39 public void setConfiguration(File configurationFile) throws BuildException in setConfiguration()
56 throw new BuildException(e.getMessage(), e); in setConfiguration()
65 throw new BuildException(e.getMessage(), e); in setConfiguration()
75 … throw new BuildException("Use the <outjar> nested element instead of the 'outjar' attribute"); in setOutjar()
96 throw new BuildException("Unsupported target '"+target+"'"); in setTarget()
311 public void execute() throws BuildException in execute()
320 throw new BuildException(e.getMessage(), e); in execute()
DMemberSpecificationElement.java23 import org.apache.tools.ant.BuildException;
85 … throw new BuildException("Type attribute not allowed in constructor specification ["+type+"]"); in appendTo()
97 …throw new BuildException("Type and parameters attributes must always be present in combination in … in appendTo()
104 …throw new BuildException("Parameters attribute not allowed in field specification ["+parameters+"]… in appendTo()
172 throws BuildException in requiredAccessFlags()
208 … throw new BuildException("Incorrect class member access modifier ["+strippedToken+"]"); in requiredAccessFlags()
DConfigurationElement.java78 …throw new BuildException("The refid attribute doesn't point to a <proguardconfiguration> element o… in appendTo()
110 throw new BuildException(ex.getMessage()); in appendTo()
120 throw new BuildException(ex.getMessage()); in appendTo()
DClassSpecificationElement.java23 import org.apache.tools.ant.BuildException;
204 throws BuildException in requiredAccessFlags()
231 … throw new BuildException("Incorrect class access modifier ["+strippedToken+"]"); in requiredAccessFlags()
251 throw new BuildException("Incorrect class type ["+type+"]"); in requiredAccessFlags()
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java26 import org.apache.tools.ant.BuildException;
43 public void init () throws BuildException in init()
55 public void execute () throws BuildException in execute()
60 throw (BuildException) SuppressableTask.newBuildException (getTaskName () in execute()
195 throw (BuildException) SuppressableTask.newBuildException (getTaskName () in execute()
224 throw (BuildException) SuppressableTask.newBuildException (getTaskName () in execute()
248 throw (BuildException) SuppressableTask.newBuildException (getTaskName () in setClassname()
257 throw (BuildException) SuppressableTask.newBuildException (getTaskName () in setJar()
291 throw (BuildException) SuppressableTask.newBuildException (getTaskName () in setArgs()
394 throw (BuildException) SuppressableTask.newBuildException (getTaskName () in setSessiondatafile()
[all …]
/external/emma/ant/ant14/com/vladium/emma/report/
DreportTask.java11 import org.apache.tools.ant.BuildException;
35 public void init () throws BuildException in init()
43 public void execute () throws BuildException in execute()
50 throw (BuildException) newBuildException (getTaskName () in execute()
55 throw (BuildException) newBuildException (getTaskName () in execute()
DReportCfg.java24 import org.apache.tools.ant.BuildException;
253 final BuildException failure = getFailure (); in getReportTypes()
273 final BuildException failure = getFailure (); in getReportSettings()
406 setFailure ((BuildException) SuppressableTask.newBuildException (m_task.getTaskName () in addCfgElement()
424 private void setFailure (final BuildException failure) in setFailure()
429 private BuildException getFailure () in getFailure()
444 private transient BuildException m_settingsFailure; // can be null
/external/dokka/runners/ant/src/main/kotlin/ant/
Ddokka.kt3 import org.apache.tools.ant.BuildException in <lambda>()
109 throw BuildException("At least one source path needs to be specified") in execute()
112 throw BuildException("Module name needs to be specified") in execute()
115 throw BuildException("Output directory needs to be specified") in execute()
118 …val path = it.path ?: throw BuildException("'path' attribute of a <sourceLink> element is required… in execute()
119 … val url = it.url ?: throw BuildException("'url' attribute of a <sourceLink> element is required") in execute()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java31 import org.apache.tools.ant.BuildException;
97 public void init() throws BuildException { in init()
119 public void init() throws BuildException { in init()
141 public void execute() throws BuildException { in execute()
171 throw new BuildException("Error processing directory: " + dirPath, e); in execute()
195 throw new BuildException("Unsafe files cannot be deleted"); in execute()
213 throw new BuildException("Unsafe directories cannot be deleted"); in execute()
324 throw new BuildException("Error deleting file: " + p, e); in deleteAllFiles()
331 throw new BuildException(String.format(message, args)); in checkBuild()
/external/jarjar/src/main/com/tonicsystems/jarjar/
DJarJarTask.java23 import org.apache.tools.ant.BuildException;
47 public void execute() throws BuildException { in execute()
53 throw new BuildException(e); in execute()
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java20 import org.apache.tools.ant.BuildException;
476 public void execute() throws BuildException { in execute()
593 throw new BuildException("Output directory is not a directory: " + m_outputDir); in addOutputDir()
725 throw new BuildException("an error occured when running TestNG tests"); in actOnResult()
731 throw new BuildException("No tests were run"); in actOnResult()
747 throw new BuildException(msg); in actOnResult()
761 throw new BuildException("There are TestNG SKIPPED tests"); in actOnResult()
775 throw new BuildException("There are TestNG FAILED WITHIN SUCCESS PERCENTAGE tests"); in actOnResult()
837 throw new BuildException("Process fork failed.", e, getLocation()); in executeAsForked()
869 protected void validateOptions() throws BuildException { in validateOptions()
[all …]
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
DCondition.java21 import org.apache.tools.ant.BuildException;
33 boolean eval() throws BuildException; in eval()
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DAntJarProcessor.java21 import org.apache.tools.ant.BuildException;
47 public abstract void execute() throws BuildException; in execute()
49 public void execute(JarProcessor proc) throws BuildException { in execute()

12