Browse Source

removed TODO - three of four points have already been implemented and

the remaining one falls into the TaskExecutionEngine category of
requested-features.txt.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268840 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
ad4c56763e
1 changed files with 0 additions and 17 deletions
  1. +0
    -17
      TODO

+ 0
- 17
TODO View File

@@ -1,17 +0,0 @@
TODO List:

* Provide an AbstractFileCompareTask class with prebuilt "srcfile"
and "destfile" setter methods and whose execute method calls a
"updateNeeded" method.

* Investigate some sort of command line "execute an instance of a
task with these parameters" entry point. Maybe a
`org.apache.ant.TaskMain task org.foo.BarTask attrib1=foo
attrib2=bar` type entry point?

* GUI front end -- examine tasks, add task properties, etc. Also,
one button push build of a particular target.

* Test harness. All software projects should have an automatable
test suite. Ant is no exception to this rule.


Loading…
Cancel
Save