Hi,
I'm not able to build hivemind from cvs, but here is what I figured out so far:
The missing files are generated by an ant script and should go to the framework/java/generated-java directory. You can call "ant" in the framework subdirectory to generate them, you will need ant 1.6.1 and howards ant-grab task in ant's lib directory ( http://howardlewisship.com/downloads/AntGrab.zip )
On my system the ant-script fails during compilation with this error:
[javac] HiveMindTestCase.java:197: cannot resolve symbol
[javac] symbol : method assertEquals (java.lang.String,java.lang.String,java.lang.Object)
[javac] location: class org.apache.hivemind.test.HiveMindTestCase
[javac] assertEquals("Message", message, e.getMessage());
This seems to be a junit version mismatch!?
I don't have success with maven (1.0RC3) either: "maven jar" results in 'No java source files to compile.'
Howard, can you help?
Achim
Hello,
I'm new to Hivemind and very interested in what it can do. I'm looking for an alternative to Avalon and the Avalon based frameworks, but when I downloaded Hivemind from CVS it seemed to be missing the SDL parser files causing it not to compile and I was just wondering if this will be fixed. It does not stop my evalulation of Hivemind because of the binaray downloads but it does make it a little bit more difficult to keep up with the latest enhancements. :)
Thank you -kurt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
