Re: [hibernate-dev] some change broke master build

2011-03-24 Thread Strong Liu
oh, sorry about that :( --- Strong Liu http://hibernate.org http://github.com/stliu On Mar 25, 2011, at 3:40 AM, Steve Ebersole wrote: > We got it promoted.. > > On Thursday, March 24, 2011, at 01:44 pm, Steve Ebersole wrote: >> Lots of us are getting failures with gradle-jdocbook too.

Re: [hibernate-dev] some change broke master build

2011-03-24 Thread Steve Ebersole
We got it promoted.. On Thursday, March 24, 2011, at 01:44 pm, Steve Ebersole wrote: > Lots of us are getting failures with gradle-jdocbook too... > > Could not resolve all dependencies for configuration > ':documentation:classpath': > - unresolved dependency: org.jboss.jdocbook#gradle-jdocbo

Re: [hibernate-dev] some change broke master build

2011-03-24 Thread Steve Ebersole
Lots of us are getting failures with gradle-jdocbook too... Could not resolve all dependencies for configuration ':documentation:classpath': - unresolved dependency: org.jboss.jdocbook#gradle-jdocbook;1.1.0: not found https://repository.jboss.org/nexus/content/groups/public/org/jboss/jdocbo

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-24 Thread Hardy Ferentschik
On Wed, 23 Mar 2011 15:41:29 +0100, Max Rydahl Andersen wrote: >> Speaking of shading, this could be an easy solution for METAGEN-53 as >> well. >> > > For metagen-53 I recall that the only dependency is class name lookup > which could just as easily be replaced with strings to avoid the

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-24 Thread Max Rydahl Andersen
> > Speaking of shading, this could be an easy solution for METAGEN-53 as well. > For metagen-53 I recall that the only dependency is class name lookup which could just as easily be replaced with strings to avoid the multijar setup. Maybe the same goes for validator annotation processor ? /ma