Skip to content

Instantly share code, notes, and snippets.

@marr
Created May 5, 2010 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marr/391264 to your computer and use it in GitHub Desktop.
Save marr/391264 to your computer and use it in GitHub Desktop.
marr@ares:~/Downloads/lukebayes-asunit-e2af845/as3$ rake
(in /Users/marr/Downloads/lukebayes-asunit-e2af845/as3)
Created zip archive at: bin/asunit3.2.8.zip
>> Execute: mxmlc -default-size 1000 600 -output=bin/AsUnitRunner.swf -source-path+=src -source-path+=test test/AsUnitRunner.as
rake aborted!
Permission denied - /Users/marr/Library/Sprouts/cache/0.7/sprout-flex3sdk-tool-3.5.1/archive/bin/mxmlc
(See full trace by running task with --trace)
@lukebayes
Copy link

cd /Users/marr/Library/Sprouts/cache/0.7/sprout-flex3sdk-tool-3.5.1/archive/bin/
chmod 755 *

@marr
Copy link
Author

marr commented May 6, 2010

thanks Luke that did the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment