« Return to Thread: trunk build broken

trunk build broken

by Andreas Kollegger-2 :: Rate this Message:

Reply to Author | View in Thread

Hi,

In the current trunk, there is a compile error caused by a missing  
method in ExpressionOperator. Has someone forgotten to check-in an  
update?

    [javac] /Users/akollegger/Developer/sandbox/osgi/eclipselink/trunk/
foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/
internal/databaseaccess/DatasourcePlatform.java:297: cannot find symbol
    [javac] symbol  : method substringSingleArg()
    [javac] location: class  
org.eclipse.persistence.expressions.ExpressionOperator
    [javac]          
addOperator(ExpressionOperator.substringSingleArg());
    [javac]                                       ^
    [javac] Note: /Users/akollegger/Developer/sandbox/osgi/eclipselink/
trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/
persistence/internal/helper/Helper.java uses or overrides 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] 1 error


Best,
Andreas
_______________________________________________
eclipselink-users mailing list
eclipselink-users@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

 « Return to Thread: trunk build broken