If you create a miniature project (one class, one test) that
illustrates your problem, I can post the correct pom config for it.
By the way, thanks for the config details on flex-unit... you've
helped me think of a way to integrate flex-unit support better than I
had originally been thinking.
Christian
Here's a tiny project based on ADOGO's great example.
http://adogo.us/meetings/#2007oct
I removed the Coldfusion things, the mxml files except Test.mxml, moved
the test-specific resources to src/test/flex folder and modified the POM.
Dependency flexunit equals:
http://as3flexunitlib.googlecode.com/files/flexunit-.85.zip
flexunitoptional equals:
http://weblogs.macromedia.com/pmartin/tooling/flexunit/FlexUnitOptional-src.zip
flexunitant equals:
http://weblogs.macromedia.com/pmartin/tooling/flexunit/FlexAntTasks-src.zip
Regards, Hannu