Right on...I forgot to include flex-framework..and take out all of the other libraries...thanks for your help.
On Feb 11, 5:01 pm, Marvin Froeder <[email protected]> wrote: > Follow the instructions at faq an you should be fine. > > Sent from DROID > > Em 11/02/2010 22:54, "Ronak Patel" <[email protected]>escreveu: > > You were right and I fixed this. However, I'm seeing the same thing... > > <dependencies> > <!-- Flex CORE --> > <dependency> > <groupId>com.adobe.flex.framework</groupId> > ... > <artifactId>framework</artifactId> > > <version>${flex.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId... > <artifactId>rpc</artifactId> > > <version>${flex.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId... > <artifactId>spark</artifactId> > > <version>${flex.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId... > <artifactId>sparkskins</artifactId> > > <version>${flex.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId... > <artifactId>textLayout</artifactId> > > <version>${flex.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId... > <artifactId>utilities</artifactId> > > <version>${flex.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId... > <exclusions> > <exclusion> > > <groupId>com.adobe.flex.framework</groupId> > <artifactId>flex</artifactId> > </exclusion> > <exclusion> > > <groupId>com.adobe.flex.framework</groupId> > <artifactId>framework</artifactId> > </exclusion> > <exclusion> > > <groupId>com.adobe.flex.framework</groupId> > <artifactId>playerglobal</artifactId> > </exclusion> > <exclusion> > > <groupId>com.adobe.flex.framework</groupId> > <artifactId>rpc</artifactId> > </exclusion> > </exclusions> > > </dependency> > </dependencies> > <build> > <sourceDirectory>src/main/flex</sourceDirectory> > <reso... > > On Feb 10, 12:43 pm, Marvin Froeder <[email protected]> wrote: > > > > > You have flex 3.3.0.4852 configured... > > On Wed, Feb 10, 2010 at 6:33 PM, Ronak Patel <[email protected]> wrote: > > > I am seeing this out... -- 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/
