Using FlashCommand in Eclipse
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:
-
<?xml version="1.0"?>
-
<!-- ======================================================================
-
Feb 21, 2007 4:08:42 PM
-
John Crosby
-
====================================================================== -->
-
Sample Build file for a project with FlashCommand, ANT
-
-
<!-- =================================
-
target: flashBuild
-
================================= -->
-
-
-
<!-- - - - - - - - - - - - - - - - - -
-
target: flashCommand
-
- - - - - - - - - - - - - - - - - -->












Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment