You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO 632 B

1234567891011121314151617
  1. TODO List:
  2. * Provide an AbstractFileCompareTask class with prebuilt "srcfile"
  3. and "destfile" setter methods and whose execute method calls a
  4. "updateNeeded" method.
  5. * Investigate some sort of command line "execute an instance of a
  6. task with these parameters" entry point. Maybe a
  7. `org.apache.ant.TaskMain task org.foo.BarTask attrib1=foo
  8. attrib2=bar` type entry point?
  9. * GUI front end -- examine tasks, add task properties, etc. Also,
  10. one button push build of a particular target.
  11. * Test harness. All software projects should have an automatable
  12. test suite. Ant is no exception to this rule.