Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Build errors

After updating this morning, I'm getting the following compile issues when doing a full build, any ideas?
 
compile:
    [javac] Compiling 213 source files to C:\Work\eclipse\jpa\eclipselink.jpa.wd
f.test\classes
    [javac] C:\Work\eclipse\jpa\eclipselink.jpa.wdf.test\src\org\eclipse\persist
ence\testing\framework\wdf\server\CollectNotificationsListener.java:41: method d
oes not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] C:\Work\eclipse\jpa\eclipselink.jpa.wdf.test\src\org\eclipse\persist
ence\testing\framework\wdf\server\TestAssumptionFailed.java:32: cannot find symb
ol
    [javac] symbol  : method fireTestAssumptionFailed(org.junit.runner.notificat
ion.Failure)
    [javac] location: class org.junit.runner.notification.RunNotifier
    [javac]         notifier.fireTestAssumptionFailed(failure.restore());
    [javac]                 ^
    [javac] 2 errors
 
BUILD FAILED
C:\Work\eclipse\build.xml:315: The following error occurred while executing this
 line:
C:\Work\eclipse\jpa\eclipselink.jpa.wdf.test\build.xml:178: Compile failed; see
the compiler error output for details.
 

Back to the top