Paul Hodges wrote:
OK, I want to be able to build Magnolia, using Windows, with a view to
adding LDAP to it. I have no experience of Maven, but plenty of
compiling and linking in the distant past.
I have downloaded the trunk, and it compiles successfully - so it says
at the end; but if I look at the output during the compile, I find that
the tests for module-exchangesimple have the INFO messages declaring
success interlaced with Java exceptions such as:
ERROR info.magnolia.module.exchangesimple.ReceiveFilter
ReceiveFilter.java(cleanUp:526) 25.09.2008 14:29:03 failed to
invalidate session
So is the build good or not?
My other question is how do I build a specific version? The trunk is
giving me 3.7-SNAPSHOT, but I would rather build 3.6.1 (which I am
already running). I have tried a number of things, but clearly I am
not doing it right.
Paul
It can be a good build and have exception in the unit test output.
Think of a test that is testing a condition that should fail. In such a
case no exception would essentially be a test failure. In my personal
experience, if any of the tests fail, the entire build fails. You have
a good build. If you are curious about the exceptions, just take a look
at the unit test source code.
--David
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------