Adrien, You sir, are my personal HERO!!!!
Thank you so very much! It worked like a champ! I'm doing the happy dance right now!!!!! On Tue, Jul 5, 2011 at 3:15 AM, Adrien C <[email protected]>wrote: > Hi, > add the <configFiles> tag in your swf pom.xml : > ... > <build> > ... > <plugins> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-maven-plugin</artifactId> > <version>${flexmojos.version}</version> > <extensions>true</extensions> > <configuration> > <sourceFile>Main.mxml</sourceFile> > <configFiles> > > <configFile>flex-config-swf-version-11.xml</configFile> > </configFiles> > ... > > and, in the same directory of your pom.xml, create the file flex- > config-swf-version-11.xml containing : > <?xml version="1.0"?> > <flex-config> > <swf-version>11</swf-version> > </flex-config> > > I hope it's clear enough... > > > On 4 juil, 17:14, "John B." <[email protected]> wrote: > > Hi Adrien, > > > > I'm pretty new to flexmojos and maven. I'm currently learning about > > Maven via a Maven book put out by Sonatype. I'm using the graniteds- > > tide-spring-jpa-hibernate: Flex 4 + Spring 3 + Hibernate/JPA + > > GraniteDS with Tide API archetype for my project. I'm having the > > "blank" application issue that others are having and this seems to be > > the resolution. > > > > However, I'm not exactly sure where these lines of code you provided > > would go. Would you be so kind as to please advise on which pom.xml > > these go in and where? > > > > Thanks, I've been stuck on this for a while and really want to get > > down to getting the app up and working. > > > > Thanks a ton! > > John B. > > > > On Jun 1, 3:56 am, Adrien C <[email protected]> wrote: > > > > > > > > > > > > > > > > > Hi, > > > it works for me with 3.9 : > > > I added this in flexmojos plugin config : > > > <configFiles> > > > <configFile>flex-config-swf-version-11.xml</configFile> > > > </configFiles> > > > and created the file flex-config-swf-version-11.xml : > > > <?xml version="1.0"?> > > > <flex-config> > > > <swf-version>11</swf-version> > > > </flex-config> > > > > > On 27 mai, 19:22, Misior <[email protected]> wrote: > > > > > > How, can I help to fix it :)? > > > > > > On 23 Maj, 15:34, Marvin Froeder <[email protected]> wrote: > > > > > > > Hrmm, 3x, someone must fix it first.... > > > > > > > On Mon, May 23, 2011 at 10:33 AM, Misior <[email protected]> > wrote: > > > > > > Is there any possibility to set swfVersion 11 with flexmojos 3.8? > > > > > > It work's for me only with flexmojos 4.0... but i need to use > maven > > > > > > 2.x. > > > > > > > > -- > > > > > > 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/ > > -- > 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/ > -- "You cannot invade mainland United States. There would be a rifle behind each blade of grass." -Admiral Isoroku Yamamoto -- 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/
