summaryrefslogtreecommitdiffstats
path: root/docs/dist
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist')
-rw-r--r--docs/dist/doc/examples/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dist/doc/examples/build.xml b/docs/dist/doc/examples/build.xml
index dfe6291b2..03fce8e40 100644
--- a/docs/dist/doc/examples/build.xml
+++ b/docs/dist/doc/examples/build.xml
@@ -128,7 +128,9 @@
<echo message="##### Ajx list=${list} class=${class}" />
<antcall target="clean" />
<!-- can use ajc or iajc here -->
- <iajc destdir="${classes.dir}" argfiles="${list}" fork="true"
+ <iajc destdir="${classes.dir}" argfiles="${list}"
+ fork="true"
+ forkclasspath="${aspectjtools.jar}"
classpath="${aspectjrt.jar}"/>
<antcall target="Ajx-run" >