M
Martin DeMello
Is there any effort underway to compile a rake task library, the way ant
does?
martin
does?
martin
Is there any effort underway to compile a rake task library, the way ant
does?
Gavin Sinclair said:Rake has a few tasks built in and a "secondary" area where new tasks
are tried out.
What exactly do you mean - plugins?
Martin said:Is there any effort underway to compile a rake task library, the way ant
does?
Martin said:See http://ant.apache.org/manual/index.html - it allows a lot of common
tasks to be written declaratively. For instance we could have an
installer package generated by saying
make-installer (
:src => src_dir,
:lib => lib_dir,
:doc => doc_dir,
:installer => 'install.rb'
)
Jim Weirich said:If you have an idea for a task library, I welcome you to sound it out,
either here or on the (e-mail address removed) mailing list.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.