I had the same problem with maven 3 and flexmojos 4. A workaround is to specify the thredlocal toolkit before the compiler dependency. Have a look at the "Things I reccommend to change" section of this http://dev.c-ware.de/confluence/display/PUBLIC/Configuring+your+poms (Gee ... feels like I used this link just before ;-) )
Chris 2011/4/12 tombc <[email protected]>: > I aim to get the mini-project at > > http://svn.sonatype.org/flexmojos/branches/flexmojos-4.x/flexmojos-testing/flexmojos-test-harness/projects/issues/flexmojos-315/ > > to work with Flex 3.5. My approach is to make the pom work without the > parent pom first (cause that is written for SDK4.5), and then move to > 3.5 in my rewritten pom. > > Spending quite some time doing so, I finally figured out that adding > the following dependency breaks the compiler's ability to find assets > such as the test images stored in src/main/resources > > <dependency> > > <groupId>com.adobe.flex</groupId> > > <artifactId>compiler</artifactId> > > <version>${flex.version}</version> > <type>pom</type> > </dependency> > > Since I need that dependency to move to 3.5, could anybody help me > figure out what I need to do to restore that "resource finding > ability" to the build process? > > -- > 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/
