"- Ant script that generates a list of class declarations, example: example.path.to.my.first.Class; example.path.to.my.second.Class; example.path.to.my.third.Class;"
I do something similar. Then I use Ant to actually build a class file with a main method and publish that with mtasc. Works great! Jim Kremens On 12/19/06, Björn Ritzl <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to use commandline tools only to create a dynamic class > library? What I have today is: > > - Ant script that generates intrinsic classes using Asigen > > - Ant script that generates a list of class declarations, example: > > example.path.to.my.first.Class; > example.path.to.my.second.Class; > example.path.to.my.third.Class; > > What I don't have is a means to get this list of class declarations into > the first frame of an empty FLA and the possibility to publish that > FLA as a SWF (that I later can load dynamically as a class library). > > I can open up Macromedia Flash, #include my list of class declarations > and publish that as a SWF, but that is hardly automated. > > Is it in some way possible to create such an SWF using SWFMill or > similar or is there a way to Publish an FLA without opening Macromedia > Flash/having it installed on the machine? FlashCommand could potentially > automate this step but I would like to find a way that doesn't include > Macromedia Flash at all. > > TIA, > > Björn > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > -- Jim Kremens _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
