Ok,
independent of ant or maven build.
MyFaces is only using a nightly build?
Which component is creating the nightly build?
Can we use a system for continuous integration?
The maven folks are using maven.zones.apache.org for her continuous
integration system.
Should we request a own solaris zone?
Regards
Bernd
Sean Schofield schrieb:
I agree that the unit tests need to be run as part of the nightly. At
this point my feeling is that we leave the ant builds alone and we
focus on a Maven2 build which will include the unit tests and publish
the results.
There has been a lot of interest in switching to Maven2. I'm new to
Maven but I'm willing to check it out. Perhaps the Tobago folks can
help us with the new script? I know there were a few others
supposedly working on a Maven2 script but so far no word from them.
sean
On 11/27/05, Simon Kitching <[EMAIL PROTECTED]> wrote:
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