Hi again, I checked out the trunk sources from svn but having problems building it using Eclipse Indigo (on windows 7, 64bit).
In eclipse I first tried to compile using Java 6 but as this didn't seem to work I installed a Java 5 SDK and got rid of many errors that seem to come
with java reference implementations (scripting, ..) that are already present in java 6.
From what I see most of the errors (I am just looking at the first 500) are class references that cannot be found or junit classes that are missing. As in the pom's junit is
specified as provided I would say that there is some problem with the maven container that seems to be unable to provide the dependencies.
Is there anything besides installing subversion and the maven2eclipse plugins that should be configured?
c