Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Gail Badner
I updated Gradle to 2.14.1 and was able to continue the release process. :) On Fri, Aug 12, 2016 at 4:04 PM, Steve Ebersole wrote: > Ah, you may need to update that to 3 m1 > > On Fri, Aug 12, 2016, 5:29 PM Gail Badner wrote: > >> I executed `./gradlew --version`: >> >>

Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Steve Ebersole
Ah, you may need to update that to 3 m1 On Fri, Aug 12, 2016, 5:29 PM Gail Badner wrote: > I executed `./gradlew --version`: > > > Gradle 2.10 > > > Build time: 2015-12-21

Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Gail Badner
I executed `./gradlew --version`: Gradle 2.10 Build time: 2015-12-21 21:15:04 UTC Build number: none Revision: 276bdcded730f53aa8c11b479986aafa58e124a6 Groovy: 2.

Re: [hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Steve Ebersole
Which version of Gradle are you using? On Fri, Aug 12, 2016 at 4:51 PM Gail Badner wrote: > I'm getting a build failure. [1] > > Unless someone gets back to me shortly to help, I will have to postpone > releasing 5.1.1.Final until Monday. > > Regards, > Gail > > [1] > POM relocation to an other

[hibernate-dev] Build failure when building 5.1.1.Final

2016-08-12 Thread Gail Badner
I'm getting a build failure. [1] Unless someone gets back to me shortly to help, I will have to postpone releasing 5.1.1.Final until Monday. Regards, Gail [1] POM relocation to an other version number is not fully supported in Gradle : xml-apis#xml-apis;2.0.2 relocated to xml-apis#xml-apis;1.0.b

Re: [hibernate-dev] Build failure executing :hibernate-core:runAnnotationProcessors

2014-05-09 Thread Steve Ebersole
ing wrapper and version is 1.9. > This problem was resolved when I upgraded to java 1.7.0_55. > > Thanks > Mahesh > > -- > Date: Sat, 3 May 2014 09:45:34 -0500 > Subject: Re: [hibernate-dev] Build failure executing > :hibernate-core:runA

Re: [hibernate-dev] Build failure executing :hibernate-core:runAnnotationProcessors

2014-05-03 Thread Steve Ebersole
Are you using a local Gradle install, or the Gradle Wrapper? If a local Gradle install, which version? On Wed, Apr 30, 2014 at 3:10 PM, Mahesh Gadgil wrote: > I am facing the same issue Gale Badner mentioned in his email > (hibernate-core:runAnnotationProcessors - BUILD FAILED) - > Gail Badner

[hibernate-dev] Build failure executing :hibernate-core:runAnnotationProcessors

2014-04-30 Thread Mahesh Gadgil
I am facing the same issue Gale Badner mentioned in his email (hibernate-core:runAnnotationProcessors - BUILD FAILED) - Gail Badner Fri, 28 Mar 2014 16:35:18 -0700. but unlike him I am unable to resolve the issue. I am using java 1.7.0_51 and tried to compile 4.3 branch. ThanksMahesh

Re: [hibernate-dev] Build failure executing :hibernate-core:runAnnotationProcessors

2014-03-28 Thread Gail Badner
Just for the record, upgrading to Java 1.7.0_51 fixed the build for me. - Original Message - > From: "Steve Ebersole" > To: "Gail Badner" > Cc: "Hibernate" > Sent: Friday, March 28, 2014 4:22:35 AM > Subject: Re: [hiberna

Re: [hibernate-dev] Build failure executing :hibernate-core:runAnnotationProcessors

2014-03-28 Thread Steve Ebersole
Nope, but this would local to your system. It works for me and it is working in CI On Fri, Mar 28, 2014 at 12:52 AM, Gail Badner wrote: > After pulling, I am getting a failure executing > :hibernate-core:runAnnotationProcessors. > > I tried building with --debug and it looks like the > hiberna

[hibernate-dev] Build failure executing :hibernate-core:runAnnotationProcessors

2014-03-27 Thread Gail Badner
After pulling, I am getting a failure executing :hibernate-core:runAnnotationProcessors. I tried building with --debug and it looks like the hibernate-core/target/generated-src/apt/main is deleted without being re-generated. When hibernate-core is compiled, there are failures because package o

Re: [hibernate-dev] Build failure buiding envers

2013-11-22 Thread Steve Ebersole
Ah, I see. I applied metagen to tests in envers, not main. Seems an odd error given that condition. Hardy? I fixed my mistake. On Fri 22 Nov 2013 06:39:06 PM CST, Steve Ebersole wrote: > This looks to be a bug in the JPA metamodel generator: > > Caused by: java.lang.ClassCastException: > com.

Re: [hibernate-dev] Build failure buiding envers

2013-11-22 Thread Steve Ebersole
This looks to be a bug in the JPA metamodel generator: Caused by: java.lang.ClassCastException: com.sun.tools.javac.code.Symbol$TypeSymbol cannot be cast to javax.lang.model.element.TypeElement at org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor$ContainsAttributeTypeVisitor.visitDecla

[hibernate-dev] Build failure buiding envers

2013-11-22 Thread Gail Badner
:hibernate-envers:compileTestJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':hibernate-envers:compileTestJava'. > java.lang.ClassCastException: com.sun.tools.javac.code.Symbol$TypeSymbol > cannot be cast to javax.lang.model.element.TypeElement

Re: [hibernate-dev] build failure for hibernate-core master (with UTF-8)

2010-12-23 Thread Scheper, Erik-Berndt
erndt Van: Emmanuel Bernard [emman...@hibernate.org] Verzonden: woensdag 22 december 2010 19:33 Aan: Scheper, Erik-Berndt CC: hibernate-dev@lists.jboss.org Onderwerp: Re: [hibernate-dev] build failure for hibernate-core master (with UTF-8) Seems limited to some weird license headers. Can you prov

Re: [hibernate-dev] build failure for hibernate-core master (with UTF-8)

2010-12-22 Thread Emmanuel Bernard
Seems limited to some weird license headers. Can you provide a pull request, I'll apply it. On 22 déc. 2010, at 11:34, Scheper, Erik-Berndt wrote: > Hi, > > While merging HHH-5750 from 3.6 branch to master, I encountered a build > failure for the master branch of hibernate-core. This happened

[hibernate-dev] build failure for hibernate-core master (with UTF-8)

2010-12-22 Thread Scheper, Erik-Berndt
Hi, While merging HHH-5750 from 3.6 branch to master, I encountered a build failure for the master branch of hibernate-core. This happened on my ubuntu VM. See the error log below. Apparently some characters in newly introduced files (commit https://github.com/hibernate/hibernate-core/commit/1

Re: [hibernate-dev] Build Failure

2009-10-03 Thread Sanne Grinovero
Hi Quintin, Java 6 doesn't support making the moon blue, you'll have to use Java 5. Then you'll probably need to set the disableDistribution environment variable to true to skip documentation building, which requires you to have po2xml installed: mvn clean test -DdisableDistribution=true regard

[hibernate-dev] Build Failure

2009-10-02 Thread Quintin Beukes
When I get hibernate to build, I'm very pleased, as it happens once in a blue moon. This is the most common error (it built just a minute ago, all I changed was edit the PostgreSQLDialog.java file - changing a: return ""; // " cascade"; To: return " cascade"; Now it gives this. I got the same