Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Build Failed - EclipseLink Bootstrap Automated Builds

peter.krogh@xxxxxxxxxx wrote:
test-dbws-utils:
Trying to override old definition of task javac

test-common-available:

compile-common:
    [mkdir] Created dir: /shared/rt/eclipselink/trunk/utils/eclipselink.utils.dbws.test/classes
    [javac] Compiling 2 source files to /shared/rt/eclipselink/trunk/utils/eclipselink.utils.dbws.test/classes
    [javac] Since fork is false, ignoring memoryMaximumSize setting.
    [javac] /shared/rt/eclipselink/trunk/utils/eclipselink.utils.dbws.test/src/dbws/testing/DBWSTestSuite.java:41: package org.eclipse.persistence.tools.dbws does not exist
    [javac] import org.eclipse.persistence.tools.dbws.DBWSBuilder;
    [javac]                                          ^
    [javac] /shared/rt/eclipselink/trunk/utils/eclipselink.utils.dbws.test/src/dbws/testing/DBWSTestSuite.java:42: package org.eclipse.persistence.tools.dbws does not exist
   ...
    [javac] 11 errors

BUILD FAILED
/opt/public/rt/eclipselink/bootstrap.xml:208: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/autobuild.xml:303: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/build.xml:664: The following error occurred while executing this line:
/shared/rt/eclipselink/trunk/utils/eclipselink.utils.dbws.test/build.xml:152: Compile failed; see the compiler error output for details.
  
The build is dying in eclipselink.utils.dbws.test/build.xml because waay back up in the trunk's build.xml no one is
calling the package-util-dbws-jar target


--
Oracle Email Signature Logo
Mike Norman | Principal Software Designer | 613.288.4638
Oracle Server Technologies | EclipseLink Product
45 O'Connor Street, Suite 400 | Ottawa, ON K1P 1A4 | (fax) 613.238.2818


Back to the top