<include name="${jmolJar}" />
<include name="${varnaJar}" />
</fileset>
+ <pathelement location="${clover.jar}" if:set="clover.jar"/>
</path>
<path id="test.classpath">
<pathelement path="${outputDir}" />
<target name="build" depends="prepare">
<!-- not efficient yet. -->
- <javac source="${javac.source}" target="${javac.target}" srcdir="${sourceDir}" destdir="${outputDir}" debug="${javac.debug}" classpathref="build.classpath">
+ <!-- Echo the build.classpath
+ <pathconvert property="echoClasspath" refid="build.classpath" />
+ <echo message="build.classpath is '${echoClasspath}'" />
+ -->
+ <echo message="javac.target is '${javac.target}'" />
+ <javac includeantruntime="false" source="${javac.source}" target="${javac.target}" srcdir="${sourceDir}" destdir="${outputDir}" debug="${javac.debug}" classpathref="build.classpath">
<exclude name="jalview/*applet*" />
<exclude name="jalview/appletgui/**" />
<exclude name="com/stevesoft/**" />