ninjudd / cake

A tasty build tool for Clojure.
clojure-cake.org
Eclipse Public License 1.0
171 stars 12 forks source link

'cake new' does not work #135

Closed mperham closed 12 years ago

mperham commented 12 years ago

Your readme and wiki both mention "cake new xyz" for creating a new project xyz. This does not seem to exist with the current cake gem.

Raynes commented 12 years ago

What happens when you run 'cake new xyz'?

mperham commented 12 years ago
> cake new xyz
unknown task: new
ninjudd commented 12 years ago

Currently, the 'new' task is only available when you are in the global project (not inside a directory containing a project.clj file).

There has been some debate about whether it should work that way.

On Oct 19, 2011, at 3:32 PM, Mike Perham wrote:

Your readme and wiki both mention "cake new xyz" for creating a new project xyz. This does not seem to exist with the current cake gem.

Reply to this email directly or view it on GitHub: https://github.com/flatland/cake/issues/135

mperham commented 12 years ago

Yep, that describes the situation perfectly. Thanks.