got that so far, thanks! one last question: why is the packaging part of the goal name?
there is "flexmojos:generate-config-swc" and "flexmojos:generate- config-swf" (same for other goals). that means i first have to open and parse the pom.xml to find out the actual packaging to be able to construct the right goal name. wouldn't a simple "flexmojos:generate- config" be sufficient as the mojo knows the configured packaging anyways? On 12 Jan., 18:22, velo <[email protected]> wrote: > Hi, > > It does use ${project.build.finalName}-config-report.xml, usually it > is the artifactId/version combo, but users can change that. > > VELO > > On Jan 12, 2:25 pm, harald <[email protected]> wrote: > > > > > Thanks for the quick response. What I was actually looking for > > washttp://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/generate-c... > > which does exactly what I need. The only remaining question I have is > > how to determine the filename of the output file - is it just > > <artifactId>-<version>-config-report.xml or would there be a smarter > > way to get the filename? > > > On 11 Jan., 16:26, velo <[email protected]> wrote: > > > > That may be a problem.... > > > > Flexmojos doesn't use compc nor mxmlc.... > > > > This may or may not > > > help:http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-sw... > > > > VELO > > > > On Jan 11, 1:12 pm, harald <[email protected]> wrote: > > > > > hi there! > > > > > I'm pondering how I could achieve to get hold of the raw compc / mxmlc > > > > commandline that flexmojos generates to invoke the compiler. > > > > > I'm working on a flex/actionscript dependency analyzer that basically > > > > exploits the compiler from the flex sdk to analyze dependencies in the > > > > code. for that to work i would need to invoke the dependency analyzer > > > > the same way as you invoke the compiler (just replacing the executable/ > > > > jar). > > > > > this might be a very naive question, but since i'm rather new to maven > > > > development i would be grateful for any advices. > > > > > Cheers, > > > > Harald
-- 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?hl=en?hl=en http://blog.flex-mojos.info/
