Thanks,

I knew about the -pack command, but I didn't get it to work the last 
time I tried. I'll give it another go. The list of -pack's will be quite 
long though :-)

BTW, would it be possible to take the contents of an SWF created as 
described below and "merge" it's contents (ie classes) with another 
"main SWF"? Ie use the SWF as a kind of static class library.

BR,
Björn

Darren Cook wrote:
>> Is it possible to use commandline tools only to create a dynamic class 
>> library? What I have today is:
> 
> I recently learnt how to do this with aswing (thanks, iiley!). The trick
> is to use mtasc's -pack argument.
> 
> E.g.
>   mtasc -cp /path/to/classes -pack example.path.to.my.first.Class -pack
> example.path.to.my.second.Class -swf YourDLL.swf -header 1:1:1
> 
>> - Ant script that generates intrinsic classes using Asigen
> 
> By the way, if you use mtasc's -exclude argument, you do not need to
> worry about making intrinsic classes.
> 
> Darren
> 
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
> 

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to