PS: I'm using a separate antrun run now to copy the new config to the
old config path
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<copy file="target/${project.artifactId}-${version}-
configs.xml" failonerror="false"
tofile="target/${project.artifactId}-${version}-
config-report.xml"/>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
On Apr 27, 7:22 pm, alpduhuez <[email protected]> wrote:
> Using maven 3 is cool, but maybe some of the configuration options
> should be backwards compatible for configuration reports. They also
> use the -configurationReport=true property. The nice thing about IDEA
> is that it gives full IDE support w/o supporting code to generate FB
> project files.
>
> -al
>
> On Apr 27, 9:33 am, Marvin Froeder <[email protected]> wrote:
>
>
>
> > Well other relevant change is that is no longer compatible with maven 2.
>
> > VELO
>
> > On Tue, Apr 27, 2010 at 1:32 PM, Marvin Froeder <[email protected]> wrote:
> > > On Tue, Apr 27, 2010 at 1:17 PM, alpduhuez <[email protected]> wrote:
>
> > >> So you are breaking compatibility for generating configurations? This
> > >> is a major feature from an IDE company that is a serious alternative
> > >> to FB.
>
> > > It seems I am, although that isn't my goal at all.
>
> > >> Do you have a list of breaking changes?
>
> > > No.
>
> > >> Thanks.
> > >> -al
>
> > >> On Apr 27, 5:15 am, Marvin Froeder <[email protected]> wrote:
> > >> > 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/com...
>
> > >> > 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-SNAPS...
>
> > >> > 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 -configurationReportparams 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]>
> > >> <flex-mojos%[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]<flex-mojos%[email protected]>
> > >> > For more options, visit this group athttp://
> > >> 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]<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
> > athttp://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 athttp://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/