Re: [hibernate-dev] New Validator fisheye url

2010-10-14 Thread Hardy Ferentschik
An update of the Jira integration would be great. The issue keys are HV. On Thu, 14 Oct 2010 04:34:34 +0200, Steve Ebersole wrote: > You want me to set up Jira for this? Which issue keys should come from > this > server? HV? BVAL? Others? > > > On Wednesday, October 13, 2010, at 07:04 am,

Re: [hibernate-dev] Fwd: [Hibernate-JIRA] Closed: (HHH-5616) Switch to Gradle for builds

2010-10-14 Thread Galder Zamarreño
Acutally, just found it in http://docs.codehaus.org/display/GRADLE/Gradle+0.8+Breaking+Changes gradle -xtest clean build On Oct 14, 2010, at 4:02 PM, Galder Zamarreño wrote: > How do you run a build skipping test execution? > > I've tried the following but no luck: gradle -Dskip.tests=true cle

[hibernate-dev] Hibernate-infinispan tests disabled, why?

2010-10-14 Thread Galder Zamarreño
I've just spotted that the hibernate-infinispan gradle file says: test { environment['java.net.preferIPv4Stack'] = true environment['jgroups.ping.timeout'] = 500 environment['jgroups.ping.num_initial_members'] = 1 environment['jgroups.udp.enable_bundling'] = false //environment['jg

Re: [hibernate-dev] Hibernate-infinispan tests disabled, why?

2010-10-14 Thread Steve Ebersole
This was based on the Gradle proof-of-concept I did quite sometime ago. If things are out of date, please feel free to correct. We all have "commit rights" for a reason ;) On Thursday, October 14, 2010, at 09:36 am, Galder Zamarreño wrote: > I've just spotted that the hibernate-infinispan gra

Re: [hibernate-dev] Fwd: [Hibernate-JIRA] Closed: (HHH-5616) Switch to Gradle for builds

2010-10-14 Thread Steve Ebersole
Missed this earlier somehow... On Tuesday, October 12, 2010, at 04:56 am, Emmanuel Bernard wrote: > 1. (gradle build) the test suite shows massive failures > (3082 tests completed, 2371 failures or something along those lines) is > that expected? That was an odd timing related issue which effect

[hibernate-dev] null values in validation

2010-10-14 Thread Federico Mancini
Hi, we managed to implement a first version of boolean composition for the validator, and it seems to require very few changes to the code. We also opened an issue on Jira about that. From the tests we ran, the constraints seem to be evaluated correctly, but we have some strange behaviour re

Re: [hibernate-dev] Fwd: [Hibernate-JIRA] Closed: (HHH-5616) Switch to Gradle for builds

2010-10-14 Thread Steve Ebersole
FYI, I wrapped this up into a blog entry: http://in.relation.to/Bloggers/HibernateGradlePointers On Monday, October 11, 2010, at 08:58 pm, Steve Ebersole wrote: > I should have pointed out some of the basic commands you'll commonly need. > All these can be found in the Gradle User Guide: > http: