aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dist
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-04-02 14:01:44 +0000
committeracolyer <acolyer>2004-04-02 14:01:44 +0000
commit4fff1dcf9116dfd68b7c9688597fcdaaddcf4146 (patch)
tree6efbe897b19a43a4c2c319c1158e903c6e7be2c7 /docs/dist
parentc336c84dab93f27bc473b7a6987259cdca5815ec (diff)
downloadaspectj-4fff1dcf9116dfd68b7c9688597fcdaaddcf4146.tar.gz
aspectj-4fff1dcf9116dfd68b7c9688597fcdaaddcf4146.zip
fix for Bugzilla Bug 47321
build.xml needs iajc fork workaround
Diffstat (limited to 'docs/dist')
-rw-r--r--docs/dist/doc/examples/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/doc/examples/build.xml b/docs/dist/doc/examples/build.xml
index ba2931fba..dfe6291b2 100644
--- a/docs/dist/doc/examples/build.xml
+++ b/docs/dist/doc/examples/build.xml
@@ -128,7 +128,7 @@
<echo message="##### Ajx list=${list} class=${class}" />
<antcall target="clean" />
<!-- can use ajc or iajc here -->
- <ajc destdir="${classes.dir}" argfile="${list}"
+ <iajc destdir="${classes.dir}" argfiles="${list}" fork="true"
classpath="${aspectjrt.jar}"/>
<antcall target="Ajx-run" >