http://repository.sonatype.org/content/sites/flexmojos-site/3.7.1/compile-swc-mojo.html#includeAsClasses
On Thu, Oct 7, 2010 at 6:25 PM, AlexU <[email protected]> wrote: > Hi all, > > How can I exclude a class inside another folder of the one specified > inside directory? i.e. the below excludes ModuleViewLoader and > ModuleViewLoaderSkin just fine because they are located inside the > directory ${project.build.sourceDirectory} but it seems to fail for > the ModuleRigContainerSkin and ModuleRigContainer, maybe because they > are located in ${project.build.sourceDirectory}/rig? What do I need to > specify to point to the rig package as well? > > <includeAsClasses> > <sources> > <directory>$ > {project.build.sourceDirectory}</directory> > <excludes> > <exclude>**/ > ModuleViewLoader.as</exclude> > <exclude>**/ > ModuleViewLoaderSkin.mxml</exclude> > <exclude>**/rig/ > ModuleRigContainerSkin.mxml</exclude> > <exclude>**/rig/ > ModuleRigContainer.as</exclude> > </excludes> > </sources> > </includeAsClasses> > > Best, > Alex > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
