On Sep 25, 2008, at 3:47 PM, 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?
Yes.
Quoting my own self from barely 2 days ago:
> If anything was actually failing, the test would, well, fail, and
the build wouldn't continue.
This case's a bit tricky - if you check the source code of the test
barfing that exception, you'll probably see some explanation in a todo.
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.
svn co http://svn.magnolia.info/svn/community/magnolia/tags/magnolia-3.6.1/
But why would you want to build a version that's been released instead
of simply using it ?
Binaries and sources are deployed on our maven repository, so if you
just add a dependency to the stuff you need, you should .. well .. get
it ...
-g
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------