Quick question guys,
I've successfully ported the app I've been working on to Maven for building,
and now I'm working on our base libraries, and I was trying to use
"configurationReport" to get some more info about what's going on inside,
but it doesn't seem to be working. ATM I've got it in the <plugin> node like
so:
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>3.7</version>
<extensions>true</extensions>
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>3.5.0.12683</version>
<type>pom</type>
</dependency>
</dependencies>
<configuration>
<!-- debugging -->
<configurationReport>true</configurationReport>
<!-- /debugging -->
<configFile>src/main/resources/flex-config.xml</configFile>
<includeNamespaces>
<namespace>http://intelligentpathways.com.au/Flex/v2
</namespace>
</includeNamespaces>
<namespaces>
<namespace>
<uri>http://intelligentpathways.com.au/Flex/v2
</uri>
<manifest>${basedir}/src/main/resources/manifest.xml</manifest>
</namespace>
</namespaces>
</configuration>
</plugin>
Am I missing something such as specifying the output file, or have I just
bolloxed it up some other way?
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/