Entries tagged as maven
Monday, July 19. 2010
Maven Housekeeping: Cleanup your local repository on Linux
Friday, April 2. 2010
Official Maven support for Groovypp
I'm glad to be able to depricate my own post Groovy++-with-Maven a couple of weeks ago. The Groovy++ team has already taken action and provides the groovvypp libraries in a commonly accessible repository. They also provide a preliminary version of the gmaven plugin that supports statically linked Groovy.
For details see Using-groovypp-with-maven and also the related update Using-groovypp-with-maven (update).
Friday, February 26. 2010
Build Groovy++ with Maven
Please see my update Official-Maven-support-for-Groovypp.
If you are already a fan of Groovy you probably will also be a fan of the rising star Groovy++. Even people that dislike the dynamic magic of Groovy must agree, that this is cool stuff, mixing the power of Groovy with the safety and performance of classical Java. Since Groovy++ is still brand new it lacks of any Maven support today. In the following I will show how you can tweak the GMaven plugin for using the Groovy++ extensions.
Please be aware that this is just a very quick work to get it running and might not be stable. For example I did not verify all the necessary dependencies. So further work has to be done.
Saturday, November 14. 2009
Fun with Spring Actionscript and Maven (Updated)
Spring Actionscript is a great library - no question. It makes it much easier to mock Cairngorm service delegates and rewire them for testing with FlexUnit. Testing the full event/command/delegate workflow is pretty easy.
However today I had quite some "fun" with the Maven artifact and it's transitive dependencies in combination with Maven 2.2.1. Spring Actionscript has some dependencies to these artifacts:
- as3commons-lang
- as3commons-logging
- as3commons-reflect
Continue reading "Fun with Spring Actionscript and Maven (Updated)" »
Monday, March 30. 2009
Unit Testing With Flex Mojos
When I tried to update another project to flexmojos-maven-plugin 3.x I realized that I missed a step, when I wrote the upgrade instructions from flex-mojos 2.0.0 to the newer plugin. While the first project was at its very beginning with no Unit tests existing yet, the newer project had already quite some unit tests.
When running maven after I followed my own instructions I go this error:
Continue reading "Unit Testing With Flex Mojos" »[ERROR] <PROJECT PATH>/target/test-classes/TestRunner.mxml:[-1,-1] Unable to locate specified base class 'org.sonatype.flexmojos.unitestingsupport.TestApplication' for component class 'TestRunner'.