[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [eclipselink-dev] test-dbws-builder-oracle failed to run
|
Hi,
have you tried passing -Dservlet.jar=jakarta.servlet-api.jar to the
build? If this does not work, can you try it by running the build
directly using utils/eclipselink.dbws.builder.test.oracle/antbuild.xml
(which is called from the antbuild.xml in the root)?
thanks,
--lukas
On 4/3/19 10:58 PM, Ravi babu Tummuru wrote:
Hi Lukas,
I am running ant -f antbuild.xml test-dbws-builder-oracle and it
failed as below. I only have "jakarta.servlet-api.jar" in my env. Do we
need to set up any extra env variable ..?
init:
[echo] junit.lib
='/scratch/rtummuru/extension.lib.external/junit-4.12.jar:/scratch/rtummuru/extension.lib.external/hamcrest-core-1.3.jar'
[echo] asm.jar
='/scratch/rtummuru/eclipselink/utils/eclipselink.dbws.builder.test.oracle/../../plugins/org.eclipse.persistence.asm_7.0.0.v201811131354.jar'
[echo] dbwsbldr.jar
='/scratch/rtummuru/eclipselink/utils/eclipselink.dbws.builder.test.oracle/../../plugins/org.eclipse.persistence.dbws.builder_3.0.0.qualifier.jar'
[echo] servlet.jar
='/scratch/rtummuru/eclipselink/utils/eclipselink.dbws.builder.test.oracle/../../plugins/${servlet.jar}'
[echo]
ddlparser.jar='/scratch/rtummuru/eclipselink/utils/eclipselink.dbws.builder.test.oracle/../plugins/org.eclipse.persistence.oracleddlparser_1.0.0.v201807030954.jar'
[echo] wsdl.jar
='/scratch/rtummuru/eclipselink/utils/eclipselink.dbws.builder.test.oracle/../plugins/javax.wsdl_1.6.2.v201012040545.jar'
[echo] persistence.jar
='../../jpa/plugins/jakarta.persistence_2.2.2.jar'
BUILD FAILED
/scratch/rtummuru/eclipselink/antbuild.xml:1654: The following error
occurred while executing this line:
/scratch/rtummuru/eclipselink/utils/eclipselink.dbws.builder.test.oracle/antbuild.xml:173:
Cannot find:
'/scratch/rtummuru/eclipselink/utils/eclipselink.dbws.builder.test.oracle/../../plugins/${servlet.jar}'
Thanks
Ravi