Latest Release

0 views
Skip to first unread message

Luke Bayes

unread,
Apr 19, 2007, 12:26:24 PM4/19/07
to asproje...@googlegroups.com
OK -

I just released a new version (0.1.113) of AsProject that will at least download and run the latest build of the Flash Player for OS X.

During this crisis, I was in the middle of some other changes to how remote libraries work, so those changes are working, but only partially implemented. Essentially, I pulled asunit out of the AsProject templates and am working toward a much more generic library/template-sharing system. I expect to have tools that work similarly to ruby gems or CPAN for finding and installing ActionScript libraries and project templates. This release includes a partial implementation (rake client) to that system.

There is one glaring and major problem with this release - trace output is no longer being written to the flashout file by the OS X debug flash player.

If anyone has any information about why this is, please let me know so that I can address it. For the time being, trace output is not being collected or displayed on OS X thanks to some change in the latest player.


Thanks,


Luke Bayes
AsProject



Ale Muñoz

unread,
Apr 19, 2007, 2:08:39 PM4/19/07
to asproje...@googlegroups.com
On 4/19/07, Luke Bayes <lba...@patternpark.com> wrote:
>
> There is one glaring and major problem with this release - trace output is
> no longer being written to the flashout file by the OS X debug flash player.
>
> If anyone has any information about why this is, please let me know so that
> I can address it.
>


I will take a look at the issue, I can't live without Console.app debugging ;)


--
Ale Muñoz
http://sofanaranja.com
http://bomberstudios.com

Luke Bayes

unread,
Apr 19, 2007, 2:11:13 PM4/19/07
to asproje...@googlegroups.com
Thanks Ale - I can't either!

I just wanted to get something out that didn't explode for the moment, I hope to get the issue resolved quickly!


lb.

Ale Muñoz

unread,
Apr 19, 2007, 2:27:52 PM4/19/07
to asproje...@googlegroups.com
On 4/19/07, Ale Muñoz <bomber...@gmail.com> wrote:
> >
> > If anyone has any information about why this is, please let me know so that
> > I can address it.
> >
>
>
> I will take a look at the issue, I can't live without Console.app debugging ;)
>


I think the problem may be you are storing 'mm.cfg' on $HOME

I had a lot of problems getting file debugging to work until I learnt
that the *right* place for the file is '/Library/Application
Support/Macromedia/' (for some reason, the logical alternative
'~/Library/Application Support/Macromedia/' does not work)

Take a look and see if that's the problem...

BTW, gem update asproject yields version 0.1.92, and it looks like the
downloads in RubyForge are not updated either. I have used a recent
SVN checkout...

Ale Muñoz

unread,
Apr 19, 2007, 2:31:59 PM4/19/07
to asproje...@googlegroups.com
Oh, another thing. On User.flash_player_config_content you have a

TraceOutputEnable=1

whereas mine (confirmed to work :) has a

TraceOutputFileEnable=1

I know the config file syntax if pretty much black magic/voodoo, but
it may be worth checking...

Ale Muñoz

unread,
Apr 19, 2007, 2:55:28 PM4/19/07
to asproje...@googlegroups.com
After tinkering with your code, I can confirm that adding this method
to OSXUser on path_finder.rb fixes the problem:

def flash_player_config
return File.join('/Library/Application Support/Macromedia/', 'mm.cfg')
end

I'd send a patch, but svn diff seems to have a problem with LFs and
CR/LFs and is reproting the whole file as changed :(

Hope it helps! ;)

Luke Bayes

unread,
Apr 19, 2007, 3:10:02 PM4/19/07
to asproje...@googlegroups.com
Hey Ale,

You rock!


>> After tinkering with your code, I can confirm that adding this method
>> to OSXUser on path_finder.rb fixes the problem:

I just made you a project member, so you should be able to go here:

http://code.google.com/p/asproject/source

and get an svn password. (I subscribed your bomberstudios address, as it must be a gmail address)

Feel free to commit that change and I'll take a look at getting that release out tonight.


Thanks,


Luke Bayes
AsProject

Ale Muñoz

unread,
Apr 19, 2007, 3:26:10 PM4/19/07
to asproje...@googlegroups.com
On 4/19/07, Luke Bayes <lba...@patternpark.com> wrote:
> Hey Ale,
>
> You rock!
>


Hey, it was you who released a killer tool, not me :)

It is a pleasure to contribute to your project ;)


>
> Feel free to commit that change and I'll take a look at getting that release
> out tonight.
>


Change committed. Cross fingers :)

Luke Bayes

unread,
Apr 19, 2007, 4:21:10 PM4/19/07
to asproje...@googlegroups.com
Thanks Ale,

It looks good to me, I'll test it out this evening!


Luke Bayes
AsProject


On 4/19/07, Ale Muñoz < bomber...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages