[Celerity-users] git-clone build -> Don't know how to build task 'tasks/simple_ci.rake'

Jari Bakken jari.bakken at gmail.com
Sat Sep 5 12:56:50 EDT 2009


On Sat, Sep 5, 2009 at 4:26 PM, jason
franklin-stokes<jasoninclass at googlemail.com> wrote:
>
> It would be a great help if you let me know your write, test deploy sequence
> for celerity. That would be really healpful.

I use `jruby -S rake spec` to run the specs (assuming WatirSpec is
initialized) and build the gem with `rake gem`.
Then you can install the gem with `jruby -S gem install
pkg/celerity-X.X.X.gem`.

If you have added/removed/renamed files you need to update
Manifest.txt before building the gem.

Looks like Hoe didn't recognize the .rdoc extension of the README
which caused the summary error, I've pushed a fix for that as well.


More information about the Celerity-users mailing list