I believe the the problem was that we excluded the class but included it via a manifest. We now use a different manifest file that doesn't contain the classes to be excluded. In case it's of further interest to someone: http://opensource.adobe.com/svn/opensource/cairngorm3/trunk/libraries/Module/pom.xml
Thanks, Alex On Oct 7, 6:42 pm, Marvin Froeder <[email protected]> wrote: > What is the console output for the current exclusions? > > VELO > > On Thu, Oct 7, 2010 at 7:14 PM, AlexU <[email protected]> wrote: > > The example in the documentation seems to exclude all .as files with > > the Incl suffix directly below the flex package? My problem above is > > that I'd like to exclude classes below the path specified in > > "directory" and below "directory/rig". What am I missing? > > > On Oct 7, 5:35 pm, Marvin Froeder <[email protected]> wrote: > > >http://repository.sonatype.org/content/sites/flexmojos-site/3.7.1/com... > > > > 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]> > > <flex-mojos%[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]<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/
