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
