aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/product/build-aspectj/build.xml1
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}"