I am using FM4-SNAPSHOT (built from github head 01-12-2011) and I am
having some problems getting includeClasses to work with the "scan"
tag. Maybe this isn't fully implemented yet?
Looking at the comments on the source it looks as simple as this:
<includeClasses>
<scan>
<includes>
<include>com.mycompany.*</include>
</includes>
</scan>
</includeClasses>
However when I add this to my FM4 configuration nothing is included.
If I just include each class like this it does work:
<includeClasses>
<include>com.mycompany.type.Cool</include>
</includeClasses>
NOTE: my POM is using manifest.xml with namespaces but that shouldn't
make a difference as far as I know.
Before I log a bug I wanted to see if I am just doing something
obviously wrong here.
Thanks,
Lance
--
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/