Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] Compiler errors in trunk!

I fixed these this morning.  It should be compiling now.


-----Original Message-----
From: Eric Gwin 
Sent: Tuesday, April 13, 2010 12:55 PM
To: Dev mailing list for Eclipse Persistence Services
Subject: [eclipselink-dev] Compiler errors in trunk!

Hi,

It seems I had a logic failure in my log parser, and we've been having
some compilation failures that Edwin caught. The reason my parser missed
them is that MW does not stop the build upon compile failure.

The root cause seems to be that
o.e.p.internal.queries.DirectMapContainerPolicy was removed or renamed:

compile-mappingsmodel:
    [javac] Compiling 426 source files to
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/trunk/utils/eclipselink.utils.workbench/mappingsmodel/classesdebug
    [javac]
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/trunk/utils/eclipselink.utils.workbench/mappingsmodel/source/org/eclipse/persistence/tools/workbench/mappingsmodel/mapping/MWDirectMapContainerPolicy.java:28:
cannot find symbol
    [javac] symbol  : class DirectMapContainerPolicy
    [javac] location: package org.eclipse.persistence.internal.queries
    [javac] import
org.eclipse.persistence.internal.queries.DirectMapContainerPolicy;
    [javac]                                                ^
    [javac]
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/trunk/utils/eclipselink.utils.workbench/mappingsmodel/source/org/eclipse/persistence/tools/workbench/mappingsmodel/mapping/MWDirectMapContainerPolicy.java:151:
cannot find symbol
    [javac] symbol  : class DirectMapContainerPolicy
    [javac] location: class
org.eclipse.persistence.tools.workbench.mappingsmodel.mapping.MWDirectMapContainerPolicy
    [javac]         DirectMapContainerPolicy containerPolicy = new
DirectMapContainerPolicy();
    [javac]         ^
    [javac]
/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/trunk/utils/eclipselink.utils.workbench/mappingsmodel/source/org/eclipse/persistence/tools/workbench/mappingsmodel/mapping/MWDirectMapContainerPolicy.java:151:
cannot find symbol
    [javac] symbol  : class DirectMapContainerPolicy
    [javac] location: class
org.eclipse.persistence.tools.workbench.mappingsmodel.mapping.MWDirectMapContainerPolicy
    [javac]         DirectMapContainerPolicy containerPolicy = new
DirectMapContainerPolicy();
    [javac]                                                        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors

--
-Eric

Oracle <http://www.oracle.com>
Eric Gwin | Senior Software Developer
Phone: +613 288 4622 <tel:+613%20288%204622> | | Fax: +613 2382818
<fax:+613%202382818> | | Mobile: +613 8582347 <tel:+613%208582347>
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2
Green Oracle <http://www.oracle.com/commitment> Oracle is committed to
developing practices and products that help protect the environment

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top