We use FlexBuilder and are moving our build from Ant. We've got an
AntTestRunner.mxml which sits in src/main which I know isn't the right
place for it to be but I believe is necessary in order to run visual
tests from within FlexBuilder.

I can't get my Maven compile to work while this file exists (it's
happy once I delete it). Does anyone know why this happens?

I've tried the externs argument:

<plugin>
                <groupId>info.rvin.mojo</groupId>
                <artifactId>flex-compiler-mojo</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <sourceFile>indaba.mxml</sourceFile>
                    <externs>
                                                <extern>AntTestRunner</extern>
                                        </externs>
                </configuration>
            </plugin>


but it seems that either it's being ignored or I haven't written it
properly. Could anyone shed some light on this?

Many thanks,
Michael
--~--~---------~--~----~------------~-------~--~----~
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