-exclude file : exclude code generation of classes listed in specified file (format is one full class path per line).Does this mean, that if you have a component in the SWF already, that MTASC will ignore and leave the code in there?
On 1/30/06, Nicolas Cannasse <[EMAIL PROTECTED]> wrote:
John Grden wrote:
> Is this the correct syntax for an exclude file?
>
> Is there a way to use a wild card to say "just leave this package alone
> com.mypackage.*" - I would think if there are other components in the
> library compiled with the SWF already, there's a way to preserve them
> easily (without having to know the entire class structure/package
>
> com.blitzagency.xray.ClassPath
> com.blitzagency.xray.Commander
> com.blitzagency.xray.ControlConnection
> etc..
>
>
> --
> John Grden - Blitz
Yes, starting from MTASC 1.10 it should work with wildcards :
com.biltzagencey.xray.*
You can run mtasc with -v to see the list of excluded patterns.
Nicolas
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
--
John Grden - Blitz
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
