Cairngen 1.0 - Now with ANT

Saturday, May 5th, 2007

Eric Feminella created Cairngen as a code generation tool for Adobe Cairngorm. he developed it to do away with the redundant copy/paste work needed to create Flex applicatoins with Cairngorm and is released under the MIT license.

Cairngen 1.0 is built entirely in Ant and provides a solution for one-shot code generation of Adobe Cairngorm 2.2 classes.

I haven’t had a chance to play with Caringen 1.0, but can’t wait (I love ANT!).

Thanks Eric!

Using FlashCommand in Eclipse

Thursday, February 22nd, 2007

Recently I pulled down Mike Chambers FlashCommand. FlashCommand is a command line compiler for the Flash IDE.

I wanted to set up an ANT build script to execute builds from Eclipse without having to alt-tab between programs (yes, I'm that lazy!).

Setting up the ANT script wasn't too difficult, even for someone who knew the absolute minimum about ANT.

XML:
  1. <?xml version="1.0"?>
  2. <!-- ======================================================================
  3. Feb 21, 2007 4:08:42 PM
  4. John Crosby
  5. ====================================================================== -->
  6. Sample Build file for a project with FlashCommand, ANT
  7.  
  8. <!-- =================================
  9. target: flashBuild
  10. ================================= -->
  11.  
  12.  
  13. <!-- - - - - - - - - - - - - - - - - -
  14. target: flashCommand
  15. - - - - - - - - - - - - - - - - - -->

[Download the sample build script.]

Hallelujah Ant Tasks for Flex!!!

Wednesday, January 24th, 2007

Adobe release two Flex utilities on labs today.

Bonus points for Adobe!

FB’s Incremental Compiler, Eclipse and ANT

Tuesday, March 28th, 2006

If you're using ANT inside Flex Builder 2 to compile your Flex 2/AS3 application you've probably noticed that invoking mxmlc from inside ANT is not as fast as running the integrated compiler.

Dirk Eismann has a nice post about using ANT in Eclipse.

Find entries :

Want to subscribe?

  Subscribe in a reader or,
Subscribe via email:

About me

I'm a senior developer at RealEyes Media, Adobe Certified Instructor and Adobe Certified Professional. Here you'll get my ideas and experience Flex, Flash, ColdFusion and related technologies as well as some generally off the wall stuff.