First commit

Everything almost set up. Up to now, two great problems:
  1. The official and working way to integrate Groovy with maven is gmaven, and not groovy-maven. The group and artifact id are similar, so it's easy to be confused.
  2. I have a pesky java.lang.ArrayIndexOutOfBoundsException: 0 at org.easyb.domain.BehaviorFactory.stripPattern (BehaviorFactory.java:114) when I try to run my test scenario. Still unresolved...
The solution for point 1 is quite easy:

WRONG:
groupid: org.codehaus.mojo.groovy
artifactid: groovy-maven-plugin
version: 1.0-beta-3

CORRECT:
groupid: org.codehaus.groovy.maven
artifactid: gmaven-plugin
version: 1.0-rc-5

I'm still working on 2. I'll commit for now, however.

Comments

Popular posts from this blog

EasyB story fixed

Eclipse + Groovy + EasyB + Maven...

Still no clues...