From 17bc3fddc3cc4179b7573a64686e9928b66844e8 Mon Sep 17 00:00:00 2001 From: Joe Buck Date: Mon, 16 Sep 2013 18:07:56 -0700 Subject: Add ANT_HOME to README example On CentOS, ANT_HOME needs to be specified (and it doesn't hurt to do so on all platforms), so I'm adding it to the README example. Signed-off-by: Joe Buck --- src/java/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/README b/src/java/README index 0ffede3486f..69235708a82 100644 --- a/src/java/README +++ b/src/java/README @@ -32,9 +32,9 @@ to that location from wherever the junit jar is installed. Ant is used to run the unit test (apt-get install ant). For example: $ cd src/ - $ ./vstart -d -n --localhost + $ ./vstart.sh -d -n --localhost $ cd java - $ CEPHFS_CONF=../ceph.conf CLASSPATH=/usr/share/java/junit4.jar ant test + $ ANT_HOME=/usr/share/ant/ CEPHFS_CONF=../ceph.conf CLASSPATH=/usr/share/java/junit4.jar ant test 1. The tests depend on the compiled wrappers. If the wrappers are installed as part of a package (e.g. Debian package) then this should 'just work'. Ant will -- cgit v1.2.1