Flex-mojos 2.0-alpha3
After a few time working on issues and on get a better test coverage, here is a new flex-mojos release.
On flex-mojos alpha2 the test coverage was near to 44% (blocks). Now, on alpha3 code coverage is 81% (blocks). While I was writing those extra integration tests I was able to find and fix some unknown issues.
BTW, I take some time to fix issues too. 8 issues closed:
* Issue 12 - now you can run a quick build by typing mvn install -Dquick.compile=true. It will compare the last generated artifact with current sources. If there is any new code, will recompile. If not will skip compilation.
* Issue 43 - flex-mojos will ignore test errors using -Dmaven.test.failure.ignore=true (same expression used by surefire)
* Issue 53 - flex-mojos will skip test running with -DskipTests=true. It will compile the tests. But will not run they.
* Issues 67 and 68 some fixes on AsDoc support.
* Issue 69 flex-mojos tests runner will add a sandbox exception to run tests. To do that just need to add the configuration updateSecuritySandbox. Default value is false.
* Issue 70 just a cosmetic change on flex-super-pom.
* Issue 71 fixed an old issue on compiled localization support. After Adobe feedback was piece of cake =P
This version should be flex-mojos most stable release.
VELO
How do I get started using Flex mojos? I’d like to create a flex application that is managed with maven.
Hi,
If you don’t know maven, start with it.
This book rox:
http://www.sonatype.com/book/
Then, there are several sample applications here:
http://svn.sonatype.org/flexmojos/trunk/rvin-mojo/flex-mojo-IT/src/test/resources/
simple-flex-application is a hello world. Best place to start.
As last resource you join on flex-mojos google group.
VELO
How to use Flex-mojos-2.0-alpha ??
Hi, I’m currently switching from israfil to flex-mojos because I need more configuration option (mainly module).
I have some problem with version 1.0 and would like to use the version 2.0 before submitting a bug.
But how can I use this version ?
Do you have a repository with snapshot version ?
Must I compile it ?
However thanks for your work, very very usefull for us here.
Chris.
Time to time I release flex-mojos-2.0-alphas… so, you don’t need to compile it from SVN.
You can see several samples here:
http://svn.sonatype.org/flexmojos/trunk/rvin-mojo/test-harness/src/test/resources/
If you still with problem, ping us at google group.
VELO