TODO 771 B

1234567891011121314151617181920
  1. = Rake Project -- To Do List
  2. Send suggestions for this list to mailto:jim@weirichhouse.org or on
  3. the rake-devel@rubyforge.org mailing list.
  4. === To Do
  5. * Need a nice API for accessing tasks in namespaces, namespaces in an app, etc.
  6. * Provide a way to disable -w warning mode.
  7. * Define a set of default rules that work in the absence of any Rakefile
  8. * What about cyclic dependencies?
  9. * Java support utilities
  10. * Installation support utilities
  11. * Check out installpkg.rb
  12. * Autogenerate Dependencies
  13. * Rules should apply to existing tasks if no actions are defined.
  14. * How to create multiple package tasks without task name collision?
  15. * Trap "ln -s" commands that fail and use "cp" instead (SMB mounted
  16. drives have problems with "ln -s".
  17. (moved DONE list to CHANGES file)