diff options
author | wisberg <wisberg> | 2003-10-29 08:46:49 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-10-29 08:46:49 +0000 |
commit | 512cb341517cd6af550ca01b966a632b7fc06fc1 (patch) | |
tree | 2dbd131f539fd687c09f1a4cd5561e8109a12fd8 /tests/product | |
parent | 2c735c83fc93a2aba58f2c3114316828d2598ed0 (diff) | |
download | aspectj-512cb341517cd6af550ca01b966a632b7fc06fc1.tar.gz aspectj-512cb341517cd6af550ca01b966a632b7fc06fc1.zip |
make output dir
Diffstat (limited to 'tests/product')
-rw-r--r-- | tests/product/build-aspectj/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/product/build-aspectj/build.xml b/tests/product/build-aspectj/build.xml index 1d085df32..e23a269f8 100644 --- a/tests/product/build-aspectj/build.xml +++ b/tests/product/build-aspectj/build.xml @@ -87,6 +87,7 @@ <!-- created directories --> <property name="output.dir" location="${basedir}/output"/> + <mkdir dir="${output.dir}"/> <!-- checking required libraries --> <available file="${aspectjtools.jar}" |