I am trying to use the FlexUnit4 support in Mojo's version 3.2.0
I've added these dependencies to my POM:
<dependency>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-unittest-support</artifactId>
<version>3.4.2</version>
<type>swc</type>
<scope>external</scope>
</dependency>
<dependency>
<groupId>org.flexunit</groupId>
<artifactId>flexunit</artifactId>
<version>4.0.0-B2</version>
<type>swc</type>
<scope>external</scope>
</dependency>
I get this error in the TestRunner.mxml being generated:
<?xml version="1.0" encoding="utf-8"?>
<!--can't use velocity, got:
java.io.InvalidClassException:
org.apache.velocity.runtime.parser.node.ASTprocess; class invalid for
deserialization-->
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---