Merge branch 'patch/JAL-2068_JAL-2169_multiviewannotworker' into develop
[jalview.git] / build.xml
index 3a2b07a..7feacfb 100755 (executable)
--- a/build.xml
+++ b/build.xml
 <target name="linkcheck">
   <!-- finally, publish the help files -->
   <javac srcdir="utils" destdir="utils" includes="HelpLinksChecker.java"/>
-  <java fork="true" dir="help" classpath="utils" classname="HelpLinksChecker" failonerror="true">
-    <arg file="help"/>
+  <java fork="true" dir="${helpDir}" classpath="utils" classname="HelpLinksChecker" failonerror="true">
+    <arg file="${helpDir}"/>
     <arg value="-nointernet"/>
   </java>
 </target>