Hi all,
I'm currently trying to migrate our Ant script to use Flex mojos and
I'm having trouble on this line(which compiles some swc components
before the rest of the actionscript).
<compiler.library-path dir="${src.assets}" append="true">
<include name="**/*.swc" />
</compiler.library-path>
That folder can be chaged to only have swc's in it, but how would I
specify that that folder should be compiled?
I'm guessing it would be an argument here:
<plugin>
<groupId>info.rvin.mojo</groupId>
<artifactId>flex-compiler-mojo</artifactId>
<configuration> ??? </configuration>
</plugin>
perhaps an <incudeLibrary>?
Any help would be appreciated!
Thanks
Michael
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---