Will Hartung and I tracked down the problem with the MapBindingTests after
you signed off yesterday. It turned out not to be a problem with
MapBindingTests at all. In
ValidationAnnotationTest.testValidateTypeConverter() it changes the type
converter for Integer to a custom one that doubles the value. The problem
was that it was not resetting the type converter to its original value
before it exited.

http://stripes.svn.sourceforge.net/viewvc/stripes?view=revision&revision=1320

<http://stripes.svn.sourceforge.net/viewvc/stripes?view=revision&revision=1320>I'm
not surprised the web tests are broken for the trunk since I revamped the
example app in trunk a while back. I knew that would happen but since the
web tests don't run unless explicitly invoked I figured I'd go ahead and
pull them directly from 1.5.x and we could fix them later. And by "we," I
mean "you." :)

Let's hold off on restructuring for now. I'm going to have a fix in for the
JBoss problems people have reported today. Release 1.5.5 might follow
closely on the heels of 1.5.4.

-Ben

On Thu, Nov 11, 2010 at 7:47 AM, VANKEISBELCK Remi <r...@rvkb.com> wrote:

> Hi Ben, folks,
>
> Been cleaning a bit the poms and continuous integration settings on our
> Hudson instance.
>
> For both 1.5.x and trunk, I've "merged" the two maven plans (stripes and
> webtests) into a single one : everything will be triggered when someone
> commits. If a webtest fails, the build breaks and we'll know about it.
> The ANT plan is built after the mvn plan, even if maven fails.
> I think the setup is good like this, now waiting for your approval for
> directory layout refactoring (safer to do this during a "mini code freeze",
> avoids directory conflicts which are always a pain). I can do it in a branch
> if you need a POC :P
>
> I've tried to reproduce our strange MapBindingTests using both the command
> line and hudson on www.stripesframework.org, and I could not. The bug
> seems to have disappeared, which is as weird as the bug itself :P
> I've kicked a few builds to see if the failure was popping up again,the
> test's always green.
>
> Have you done something to fix the map problem ? If yes, I'd like to know
> what was the problem :P
>
> Last, webtests for trunk are broken at the moment. I'm having a look
> currently...
>
> Cheers
>
> Remi
>
>
> ------------------------------------------------------------------------------
> Centralized Desktop Delivery: Dell and VMware Reference Architecture
> Simplifying enterprise desktop deployment and management using
> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
> client virtualization framework. Read more!
> http://p.sf.net/sfu/dell-eql-dev2dev
> _______________________________________________
> Stripes-development mailing list
> Stripes-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-development
>
>
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Stripes-development mailing list
Stripes-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to