]> source.dussan.org Git - aspectj.git/commitdiff
make output dir
authorwisberg <wisberg>
Wed, 29 Oct 2003 08:46:49 +0000 (08:46 +0000)
committerwisberg <wisberg>
Wed, 29 Oct 2003 08:46:49 +0000 (08:46 +0000)
tests/product/build-aspectj/build.xml

index 1d085df32e85ed099e04d7346fce8921f2eda17e..e23a269f86aa8a9c3800c46451391dae64a3cb5b 100644 (file)
@@ -87,6 +87,7 @@
       <!-- created directories -->
       <property name="output.dir"
             location="${basedir}/output"/> 
+      <mkdir dir="${output.dir}"/>
 
       <!-- checking required libraries -->
       <available file="${aspectjtools.jar}"