Hey Adam,
Thanks for the feedback!
I'll take a look at the Minitar issue, I really appreciate the heads up for the fix.
The BitmapData issue is interesting... I definitely haven't run into (or heard about) that one yet.
A couple things to check first:
1) MTASC has some external libraries that I didn't pull down or arrange properly
2) Maybe MTASC is trying to compile a Flash 6 or 7 swf. Have you set the version attribute within the rake :compile_main and :compile_tests tasks to 8?
3) Can you get a successful compilation by executing mtasc manually?
Please forward the errors your getting and I'll take a look at it.
Thanks,
Luke
AsProject
On 4/24/07, Adam Miller wrote:Hey Luke -
Thanks for asproject! It's a great start on making actionscript
development much smarter. I just downloaded it yesterday and I've run
into to problems so far I wanted to let you know about. First, when I
ran rake for the first time I got this error:
uninitialized constant AsProject::RemoteFileLoader::Minitar
it threw me off for a bit, I was finally able to get around it by
adding this line to the rake file in my project right after the
require statements:
include Archive::Tar
Not sure if this was something with my setup, or if it's a bug, but I
just thought I'd let you know.
My second issue I'm running into is using the BitmapData class to try
and fill my stage with a pattern. I'm getting funky errors and it
seems no matter what I try, the bitmapData class will not work as it
should. It seems this may be a problem with mtasc but just thought I'd
ask if you ever ran into it before.
Thanks for your time and for AsProject! Can't wait to see it grow.
- Adam Miller