</testng>
</target>
- <target name="buildindices" depends="init, prepare" unless="help.uptodate">
+ <target name="buildindices" depends="init, prepare, buildPropertiesFile" unless="help.uptodate">
<replace value="${JALVIEW_VERSION}">
<replacetoken>
<![CDATA[$$Version-Rel$$]]>
<tarfileset dir="site" />
</tar>
</target>
-<target name="prepare-site" depends="init,prepare">
+<target name="prepare-site" depends="init,prepare,buildPropertiesFile">
<property name="swingjsdir" value="swingjs"/>
<property name="eclipse-inst" value="/home/bamboo/buildtools/eclipse/eclipse-js"/>
<property name="eclipse-exec" value="${eclipse-inst}/eclipse"/>
<!-- finally copy artefacts from eclipse project checkout to the build site -->
<copy todir="${site}">
<fileset dir="${eclipse-workrepo}/site"/>
- </copy>
+ </copy>
</target>
<target name="unzip-to-site" depends="prepare-site">
<ant antfile="build-site.xml"/>