Yes we definitely need a zone for myfaces. I put out a call for volunteers a little while back asking for someone to take the lead on this. Do you want to volunteer? I haven't been monitoring the site-dev list lately because I have been so busy so I don't know much about what is required.
A solaris zone is definitely the way to go for the build. Right now the nightly build is on a server at my work. We have a lot of problems with the nightly build procedure now (no unit tests being run, build failures are not reported to the mailing list and the website changes are not published.) So I think getting a mavenized build up on a solaris zone would be huge. Eventually we could also host our example applications on a Tomcat instance which would be *very* nice to have. sean On 11/28/05, Bernd Bohmann <[EMAIL PROTECTED]> wrote: > 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 > >>>> > >>> > >> > > >
