Added mkdir for build dir. on request of Ollie Rutherford

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2038 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Jiger Patel
2003-06-26 03:06:28 +00:00
parent 5a0fffec8c
commit 7f6849cb61

View File

@ -29,6 +29,7 @@
</target>
<target name="compile">
<mkdir dir="${build}"/>
<javac
srcdir="${src}"
destdir="${build}"