Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] junit tests

I was reminded that I checked in some code that requires anyone executing the Dali junit tests to set a Java system property that points at a JAR holding the javax.persistence classes. To do this, go to the appropriate Launch Config "Arguments" tab and add a "VM argument" that looks something like this:

    -Dorg.eclipse.jpa.jar=C:/dev/jpa.jar

Let me know if I forgot anything else. :-)

Brian



Back to the top