Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ On Debian or Ubuntu you can grab all of the above with:
#### Junit
Junit is included in the LOCKSS source distribution, but the Ant targets that invoke JUnit (test-xxx) require the JUnit jar to be on Ant's classpath. The easiest way to do that is to copy lib/junit.jar into Ant's lib directory (\<ant-install-dir\>/ant/lib) or your local .ant/lib directory.

##### JAVAHOME Environment variable
For some of the tools the JAVAHOME env var must be set to the directory in which the JDK is installed. (I.e., it's expected that tools.jar can be found in $JAVAHOME/lib)
##### JAVA_HOME Environment variable
For some of the tools the JAVA_HOME env var must be set to the directory in which the JDK is installed. (I.e., it's expected that tools.jar can be found in $JAVA_HOME/lib)

### To Build
-`ant test-all`
Expand Down