File: TODO

package info (click to toggle)
rake 0.7.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 600 kB
  • ctags: 692
  • sloc: ruby: 5,457; makefile: 42; ansic: 19
file content (19 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= Rake Project -- To Do List

Send suggestions for this list to mailto:jim@weirichhouse.org or on
the rake-devel@rubyforge.org mailing list.

=== To Do
* Provide a way to disable -w warning mode.
* Define a set of default rules that work in the absense of any Rakefile
* What about cyclic dependencies?
* Java support utilities
* Installation support utilities
  * Check out installpkg.rb
* Autogenerate Dependencies
* Rules should apply to existing tasks if no actions are defined.
* How to create multiple package tasks without task name collision?
* Trap "ln -s" commands that fail and use "cp" instead (SMB mounted
  drives have problems with "ln -s".

(moved DONE list to CHANGES file)