Fix classpath to make unit tests run in etc/build.xml test target

(dependency jars were missing; possibly this wasn't detected because
others had those jars in $ANT_HOME/lib or jre/lib/ext or such?)


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1752 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Gunnlaugur Thor Briem
2003-04-16 01:59:29 +00:00
parent fb0ef43fb8
commit 7f2ed2a5d3

View File

@ -71,7 +71,7 @@
<target name="test" depends="compile">
<junit printsummary="yes" haltonfailure="yes">
<classpath>
<pathelement location="${build}" />
<path refid="classpath.path" />
<pathelement location="${test-data}" />
<pathelement location="${basedir}" />
</classpath>