Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Updated build to use new javax.persistence bundles

yea. despite assurances. modelgen is dependent upon the 21 preview. once I reverted a variable change it works again.

-Eric

On 04/12/2012 12:37 PM, Gul Onural wrote:
Eric,

Loadbuild on master is failing after I rebase, possibly because of the new javax.persistence bundles. Could you please take a look ? Thanks.

The error is here:

compile-with-modelgen:
      [copy] Copying 1 file to D:\newgitrepo\eclipselink.runtime\jpa\eclipselink.jpa.test\classes
      [copy] Copying 1 file to D:\newgitrepo\eclipselink.runtime\jpa\eclipselink.jpa.test\classes
      [copy] Copying 1 file to D:\newgitrepo\eclipselink.runtime\jpa\eclipselink.jpa.test\classes\META-INF
      [echo] Loading C:\Users\gonural/build.properties...
      [echo] Notice: custom properties file 'C:\Users\gonural/test.properties' not found to load.
      [echo] jpatest.build.location='D:/newgitrepo/eclipselink.runtime/jpa/eclipselink.jpa.test'
      [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.5.0.qualifier.jar'

model-compile:
     [javac] Compiling 160 source files to D:\newgitrepo\eclipselink.runtime\jpa\eclipselink.jpa.test\classes
Warning: Reference compile.modelgen.path has not been set at runtime, but was found during
build file parsing, attempting to resolve. Future versions of Ant may support
  referencing ids defined in non-executed targets.
Warning: Reference compile.path has not been set at runtime, but was found during
build file parsing, attempting to resolve. Future versions of Ant may support
  referencing ids defined in non-executed targets.
     [javac] An exception has occurred in the compiler (1.6.0_35). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking th
e Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
     [javac] com.sun.tools.javac.code.Symbol$CompletionFailure: class file for javax.persistence.ParameterMode not found

BUILD FAILED
D:\newgitrepo\eclipselink.runtime\antbuild.xml:504: The following error occurred while executing this line:
D:\newgitrepo\eclipselink.runtime\jpa\eclipselink.jpa.test\antbuild.xml:511: The following error occurred while executing this line:
D:\newgitrepo\eclipselink.runtime\jpa\eclipselink.jpa.test\antbuild.xml:481: Compile failed; see the compiler error output for details.



-----Original Message-----
From: Eric Gwin
Sent: December-04-12 11:14 AM
To: Dev mailing list for Eclipse Persistence Services
Subject: [eclipselink-dev] Updated build to use new javax.persistence bundles

This is for 2.4 and 2.5, new compdeps being populated now. 2.3 update will follow.
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top