sproutit / sproutcore-abbot

SproutCore 1.0 Build Tools
http://www.sproutcore.com
78 stars 17 forks source link

sc-gen Not Listing Any Generators #11

Closed ColinCampbell closed 14 years ago

ColinCampbell commented 14 years ago

Running sc-gen doesn't list any generators, and, for example,

sc-gen model MyApp.Record

doesn't work at all.

zimbatm commented 14 years ago

Hi ColinCampbell,

I'm not a core dev, but I found a workaround. Try symlinking the gen folder in the lib directory. I think they forgot to fix that path when they moved things into the lib/ dir.

cd /path/to/abbot/lib;
ln -s ../gen gen
wagenet commented 14 years ago

Thanks! It's now fixed.