Tried wiping my local repository but that didn't work. I had a previously unresolved dependency of com.googlecode.apparat:apparat:jar: 1.0-FLEXMOJOS-r511 but just went to the apparat website (http:// code.google.com/p/apparat/) and installed the jar from there but I still have the scala issue. So I am wondering if the 1.0-FLEXMOJOS- r511 version is a special build. Where can we find this dependency?
On Jun 24, 11:12 am, Brian Fohl <[email protected]> wrote: > Try wiping out your local Maven repository. Marvin suggested that, and it > did work for me. > > Thanks, > Brian > > On Thu, Jun 24, 2010 at 12:05 PM, Vincen Collins > <[email protected]>wrote: > > > Running into the same issue with the coverage sample - > > >http://groups.google.com/group/flex-mojos/browse_thread/thread/3d9b69... > > and > >http://svn.sonatype.org/flexmojos/branches/flexmojos-4.x/flexmojos-to... > > > On Jun 22, 11:08 am, Brian <[email protected]> wrote: > > > Tried a few things, including adding the ref to the Flexmojos super- > > > pom: > > > > <parent> > > > <groupId>org.sonatype.flexmojos</groupId> > > > <artifactId>flexmojos-flex-super-pom</artifactId> > > > <version>4.0-alpha-3</version> > > > </parent> > > > > Now getting a different error, still Scala related: > > > > -- > > > [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- > > > plugin:4.0-alpha-3:test-run (default-test-run) on project > > > PlaylistPlayer: Execution default-test-run of goal > > > org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-alpha-3:test-run > > > failed: A required class was missing while executing > > > org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-alpha-3:test-run: > > > scala/runtime/AbstractFunction1$mcII$sp > > > -- > > > > On Jun 21, 3:10 pm, Brian <[email protected]> wrote: > > > > > Hi, > > > > > When building my project using Flexmojos 4-Alpha-3, I was getting the > > > > following error: > > > > > -- > > > > [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- > > > > plugin:4.0-alpha-2:test-compile (default-test-compile) on project > > > > MyProject: Execution default-test-compile of goal > > > > org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-alpha-2:test-compile > > > > failed: A required class was missing while executing > > > > org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-alpha-2:test- > > > > compile: scala/ScalaObject > > > > -- > > > > > I made sure the scala repository was in my Maven settings.xml, and > > > > modified the repository ID in the pom.xml to match that: > > > > > <repository> > > > > <id>scala-tools.org</id> > > > > <url>http://scala-tools.org/repo-releases/</url> > > > > </repository> > > > > > Now I'm getting a different error: > > > > > [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- > > > > plugin:4.0-alpha-3:test-run (default-test-run) on project MyProject: > > > > Execution default-test-run of goal org.sonatype.flexmojos:flexmojos- > > > > maven-plugin:4.0-alpha-3:test-run failed: A required class was missing > > > > while executing org.sonatype.flexmojos:flexmojos-maven-plugin:4.0- > > > > alpha-3:test-run: scala/actors/threadpool/Arrays > > > > > Do I just not have the right repository set up for Scala? If anyone > > > > can help, I'd greatly appreciate it - let me know if you need > > > > additional details. > > > > > Thanks, > > > > Brian > > > -- > > 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/
