lukebayes/project-sprouts

rake test issues rake aborted when following getting started

Closed this issue · 4 comments

Here's the run after creating project Brussels on MacOSX:
mikehome:Brussel gmp26$ rake test
(in /Users/gmp26/Documents/FB4NRICH/Brussel)
flex_sdk_3.5.0.12: 100% |....................| 25.9MB 341.7KB/s Time: 00:01:17
rake aborted!
unknown file type: /Users/gmp26/Library/Sprouts/cache/0.7/sprout-asunit3-library-4.0.16/archive/lukebayes-asunit-4.0.3-0-ge2af845/as3/src

(See full trace by running task with --trace)

I'm getting the same issue after updating to the latest version.

Exact same issue for me on winxp, ruby 1.8.6, rubygems 1.3.6.

Resolved the issue by changing "archive_path: 'lukebayes-asunit-4.0.3-0-ge2af845/as3/src'" to "archive_path: 'lukebayes-asunit-e2af845/as3/src'" in C:\Ruby\lib\ruby\gems\1.8\gems\sprout-asunit3-library-4.0.16\sprout.spec. This matched the path in my local settings a'la ...\Local Settings\Application Data\Sprouts\cache\0.7\sprout-asunit3-library-4.0.16\archive\lukebayes-asunit-e2af845

This is resolved in all of the latest releases.

Thanks!

Luke