Well, flexmojos 4 is focusing on a feature backward compatibility, so if you
could do something on FM3, you would be able to do that on FM4....  but not
necessarily the same way you did on FM3.

Most notable example is modules...
FM3:
<moduleFiles>
  <module>com/acme/AModule.mxml</module>
</moduleFiles>
http://repository.sonatype.org/content/sites/flexmojos-site/3.6.1/compile-swf-mojo.html#moduleFiles

FM4:
<modules>
  <module>Module1.mxml</module>
  <module>Module2.mxml</module>
  <module>
    <sourceFile>Module3.mxml</sourceFile>
    <optimize>false</optimize>
    <finalName>MyModule</finalName>
    <destinationPath>dir1/dir2</destinationPath>
  </module>
</modules>
http://repository.sonatype.org/content/sites/flexmojos-site/4.0-SNAPSHOT/compile-swf-mojo.html#modules

So I'm breaking configuration compatibility on Flexmojos 4 for things I have
on 3 and I didn't like the way they were.

Sorry for that.


VELO


On Tue, Apr 27, 2010 at 4:20 AM, alpduhuez <[email protected]> wrote:

> Hey...
> In IDEA 9, JetBrains has built in support for creating projects from
> FlexMojos poms by using the -configurationReport params and the
> generated <project.build.finalName>-config-report.xml file name.
>
> In FM 4 config files are now appended w/ "config.xml" instead of
> "config-report.xml".  Could you change it back to "config-report"?
> You can do it manually but it is a super pain when you have a lot of
> projects.  As it stands now, IDEA auto-magically generates projects
> and keeps them in sync which is awesome.
>
> Thanks.
> -al
>
> --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>

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