What version of FM4 are you using? The reason i ask is that Marvin made a fix for this and it should be on the most recent FM4 build which is 4.0-beta-7 if I am not mistaken.
In earlier tests the fix worked for me. Lance On Apr 12, 8:41 am, tombc <[email protected]> wrote: > I aim to get the mini-project at > > http://svn.sonatype.org/flexmojos/branches/flexmojos-4.x/flexmojos-te... > > 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/
