Hi
I have a flexmojos project in which I plan to produce a client SWF for
a server-side application.
I have naturaly set packaging to swf and added
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>${flexmojos.version}</version>
To my pom.xml (where flexmojos.version is 3.8).
Unfortunatly, for a reason I don't yet understand, maven consider my
project as java : it ises maven-compiler-plugin to compile the 0 java
sources in that project, and generates a jar when invoked phase is
install.
As that pom is a rather big and convoluted one (as project is a module
of a bigd enterprise project), I may not be able to send it over the
web. So, in which directions should I first search for a light ?
I have to say additionnaly that, when I run mvn flexmojos:compile-swf,
I get "Source file not expecified and no default found!" error
message.
Finally, you have to know that I put my custom Adobe CS Flex SDK in my
local maven repository and now use it. This SDK has version
3.4.0.14408.
So, what could be wrong ? Can my packaging be forgotten by maven ? Can
flexmojos plugin be simply ignored (I guess no, as it shows error on
compile-swf) ? Do configuration for flexmojos:generate interfers with
normal flexmojos configuration ?
Thanks for any help
--
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/