I have a flex project where flexmojos-unittest-support does not include
sources in generated-sources/flex folder. Tests that reference give errors
indicating that the source is not found.
This particular project has no static source, all the source is generated
via exec-maven-plugin during the generate-sources phase. The
flexmojos-maven-plugin finds it just fine as it has the following
configuration.
<includeSources>
<source>${project.build.directory}/generated-sources/flex</source>
</includeSources>
Why does the unit test plugin ignore this folder? Is this configurable?
In maven usually you don't have to specify this folder as source because
it's assumed. However perhaps the various flex plugins aren't configured to
look in ${project.build.directory}/generated-sources/flex?
How does one do this for unit tests?
-Dave
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---