Hello Christopher,

Thanks for prompt and detailed response.

Actually I am given some existing legacy Flex project to migrate it to
Maven. So I have just completed that migration using the pom.xml mentioned
in my original post. However, I see in the code that there are total 3 mxml
files under 'src' directory, which have
'<mx:Application>...</mx:Application>' defined. That means, all 3 of them
are individual flex applications (I am assuming this based on syntax because
I am a java person, and new to flex - just working on this for migration to
maven part only).

Also, when I open the same project in Flex Builder and compile it, then
there are total 3 swf files generated, one for each of the mxml file having
<mx:Application> tag.

I want the same effect in the flex-maven project too, i.e. when I build flex
project using the flexmojos-maven-plugin, there should be 3 SWF files
created, one for each mxml file having <mx:Application> tag. Is that anyhow
possible?

P.S. As mentioned in the original post, I tried duplicating the same plugin
configuration with different 'mxml' names in sourceFile tags. I expected 3
different SWF files to be generated that way. On the contrary, maven just
executed the last instance of the flexmojos-maven-plugin specified in pom,
not all 3 of them.



--
Sent from: http://apache-flex-development.2333347.n4.nabble.com/

Reply via email to