Yeah that's the inconsistency I am trying to point out when you leave the setting out of your pom:
If it is there, it will behave as true and true means: use no framework! It translates to : if it's there, don't use it :-s If the framework is there, that setting should default to false. On Feb 25, 10:33 am, Marvin Froeder <[email protected]> wrote: > pureActionscriptProject = true mean no framework.swc > pureActionscriptProject = false mean framework.swc > pureActionscriptProject = null mean flexmojos will look for framework.swc, > if it is there will behave as true, if not as false. > > So if you set it false to have framework.swc that is right.... or you can > set nothing and just add framework.swc on the pom. > > VELO > > On Thu, Feb 25, 2010 at 12:01 PM, Guido <[email protected]> wrote: > > So the documentation is wrong then? It is the behavior we experienced, > > we set it to false manually afterwards and got the correct flex > > projects again. > > > On Feb 25, 9:51 am, Marvin Froeder <[email protected]> wrote: > > > No. > > > > On Thu, Feb 25, 2010 at 11:42 AM, Guido <[email protected]> wrote: > > > > We're using flexmojos and are setting up our own archetype. We upped > > > > the version from 3 to 3.5 and ran into the issue that when we ran the > > > > flexbuilder command on our generated project, it would create a pure > > > > Actionscript app. > > > > After a while, we came across this in the docs (http:// > > > > sites.sonatype.org/flexmojos/flexmojos-maven-plugin/flexbuilder- > > > > mojo.html< > >http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/flexbuilde...> > > > > ) > > > > > pureActionscriptProject > > > > "If not defined Flexmojos will lockup for > > > > com.adobe.flex.framework:framework:swc and set as true if found or > > > > false if not found" > > > > > This seems like the reverse behavior one would expect: > > > > > If it finds the framework swc, it will generate a pure AS project? > > > > > -- > > > > 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?hl=en?hl=en > > > > >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?hl=en?hl=en > > >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?hl=en?hl=en http://flexmojos.sonatype.org/
