/tools/Ruby/lib/ruby/gems/1.8/gems/rake-0.9.2/TODO

http://github.com/agross/netopenspace · #! · 20 lines · 17 code · 3 blank · 0 comment · 0 complexity · 331ca691d43da5d6334604d147b723fe MD5 · raw file

  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)