Skip to main content

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

Hi,

Use test-jpa22 target instead. Or if you’re running from the root, take a look at what test-lrg target is calling or check .travis.yml file.

Thanks,
—lukas 

22. 3. 2019 v 23:13, Alexander Lehmann <a.lehm@xxxxxx>:

> 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
> _______________________________________________
> eclipselink-dev mailing list
> eclipselink-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top