Ok ... you found it yourself ... great :-) 2011/5/13 mace <[email protected]>: > after looking up a solution i found this thread > http://groups.google.com/group/flex-mojos/browse_thread/thread/ebd6ee9290e12176 > which helped to solve my problem. just add the flexmojos- > threadlocaltoolkit-wrapper to the flexmojos dependency. > > <build> > <pluginManagement> > <plugins> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>${flexmojos.version}</version> > <extensions>true</extensions> > <dependencies> > <dependency> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-threadlocaltoolkit-wrapper</ > artifactId> > <version>${flexmojos.version}</version> > </dependency> > <dependency> > <groupId>com.adobe.flex</groupId> > <artifactId>compiler</artifactId> > <version>${flexsdk.version}</version> > <type>pom</type> > </dependency> > </dependencies> > </plugin> > </plugins> > </pluginManagement> > </build> > > -- > 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/
