How set the custom rake task?

View: New views
1 Messages — Rating Filter:   Alert me  

How set the custom rake task?

by jim83 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi ALL,

I have a ruby project(but none-rail project) and like to use CruiseControl.rb to make an automated tested on it. I have setup up an entry like below in cruise_config.rb:

project.rake_task = 'data_test'

My question is, where and how can I create and config my custom rake task file --- 'data_test' ? If you can give some example would be great appreicated.

Thanks in advance!
Jim