Thank you,

Things started to compile but now I'm having your same problem via ant. I was able to use maven 1.0RC2 and it worked but on my linux workstation it failed 2 tests TestConstructRegistry and TestSDLResourceParser but on my windows workstation they all passed. I havn't looked deep into the log files of the tests to see if I can figure it out.

-kurt


Achim Huegen wrote:

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]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to