OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuildException
(Results
26 - 50
of
108
) sorted by null
1
2
3
4
5
/sdk/anttasks/src/com/android/ant/
AidlExecTask.java
21
import org.apache.tools.ant.
BuildException
;
111
throw new
BuildException
(e);
176
public void execute() throws
BuildException
{
178
throw new
BuildException
("AidlExecTask's 'executable' is required.");
181
throw new
BuildException
("AidlExecTask's 'framework' is required.");
184
throw new
BuildException
("AidlExecTask's 'genFolder' is required.");
187
throw new
BuildException
("AidlExecTask's 'aidlOutFolder' is required.");
GetUiTargetTask.java
26
import org.apache.tools.ant.
BuildException
;
51
public void execute() throws
BuildException
{
53
throw new
BuildException
("Missing attribute compileClassPathOut");
65
throw new
BuildException
("Android Target is not set.");
102
throw new
BuildException
("Failed to parse SDK content.");
109
throw new
BuildException
(String.format(
122
throw new
BuildException
("UI Automator requires API 16");
RenderScriptTask.java
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.")
[
all
...]
GetLibraryPathTask.java
25
import org.apache.tools.ant.
BuildException
;
72
throw new
BuildException
(
120
public void execute() throws
BuildException
{
122
throw new
BuildException
("Missing attribute libraryFolderPathOut");
144
* @throws
BuildException
146
protected void execute(@Nullable LibraryProcessor processor) throws
BuildException
{
169
* @throws
BuildException
172
throws
BuildException
{
ManifestMergerTask.java
28
import org.apache.tools.ant.
BuildException
;
71
public void execute() throws
BuildException
{
73
throw new
BuildException
("Missing attribute appManifest");
76
throw new
BuildException
("Missing attribute outManifest");
126
throw new
BuildException
(e);
156
throw new
BuildException
();
CheckEnvTask.java
21
import org.apache.tools.ant.
BuildException
;
48
throw new
BuildException
(
61
throw new
BuildException
(String.format(
ApkBuilderTask.java
25
import org.apache.tools.ant.
BuildException
;
156
throw new
BuildException
("Only one <dex> inner element can be provided");
197
public void execute() throws
BuildException
{
203
throw new
BuildException
("missing attribute 'apkFilepath'");
207
throw new
BuildException
("missing attribute 'resourcefile'");
211
throw new
BuildException
("missing attribute 'outfolder'");
219
throw new
BuildException
(String.format(
379
throw new
BuildException
(e);
381
throw new
BuildException
(e);
383
throw new
BuildException
(e)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar
ant-apache-oro.jar
ant-apache-bsf.jar
ant-jdepend.jar
ant-commons-net.jar
/external/proguard/src/proguard/ant/
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
205
throw new
BuildException
("Incorrect class member access modifier ["+strippedToken+"]");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CvsDiffParser.java
18
import org.apache.tools.ant.
BuildException
;
53
public void execute() throws
BuildException
{
115
throw new
BuildException
("Build cancelled - map files unchanged.");
FindMachineTask.java
20
import org.apache.tools.ant.
BuildException
;
57
public void execute() throws
BuildException
{
VersionNumberStripper.java
14
import org.apache.tools.ant.
BuildException
;
36
public void execute() throws
BuildException
{
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/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/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar
/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar
/external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java
18
import org.apache.tools.ant.
BuildException
;
82
throw (
BuildException
) SuppressableTask.newBuildException (m_task.getTaskName ()
116
throw (
BuildException
) SuppressableTask.newBuildException (m_task.getTaskName ()
Completed in 818 milliseconds
1
2
3
4
5