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

1 2 3 4 56 7 8 9

  /external/emma/ant/ant14/com/vladium/emma/report/
IReportEnums.java 12 import org.apache.tools.ant.types.EnumeratedAttribute;
  /external/proguard/docs/
acknowledgements.html 22 Dirk Schnelle has contributed and maintained the first versions of the Ant
results.html 111 <td><a target="other" href="http://ant.apache.org/">Ant</a>, the Apache build tool</td>
main.html 54 interface. It also comes with plugins for Ant and for the JME Wireless
  /frameworks/base/docs/html/guide/developing/tools/
zipalign.jd 20 when compiling your application with Ant will also zipalign your .apk,
  /frameworks/base/docs/html/intl/ja/guide/tutorials/
hello-world.jd 283 <p>View ??????? <code>setContentView()</code> ??????????????? ???????????????????? <code>R.layout.main</code> ??????????????<code>/res/layout/main.xml</code> ????????????????????????????????????Eclipse ???????????????????? R.java ????????????????Eclipse ???????????Ant ?????????????????????? R.java ???????????R ?????????????????????</p>
320 <p>Eclipse ?????????????Ant ??????????????????? ????????????</p>
360 <p>Android Plugin for Eclipse ???? Android SDK ???????? ????????????????????????aapt?adb?ddms ???????????????<a href="{@docRoot}guide/developing/tools/index.html">????????</a>???????????????????????????????Ant????? ???????????????????</p>
362 <p>Android SDK ????android????????????????????????????????????????????? ?????????? ?????????? Ant ??????? <code>build.xml</code> ?????????????????????????????????? ????????????????????????????????????????</p>
  /frameworks/base/docs/html/intl/ja/resources/tutorials/
hello-world.jd 284 <p>View ??????? <code>setContentView()</code> ??????????????? ???????????????????? <code>R.layout.main</code> ??????????????<code>/res/layout/main.xml</code> ????????????????????????????????????Eclipse ???????????????????? R.java ????????????????Eclipse ???????????Ant ?????????????????????? R.java ???????????R ?????????????????????</p>
321 <p>Eclipse ?????????????Ant ??????????????????? ????????????</p>
361 <p>Android Plugin for Eclipse ???? Android SDK ???????? ????????????????????????aapt?adb?ddms ???????????????<a href="{@docRoot}guide/developing/tools/index.html">????????</a>???????????????????????????????Ant????? ???????????????????</p>
363 <p>Android SDK ????android????????????????????????????????????????????? ?????????? ?????????? Ant ??????? <code>build.xml</code> ?????????????????????????????????? ????????????????????????????????????????</p>
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 980 * Report product version information from Ant.
992 final String ANT_VERSION_CLASS = "org.apache.tools.ant.Main";
1002 h.put(VERSION + "ant", (String)returnValue);
1006 h.put(VERSION + "ant", CLASS_NOTPRESENT);
    [all...]
  /frameworks/base/docs/html/sdk/1.5_r1/
upgrading.jd 25 <li><a href="#AntUsers">Ant Users</a></li>
241 <h3 id="AntUsers">Ant users</h3>
243 <p>If you build your projects using the Ant tool (rather than with Eclipse), note the
315 <p>Ant users: follow the
316 <a href="{@docRoot}guide/developing/other-ide.html#Running">Ant guide to
  /frameworks/base/docs/html/sdk/1.5_r2/
upgrading.jd 25 <li><a href="#AntUsers">Ant Users</a></li>
241 <h3 id="AntUsers">Ant users</h3>
243 <p>If you build your projects using the Ant tool (rather than with Eclipse), note the
315 <p>Ant users: follow the
316 <a href="{@docRoot}guide/developing/other-ide.html#Running">Ant guide to
  /frameworks/base/docs/html/sdk/1.5_r3/
upgrading.jd 27 <li><a href="#AntUsers">Ant Users</a></li>
243 <h3 id="AntUsers">Ant users</h3>
245 <p>If you build your projects using the Ant tool (rather than with Eclipse), note the
317 <p>Ant users: follow the
318 <a href="{@docRoot}guide/developing/other-ide.html#Running">Ant guide to
  /frameworks/base/docs/html/sdk/
android-2.0.1.jd 248 <h3 id="ant">Ant Support</h3>
253 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
android-2.0.jd 237 <h3 id="ant">Ant Support</h3>
242 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
android-1.5.jd 131 <li>Adds support for library projects in the Ant build system.</li>
132 <li>Fixes test project build in the Ant build system.</li>
  /frameworks/base/docs/html/guide/developing/testing/
testing_otheride.jd 26 <a href="#RunTestsAnt">Quick build and run with Ant</a>
79 or to add the <code>run-tests</code> Ant target to an existing Android test project.
83 href="#RunTestsAnt">Quick build and run with Ant</a>.
294 You can do this either with Ant or with the {@link android.app.ActivityManager ActivityManager}
304 <h3 id="RunTestsAnt">Quick build and run with Ant</h3>
306 You can use Ant to run all the tests in your test project, using the target
  /development/docs/
howto_use_cupcake_sdk.txt 10 4- For Ant users
152 4- For Ant users
187 tool too. Example of how to create a new Ant project:
203 This applies to BOTH Eclipse and Ant users.
  /external/proguard/src/proguard/
GPL.java 164 packageName.startsWith("org.apache.tools.ant") ||
  /prebuilt/common/jfreechart/
README.txt 54 utilities directly, or with the Ant script (build.xml) included in the
125 6. ANT BUILD SCRIPT
127 An Ant build script (build.xml) is included in the distribution. This
130 For more information about Ant:
132 http://ant.apache.org/
135 DEPENDENCIES section above) before running the Ant script.
492 - corrected error in Javadoc generation (Ant script);
    [all...]
  /prebuilt/common/groovy/
groovy-src-1.7.0.zip 
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 163 // to work around ANT 1.6.x incorrect classloading model:
  /frameworks/base/docs/html/guide/tutorials/
hello-world.jd 431 when you run Ant to build the application. (More about the R class in a moment.)</p>
489 <p>When not using Eclipse, this class file will be generated for you at build time (with the Ant tool).</p>
544 wrap those tools with another tool, such as an 'ant' build file.</p>
548 as an ant-compatible <code>build.xml</code> file. This allows you to build your project
  /frameworks/base/docs/html/resources/tutorials/
hello-world.jd 460 when you run Ant to build the application. (More about the R class in a moment.)</p>
521 <p>When not using Eclipse, this class file will be generated for you at build time (with the Ant tool).</p>
576 wrap those tools with another tool, such as an 'ant' build file.</p>
580 as an ant-compatible <code>build.xml</code> file. This allows you to build your project
  /frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd 62 <li>If (and only if) you are developing using Ant, you will also need to modify
  /ndk/docs/
NDK-GDB.TXT 45 If you are using the 'ant' build tool, make sure that you
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
PlatformTarget.java 93 mPaths.put(ANT, mLocation + SdkConstants.OS_PLATFORM_ANT_FOLDER);

Completed in 320 milliseconds

1 2 3 4 56 7 8 9