On Mon, Nov 9, 2009 at 1:09 PM, leif <[email protected]> wrote: > 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-->
If you look closely, you'll notice that this "error" is in a comment. It's actually not an error, just a reminder why we can't use velocity to do the template generation because it results in errors like this. But it's just a reminder comment (and has outlived it's usefulness and should probably be removed). 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/ -~----------~----~----~----~------~----~------~--~---
