Frames | No Frames |
Deprecated Classes | |
Copydir The copydir task is deprecated since Ant 1.2. | |
Copyfile The copyfile task is deprecated since Ant 1.2. | |
Deltree The deltree task is deprecated since Ant 1.2. | |
Exec delegate to Execute
instead. | |
Jikes merged into the class Javac. | |
JikesOutputParser use Jikes' exit value to detect compilation failure. | |
KeySubst KeySubst is deprecated since Ant 1.1. | |
MimeMail Use EmailTask instead. | |
Rename The rename task is deprecated since Ant 1.2. | |
RenameExtensions Use <move> instead | |
TaskOutputStream use LogOutputStream instead. | |
Test testlet has been abandoned in favor of JUnit by the
Avalon community |
Deprecated Fields | |
org.apache.tools.ant.types.DataType.description The user should not be directly referencing
variable. | |
org.apache.tools.ant.types.DataType.ref The user should not be directly referencing
variable. | |
org.apache.tools.ant.types.DataType.checked The user should not be directly referencing
variable. | |
org.apache.tools.ant.DirectoryScanner.DEFAULTEXCLUDES use the getDefaultExcludes method instead. | |
org.apache.tools.ant.taskdefs.optional.perforce.P4Change.description You should not be accessing this variable directly. | |
org.apache.tools.ant.Project.JAVA_1_0 Use JavaEnvUtils.JAVA_1_0 instead. | |
org.apache.tools.ant.Project.JAVA_1_1 Use JavaEnvUtils.JAVA_1_1 instead. | |
org.apache.tools.ant.Project.JAVA_1_2 Use JavaEnvUtils.JAVA_1_2 instead. | |
org.apache.tools.ant.Project.JAVA_1_3 Use JavaEnvUtils.JAVA_1_3 instead. | |
org.apache.tools.ant.Project.JAVA_1_4 Use JavaEnvUtils.JAVA_1_4 instead. | |
org.apache.tools.ant.ProjectComponent.project You should not be directly accessing this variable
directly. | |
org.apache.tools.ant.taskdefs.Tar.WARN Tar.WARN is deprecated and is replaced with
Tar.TarLongFileMode.WARN | |
org.apache.tools.ant.taskdefs.Tar.FAIL Tar.FAIL is deprecated and is replaced with
Tar.TarLongFileMode.FAIL | |
org.apache.tools.ant.taskdefs.Tar.TRUNCATE Tar.TRUNCATE is deprecated and is replaced with
Tar.TarLongFileMode.TRUNCATE | |
org.apache.tools.ant.taskdefs.Tar.GNU Tar.GNU is deprecated and is replaced with
Tar.TarLongFileMode.GNU | |
org.apache.tools.ant.taskdefs.Tar.OMIT Tar.OMIT is deprecated and is replaced with
Tar.TarLongFileMode.OMIT | |
org.apache.tools.ant.Task.target You should not be accessing this variable directly. | |
org.apache.tools.ant.Task.description You should not be accessing this variable directly. | |
org.apache.tools.ant.Task.location You should not be accessing this variable directly. | |
org.apache.tools.ant.Task.taskName You should not be accessing this variable directly. | |
org.apache.tools.ant.Task.taskType You should not be accessing this variable directly. | |
org.apache.tools.ant.Task.wrapper You should not be accessing this variable directly. |
Deprecated Constructors | |
org.apache.tools.ant.taskdefs.ExecuteWatchdog.ExecuteWatchdog(int) Use constructor with a long type instead. | |
org.apache.tools.ant.Main.Main(String[]) | |
org.apache.tools.ant.types.Reference.Reference() Please use Reference(Project,String) instead. | |
org.apache.tools.ant.types.Reference.Reference(String) Please use Reference(Project,String) instead. |