Hi,
On this topic, I have noticed the following:
*
Unit tests aren't run as part of the standard "dist" target; they must
be run separately via "ant unit-test-all"
*
The unit tests in share/src/test aren't run by
"ant unit-test-all"
because they aren't one of the subprojects api, impl, tomahawk, sandbox.
*
Two tomahawk unit tests are currently failing:
HtmlDateRendererTest
StylesheetRendererTest
In fact, HtmlDateRendererTest wouldn't even compile for well over a week.
How about making *running* the unit tests part of the standard "dist"
target? (and fixing so the "share" unit tests are included)?
A dist build isn't successful if the unit tests fail IMHO...
Regards,
Simon
Sean Schofield wrote:
Bernd,
We have nightly builds and some unit tests. The unit tests are not
part of the nightly build though. That's about it. We obviously have
some work to do in that area. There has also been some discussion of
switching to Maven2.
sean
On 11/25/05, Bernd Bohmann <[EMAIL PROTECTED]> wrote:
Hello,
I found no information about continuous integration and myfaces.
Is a continuous integration system running?
Any plans for setup one?
Regards
Bernd