Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Tests don't compile in branch 1.1.2, checkout trunk is not enough?

Tests don't compile in branch 1.1.2

Do I need something else than checkout trunk and run ant?

C:\EclipseLinkSrc\br1.1.0\trunk\foundation\eclipselink.core.test\src
\org\eclipse\persistence\testing\framework\JUnitTestCase.java:102:
package junit
.framework does not exist
    [javac]         if
(!(junit.framework.TestCase.class.isAssignableFrom(junitT
estCaseClass))) {
    [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] 100 errors

BUILD FAILED
C:\EclipseLinkSrc\br1.1.0\trunk\build.xml:227: The following error
occurred whil
e executing this line:
C:\EclipseLinkSrc\br1.1.0\trunk\foundation\eclipselink.core.test\build.x
ml:79: C
ompile failed; see the compiler error output for details.

Total time: 49 seconds
C:\EclipseLinkSrc\br1.1.0\trunk>


Back to the top