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]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to