Home | History | Annotate | Download | only in ant

Lines Matching defs:ant

17 package com.android.ant;
21 import org.apache.tools.ant.BuildException;
22 import org.apache.tools.ant.Project;
23 import org.apache.tools.ant.Task;
24 import org.apache.tools.ant.util.DeweyDecimal;
29 * Checks the Ant environment to make sure Android builds
44 // check the Ant version
49 "The Android Ant-based build system requires Ant " +
78 * Returns the Ant version as a {@link DeweyDecimal} object.
81 * org.apache.tools.ant.taskdefs.condition.AntVersion.getVersion()
83 * @param antProject the current ant project.
84 * @return the ant version.
87 char[] versionString = antProject.getProperty("ant.version").toCharArray();