On 11/12/2009 09:52 AM, Arnaud HERITIER wrote:
Hi guys,
Thomas I just see your messages on IRC. We discovered few days ago
that this property (or mock.portal.dir ) has to be set to pass unit
tests . (it seems to be an issue in Exo kernel). Julien can probably
tell more about it.
Thus having tests failures in a build by default isn't possible for
me. We have actually 2 short term choices :
- force the developper to correctly setup it's environment to be sure
that tests will pass (it's what I did)
- disable tests by default using a profile thus you can build gatein
without additional config.
The targetted solution is to remove the usage of absolute paths in the
build (I opened a jira about that). But I don't know when it will be
done
In the meantime can we at least not enforce all of:
${exo.projects.directory.src}/gatein/portal/trunk/web/portal/src/main/webapp
but:
${something}/web/portal/src/main/webapp
And add some explanation in the readme.
cheers
Arnaud