make sure directory is there

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-12-29 11:37:33 +00:00
parent e2d4e0eeb2
commit cf67b204bc

View File

@ -118,6 +118,8 @@
<!-- TODO: only run aspectc if sources are newer than target
XML definition file -->
<ant:mkdir dir="${maven.aspectwerkz.build.dir}"/>
<ant:java dir="${maven.build.dir}" failonerror="true" fork="true"
classname="org.codehaus.aspectwerkz.attribdef.definition.AspectC">