No it's working, I didn't see it in target, I thought it would end up in the project dir. Cheers.
On 2 June 2010 12:32, Marvin Froeder <[email protected]> wrote: > That should be it.... > > http://repository.sonatype.org/content/sites/flexmojos-site/3.7/compile-swf-mojo.html#configurationReport > > I have no clue why it isn't working... Are you sure it didn't recorded > anything inside target folder? > > > VELO > > On Tue, Jun 1, 2010 at 10:53 PM, Josh McDonald <[email protected]>wrote: > >> 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]<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/ > -- "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/
