jimweirich / rake

A make-like build utility for Ruby.

This URL has Read+Write access

jimweirich (author)
Sat Sep 05 18:57:10 -0700 2009
commit  0e555e3cda75fd37a3e7c7c058f0fe585c0bf5bd
tree    dc09e1bd7d0cfc709fdaffa4ceb2988ef8bc592d
parent  7cc96f836d1bf1d9b1c7f4a6f1a6da1d19de57b6 parent  2c013dc7c1076529ba50212d82b16a780fbb7314
rake / TODO
100644 21 lines (17 sloc) 0.771 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
= 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
* Need a nice API for accessing tasks in namespaces, namespaces in an app, etc.
* 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)