HomeSort by relevance Sort by last modified time
    Searched full:ant (Results 51 - 75 of 205) sorted by null

1 23 4 5 6 7 8 9

  /external/proguard/examples/ant/
servlets.xml 1 <!-- This Ant build file illustrates how to process servlets.
2 Usage: ant -f servlets.xml -->
7 <taskdef resource="proguard/ant/task.properties"
library.xml 1 <!-- This Ant build file illustrates how to process a program library,
3 Usage: ant -f library.xml -->
8 <taskdef resource="proguard/ant/task.properties"
  /external/emma/
build.xml 2 <!-- ============= [build file for ANT v1.5.x] ====================== -->
10 <property name="app.short.name" value="${ant.project.name}" />
30 <property file="${env.ANT_BLDENV}/ant.properties" />
101 <mkdir dir="${ant.classes.out.dir}" />
111 <property name="build.target.ant.15.home" value="${env.ANT_HOME}" />
112 <property name="build.target.ant.14.home" value="${build.target.ant.15.home}" />
124 <echo message="ANT version: ${ant.version}" />
125 <echo message="JDK version: ${ant.java.version}" /
    [all...]
ANDROID-CHANGES.txt 8 5) Move out/core/res/com/vladium/emma/rt/RTExitHook.closure (from Emma ant build) into pregenerated/ so it does not have to be generated in Android's make-based build, but also doesn't break Emma's build.
work.dirs.properties 34 # ant module:
36 ant.classes.out.dir: ${out.dir}/${ant}/${classes}
37 ant.srcgen.out.dir: ${out.dir}/${ant}/${srcgen}
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 9 package com.vladium.emma.ant;
13 import org.apache.tools.ant.types.FileSet;
14 import org.apache.tools.ant.types.PatternSet;
18 * An extension of ANT's stock FileSet that adds the convenience of specifying
  /external/icu4c/data/
icu4j-readme.txt 38 6. Build the resources target of the ICU4J ant build to unpack the jar files
41 ant resources
69 4. Build resources target of ant to unpack the jar files
73 ant resources
  /prebuilt/common/ant/
Android.mk 20 ant$(COMMON_JAVA_PACKAGE_SUFFIX)
  /sdk/anttasks/src/
Android.mk 24 ant
  /sdk/
changes.txt 5 - Updated Ant rules and custom tasks
  /sdk/templates/
build.alias.template 19 This requires ant 1.6.0 or above. -->
build.template 11 used by the Ant rules.
38 This requires ant 1.6.0 or above. -->
48 classname="com.android.ant.SetupTask"
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 19 import com.vladium.emma.ant.PropertyElement;
20 import com.vladium.emma.ant.SuppressableTask;
24 import org.apache.tools.ant.BuildException;
25 import org.apache.tools.ant.Project;
26 import org.apache.tools.ant.Task;
27 import org.apache.tools.ant.types.Path;
28 import org.apache.tools.ant.types.Reference;
41 * This can be done via {@link com.vladium.emma.ant.GenericCfg}. It is also the
84 // // TODO: does ANT resolve files relative to current JVM dir or ${basedir}?
379 // // TODO: does ANT resolve files relative to current JVM dir or ${basedir}
    [all...]
reportTask.java 11 import org.apache.tools.ant.BuildException;
12 import org.apache.tools.ant.types.Path;
13 import org.apache.tools.ant.types.Reference;
16 import com.vladium.emma.ant.FileTask;
17 import com.vladium.emma.ant.SuppressableTask;
  /frameworks/base/docs/html/intl/ja/guide/publishing/
app-signing.jd 64 <p>Android SDK ?????????????????????????????ADT Plugin for Eclipse???Ant ??? ???????????<em>???? ???</em>?<em>???? ???</em>? 2 ????????????????
134 <h3>Ant ????</h3>
136 <p>Ant ????? .apk ?????????????????????? <code>debug</code> ?????????????????????<code>android</code> ????????? <code>build.xml</code> ???????????????????????<code>ant debug</code> ?????????????????????????? ???????????/???????.apk ?????????????????????????????<a href="{@docRoot}guide/developing/other-ide.html#DebugMode">??????????????: ?????????????? </a> ?????????</p>
141 <p>???? ????Eclipse/ADT ? Ant ?????????????????????????????????????????? 365 ??????????????</p>
143 <p>??????????????? ??????????Ant ???????????????????:</p>
185 <h4>Ant ????</h4>
187 <p>Ant ????????????????? Ant ???????? ?????????release????????????????Ant ? build.xml ??????????????????????????????????????:</p
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
AnnotationTest.java 72 Annotation ant = new Annotation("HelloWorld"); local
74 "java.text.Annotation[value=HelloWorld]", ant.toString());
  /external/proguard/src/proguard/ant/
ClassSpecificationElement.java 21 package proguard.ant;
23 import org.apache.tools.ant.BuildException;
24 import org.apache.tools.ant.types.DataType;
32 * This DataType represents a class specification in Ant.
114 // Ant task attributes.
158 // Ant task nested elements.
ClassPathElement.java 21 package proguard.ant;
23 import org.apache.tools.ant.*;
24 import org.apache.tools.ant.types.*;
32 * in Ant.
134 // Ant task attributes.
MemberSpecificationElement.java 21 package proguard.ant;
23 import org.apache.tools.ant.BuildException;
24 import org.apache.tools.ant.types.DataType;
33 * This DataType represents a class member specification in Ant.
127 // Ant task attributes.
  /frameworks/base/docs/html/resources/articles/
zipalign.jd 56 <li>Using Ant:</li><li style="list-style-type: none; list-style-image: none; list-style-position: outside;">
59 <li>The <em>Ant</em> build script (starting from Android 1.6) can align
61 aligned by the <em>Ant</em> build script and need to be manually aligned.</li>
62 <li>Starting from the Android 1.6 SDK, Ant aligns and signs packages automatically,
64 <li>In release mode, Ant aligns packages only if it has enough
66 order to be able to sign packages, and therefore to align them, <em>Ant</em>
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 15 import com.vladium.emma.ant.*;
26 import org.apache.tools.ant.BuildException;
27 import org.apache.tools.ant.Project;
28 import org.apache.tools.ant.taskdefs.Java;
29 import org.apache.tools.ant.types.Commandline;
30 import org.apache.tools.ant.types.Path;
31 import org.apache.tools.ant.types.Reference;
155 // the best option depends on how ANT resolves relative file names
204 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT libs
233 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT lib
    [all...]
  /sdk/files/
ant_lib_rules_r2.xml 5 This rules file is meant to be imported by the custom Ant task:
6 com.android.ant.SetupTask
18 classname="com.android.ant.AaptExecLoopTask"
22 classname="com.android.ant.XPathTask"
28 by invoking "ant -Dadb.device.arg=-d" for device "ant -Dadb.device.arg=-e" for
136 <echo>Android Ant Build. Available targets:</echo>
  /external/proguard/build/
makefile 3 ANT_HOME = /usr/local/java/ant
11 ANT_JAR = $(ANT_HOME)/lib/ant.jar
19 ANT_TASK = proguard/ant/ProGuardTask
  /external/emma/ant/ant14/com/vladium/emma/instr/
instrTask.java 13 import org.apache.tools.ant.BuildException;
14 import org.apache.tools.ant.types.EnumeratedAttribute;
15 import org.apache.tools.ant.types.Path;
16 import org.apache.tools.ant.types.Reference;
19 import com.vladium.emma.ant.FilterTask;
20 import com.vladium.emma.ant.SuppressableTask;
  /sdk/eclipse/scripts/
build_plugins.sh 13 # Other properties, ant scripts that drive the build are defined in ./buildConfig
56 # variables that the eclipse ant runner expects. These are defined in the
100 # parse for build internal site flag. If set, pass in internalSite property to ant scripts
135 # The "buildConfig" directory contains our customized ant rules
185 # Now execute the ant runner
193 -application org.eclipse.ant.core.antRunner \

Completed in 131 milliseconds

1 23 4 5 6 7 8 9