drnic / choctop

Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps.

Home Page:http://drnic.github.com/choctop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rake appcast returns "don't know how to build 'force_build' task"

jessbowers opened this issue · comments

when I run the rake appcast command, I get the following:

Don't know how to build task 'force_build'

In looking at choctop.rb, I don't see a tasked called "force_build".

solution: do not use rake appcast

use rake build or rake dmg instead.

Hmm, rake appcast could at least return something pleasant instead.

I'm using the latest git version, and I don't get this problem. I think when you release the next gem, it will be solved. AFIK

I've pushed out 0.10.0 so hopefully this issue is resolved now.

yes, looks fixed to me.