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:
@ -29,6 +29,7 @@
|
||||
</target>
|
||||
|
||||
<target name="compile">
|
||||
<mkdir dir="${build}"/>
|
||||
<javac
|
||||
srcdir="${src}"
|
||||
destdir="${build}"
|
||||
|
Reference in New Issue
Block a user