In Flex Mojos 3 you could use
<configuration>
  <sourceFile>Foo.mxml</sourceFile>
  <output>${basedir}/whatever/directory/Foo.swf</output>
</configuration>

This has obviously changed in Flex Mojos 4.  I am able to adjust the
name of the final outputted SWF with
<configuration>
  <sourceFile>Foo.mxml</sourceFile>
  <finalName>Foo.swf</finalName>
</configuration>

But how does one set the output path?  I have tried the Maven
parameter <outputDirectory> but this doesn't seem to work.  I also
can't find any hint in the docs for compile-swf at
http://repository.sonatype.org/content/sites/flexmojos-site/4.0-SNAPSHOT/compile-swf-mojo.html

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