Re: Failing build

2012-01-06 Thread Igor Drobiazko
Nice. I just added a new job for 5.3 branch. Let's see whether it runs successfully. https://builds.apache.org/job/tapestry-5.3-freestyle/ On Fri, Jan 6, 2012 at 5:07 PM, Howard Lewis Ship wrote: > I'll have to take a peek ... I've tweaked the Jenkins build, > hopefully, to build using the Grad

Re: Failing build

2012-01-06 Thread Howard Lewis Ship
I'll have to take a peek ... I've tweaked the Jenkins build, hopefully, to build using the Gradle wrapper, so it should not matter what version of Gradle is installed on each machine. On Fri, Jan 6, 2012 at 5:24 AM, Igor Drobiazko wrote: > Ok, the encoding issue fixed. Now the build fails because

Re: Failing build

2012-01-06 Thread Igor Drobiazko
Ok, the encoding issue fixed. Now the build fails because of some issue with gradle. https://builds.apache.org/job/tapestry-trunk-freestyle/652/console I think we need to upgrade ubuntu2 to use the most recent Gradle milestone. Does anybody know how to do that? On Fri, Jan 6, 2012 at 12:23 AM, J

Re: Failing build

2012-01-05 Thread Josh Canfield
The test machine probably has a non-UTF8 character encoding. You can make this test fail locally if you set the -Dfile.encoding to something other than UTF-8 when you run the tests. In XMLTokenStream.openStream() adding explicit encoding fixes the problem InputStreamReader rawReader = ne

Re: Failing build

2012-01-05 Thread Massimo Lusetti
On Thu, Jan 5, 2012 at 10:30 PM, Howard Lewis Ship wrote: > I wonder if this is a real bug caused by, perhaps, some different JDK > configuration on the Jenkins server than on our workstations? I don't know which configurations could cause that but indeed the test suite is running fine in both m

Re: Failing build

2012-01-05 Thread Howard Lewis Ship
I wonder if this is a real bug caused by, perhaps, some different JDK configuration on the Jenkins server than on our workstations? On Thu, Jan 5, 2012 at 12:45 PM, Igor Drobiazko wrote: > The build is failing since December 15th. Apart from Ajax test that fail > from time to time, we have a test

Failing build

2012-01-05 Thread Igor Drobiazko
The build is failing since December 15th. Apart from Ajax test that fail from time to time, we have a test case which fails constantly. See the following link. https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/tapestry-core/build/reports/tests/Tapestry%20Core/Service%20Unit%20Tests.h