http://flexmojos.sonatype.org/faq.html#2
On Thu, Jul 15, 2010 at 8:47 AM, Wilson <[email protected]> wrote: > Hi, > > On Jul 15, 12:07 pm, Marvin Froeder <[email protected]> wrote: > > Add framework.swc to your project then... > > Okay, so I've put the following into my POM: > > <dependency> > <groupId>com.adobe.flex.framework</groupId> > <artifactId>framework</artifactId> > <version>${flex.version}</version> > <type>swc</type> > </dependency> > > and I now see: > > -compiler.library-path C:\....\.m2\repository\com\adobe\flex\framework > \framework\4.1.0.16248\framework-4.1.0.16248.swc > > in my flex 4 compiler output. > > I still however get: > Could not resolve <s:Application> to a component implementation > > I've added debug output to the maven run config and see: > > [DEBUG] com.adobe.flex:compiler:pom:3.2.0.3958:compile (removed - > nearer found: 4.1.0.16248) > > so I'm confident that it's using the correct compiler. > > It's probably something small/silly that I'm doing wrong, but I've > spent a day and a half messing around with this already and I'm out of > ideas! > > Any help much appreciated, > Paul > > -- > 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/
