FlexUnit 4

You can already now download an alpha-release of FlexUnit 4 from Digital Primates (the group behind Fluint and earlier dpuint), which:

…represents the best features of the FlexUnit project combined with the best features of the Fluint project. It is built on top of a newly created foundation designed to support the latest techniques used in the JUnit testing community, but written for the specific requirements and needs of the Flash Player.

[http://blogs.digitalprimates.net/codeSlinger/index.cfm/2009/5/3/FlexUnit-4-in-360-seconds]

After been working

Posted at 9am on 04/05/09 | 1 comment | Filed Under: flex, hudson, java, maven, meta, testing read on

Flex Team Plugin for Hudson

I have finally configured my environment enough for setting up a basic Hudson plugin. Basically I have followed the brief overview from here: http://wiki.hudson-ci.org/display/HUDSON/Plugin+tutorial. The biggest problem I had where that the mvn hpi:create didn´t recognize  the systemPath to tools.jar in the JAVA_HOME lib folder. When running the command in debug mode I found out that the pom somehow expected the JAVA_HOME to be pointing to the JRE subfolder. When changing this I succeeded

Posted at 5pm on 27/04/09 | 2 comments | Filed Under: hudson, java, maven read on