Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Running tests: Reference run.jpa.classpath not found

Hi all,

I just tried to run tests following the docs there:
https://wiki.eclipse.org/EclipseLink/Development/Testing/JPA
The command I run:  ant -f antbuild.xml test-jpa
Sadly I get the following error, which I have no idea how to fix:

BUILD FAILED
C:\Users\alehm\git\eclipselink\antbuild.xml:1575: The following error
occurred while executing this line:
C:\Users\alehm\git\eclipselink\jpa\eclipselink.jpa.test\antbuild.xml:1952:
The following error occurred while executing this line:
C:\Users\alehm\git\eclipselink\jpa\eclipselink.jpa.test\antbuild.xml:1687:
Reference run.jpa.classpath not found.

I have set the following build properties:
junit.lib=C:/Users/alehm/eclipse/eclipselink/extensionLib/junit.jar:C:/Users/alehm/eclipse/eclipselink/extensionLib/hamcrest-core-1.3.jar
extensions.depend.dir=C:/Users/alehm/eclipse/eclipselink/extensionLib
jdbc.driver.jar=C:/Users/alehm/eclipse/eclipselink/postgresql.jar
db.driver=org.postgresql.Driver
db.url=jdbc:postgresql://localhost:5432/test-db
db.user=alehm
db.pwd=

Can you give me a hint what to do?

 Best regards
Alex


Back to the top