Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] JMockit external dependency.

Hi EclipseLink Dev,

there is new external dependency when building/running MOXy tests - JMockit, so feel free to use JMockit when writing JUnit tests.

It is necessary to put JMockit jars into extension.lib.external directory.

If you don’t know, what extension.lib.external directory is, look at https://wiki.eclipse.org/EclipseLink/Building#Environment_Setup

You can download JMockit jars from maven.

It should be simple to use JMockit also in other projects like JPA. You need to put JMockit jars to extension.lib.external directory and add JMockit dependency to given antbuild.xml file.

Cheers,
Martin Vojtek

Back to the top