i have created a small mojo to create the eclipse nature and resolve
all maven dependencies for fdt3. fdt3 is an outstanding actionscript
plugin for eclipse. my mojo mostly relies on the eclipse mojo.
what i want to ask:
if is ok to remove the deletion process of the ${project}/target/
classes/libraries/playerglobal.swc after compilation. the file will be
deleted anyway after calling mvn clean.
now i try to exlpain why:
as you already know, that playerglobal.swc can't be renamed, and
therfore can't be referenced directly to the maven repository. fdt3
needs a reference to the playerglobal.swc to resolve all basic
classes. right now i am referencing to the playerglobal.swc contained
my specific fdt3 config, which is quite wrong in my opinion. i think
maven should keep the control of the playerglobals version. If i
expect every fdt3 user to compile a project first in maven to use it
afterwards in fdt3 it would be maintainable. the fdt3 mojo could now
use the reference to ${project}/target/classes/libraries/
playerglobal.swc and even access the target directory for accessing
other assets like images or xml files.
is anyone using fdt3 and would like to try out the fdt3 mojo?
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---