Lately I cannot build Ebean from SVN as the build freezes. Here's what I do:
# svn co https://ebeanorm.svn.sourceforge.net/svnroot/ebeanorm/ebean/trun
# cd trunk
# mvn clean install
SVN checkout goes normally, but then mvn clean install freezes at some
point. Please see mvn.out attached. Where it get's to the point:
** WAIT **
** WAIT **
** WAIT **
** WAIT **
** WAIT **
The last ** WAIT ** takes a lot of time, like a few hours. And then
these connection closed warning come which I assume are not a sign of
success. This happens on Windows 7 64bit and Ubuntu 10.04 64bit machines.
I'm noob in Maven, but it looks like the problem is in testing phase.
How can I skip testing and just build snapshot jars?
BTW since I have Ebean project in Eclipse (with m2 installed), is it
possible to build (possibly skip testing) snapshot jars in Eclipse?
Regards
--
Saulius
Saulius
Saulius
Just do let you know, I slightly changed the way how the thread syncronization works.
You should see a output something like this now - And no, it should not take hours!
INFO: DataSourcePool [h2] grow; id[h2.1] busy[2] max[25]
** WAIT **
** WAIT **
** WAIT **
** WAIT **
** WAIT **
** WAIT **
** WAIT **
** WAIT **
** DO LAZY FETCH **
** DO LAZY FETCH **
** DO LAZY FETCH **
** DO LAZY FETCH **
** DO LAZY FETCH **
** DO LAZY FETCH **
** DO LAZY FETCH **
** DO LAZY FETCH **
Ciao,
Mario
2012/3/6 Saulius Pačekajus
Hi
Great! :-)