您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.