On Wed, Dec 24, 2008 at 9:36 AM, Marvin Froeder <[email protected]> wrote:
> Maven is generating it at:
> /Users/kfitzpatrick/Documents/workspace_3.3/OpenPyro/target/flexcover-classes/TestRunner.mxml

OK, I see the problem now. Velo improved the testing support a while
back, but the new testing support stuff is not compatible with the old
templates. The flexcover stuff is using the old template from before
the new testing support, I just updated the template in trunk.

So you can either build trunk and use that, or put the new template in
your pom for now. To do that, create a file called TestRunner.vm in
src/test/flex and put this in it:
http://svn.sonatype.org/flexmojos/trunk/rvin-mojo/flexcover-mojo/src/main/resources/test/TestRunner.vm

and then put this in your pom:

         <configuration>
          <testRunnerTemplate>src/test/flex/TestRunner.vm</testRunnerTemplate>
         </configuration>


Logan

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to