« Return to Thread: trunk build broken

Re: trunk build broken

by mobrien :: Rate this Message:

Reply to Author | View in Thread

Andreas,
    Hi, thanks for verifying this, I get the same under the latest
revision in trunk.
    As a temporary workaround until tomorrow morning, try the build 5
versions previous, from a couple hours before the last revision - this
one compiled ok on a separate clean view and passed hourly continuous
build verification.

    Rev# 4587
        http://fisheye2.atlassian.com/changelog/eclipselink/?cs=4587

    Trunk should be good by 09:00EDT tomorrow morning Thursday 2 July,
after today's Canada Day holiday.

    We will get back to you Thursday morning.
    thank you
    /michael


--------------build logs for the latest trunk rev#-----------
    [javac] symbol  : method substringSingleArg()
    [javac] location: class
org.eclipse.persistence.expressions.ExpressionOperator
    [javac]         addOperator(ExpressionOperator.substringSingleArg());
    [javac]                                       ^
    [javac] 1 error
C:\view_w342f\build.xml:208: The following error occurred while
executing this line:
C:\view_w342f\foundation\org.eclipse.persistence.core\build.xml:143:
Compile failed; see the compiler error output for details.

Total time: 1 minute 25 seconds

Andreas Kollegger wrote:

> 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

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

 « Return to Thread: trunk build broken