2006年9月14日 星期四

Rake: the way to configure specially task options.

The ANT experience make me naturally think that rake should suppot the following syntax to configure the options of an specially predifined task.

task :javac do |opt|
opt.classpath = 'build/classes'
opt.target='1.4'
end

Isn't it?

沒有留言:

張貼留言