Hi guys,

I've got an MXML namespace I'm including when building my SWC:

    <namespaces>
        <namespace>
            <uri>http://intelligentpathways.com.au/Flex/v2</uri>
            <manifest>${basedir}/src/main/resources/manifest.xml</manifest>
        </namespace>
    </namespaces>

    <includeNamespaces>
        <namespace>http://intelligentpathways.com.au/Flex/v2</namespace>
    </includeNamespaces>

And I understand that when you do this, Flexmojos no longer automatically
includes all the classes in "/src/main/flex/". But when I add this:

    <includeSources>
        <sources>${basedir}/src/main/flex/</sources>
    </includeSources>

I get a bunch of errors telling me that "The definition is in circular
inheritance". Is a way to include an MXML namespace and a bunch of
non-visual classes without naming each individual leaf class in my
inheritance hierarchy? I'm using FM 3.7, and can't switch to 4 because it
requires a too-new version of Maven for our ecosystem.

Cheers,
-Josh

-- 
"Therefore, send not to know For whom the bell tolls. It tolls for thee."

Josh 'G-Funk' McDonald
  -  [email protected]
  -  http://twitter.com/sophistifunk
  -  http://flex.joshmcdonald.info/

-- 
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/

Reply via email to