Hi there, I remember seeing Growl notifications for when SWFs had compiled from Textmate. I'm compiling using Simon Gregory's AS3 bundle fcsh compiler. Does anybody know if this is possible to do? Thanks, Ali
-------------------------------------------------------------------------- Alistair Colling Interactive Developer
FPP Brand Communications (Newcastle upon Tyne) The Courtyard Dinsdale Place Sandyford Newcastle upon Tyne NE2 1BD Telephone: +44 (0)191 261 6662 Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed. It may contain privileged and confidential information. If you are not the intended recipient, you should not copy, distribute or take any action in reliance on it. If you have received this transmission in error, please notify the sender at the e-mail address above. FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD. Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
maybe if you register textmate in growl to listen for messages will work directly. never tryied
On Tue, Jun 10, 2008 at 11:26 AM, Alistair Colling alistair.colling@fpp.net wrote:
Hi there, I remember seeing Growl notifications for when SWFs had compiled from Textmate. I'm compiling using Simon Gregory's AS3 bundle fcsh compiler. Does anybody know if this is possible to do? Thanks, Ali
Alistair Colling Interactive Developer
FPP Brand Communications (Newcastle upon Tyne) The Courtyard Dinsdale Place Sandyford Newcastle upon Tyne NE2 1BD Telephone: +44 (0)191 261 6662 Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed. It may contain privileged and confidential information. If you are not the intended recipient, you should not copy, distribute or take any action in reliance on it. If you have received this transmission in error, please notify the sender at the e-mail address above.FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
I remember seeing Growl notifications for when SWFs had compiled from Textmate.
I think Ale did this for the ActionScript Bundle.
I'm compiling using Simon Gregory's AS3 bundle fcsh compiler. Does anybody know if this is possible to do?
I'd imagine that calling growlnotify would be trivial, however once we launch fcsh it's contained within a Terminal/iTerm window and therefore out of easy reach. Once I've implemented a build using a 'ScriptMate' approach it should be easier.
Cheers, Simon
On Mon, Jun 16, 2008 at 9:45 PM, Simon Gregory simon@helvector.org wrote:
I remember seeing Growl notifications for when SWFs had compiled from Textmate.
I think Ale did this for the ActionScript Bundle.
It is there, somewhere, in one of my private versions of the bundle. I'm not sure if it made it to the official bundle, though. Not everyone has 'growlnotify' installed.
Anyway, it's not too hard to add. Check the fluby Rakefile for an example:
http://code.google.com/p/fluby/source/browse/trunk/lib/templates/Rakefile
BTW, if you are working with AS2 you may want to take a look at fluby: http://code.google.com/p/fluby/ (a side project I developed for my day job, and which may be the base for a much needed cleanup of the ActionScript Bundle's "Compile with MTASC" command)
Hope it helps