diff options
author | wisberg <wisberg> | 2002-12-18 20:17:54 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-18 20:17:54 +0000 |
commit | 0d53a7250c40bd404dbc0ecb35b66e5450fafbcd (patch) | |
tree | f695cc0b3b100f293ecc66ac540f4a00ecf7683e /build/build-properties.xml | |
parent | e38399bbe1fdeb0aafd1dea4fbbbb442be5e53d5 (diff) | |
download | aspectj-0d53a7250c40bd404dbc0ecb35b66e5450fafbcd.tar.gz aspectj-0d53a7250c40bd404dbc0ecb35b66e5450fafbcd.zip |
debug comment
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r-- | build/build-properties.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml index 71628de10..64fab94a1 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -86,7 +86,11 @@ <fail unless="aspectj.build.jar.available" message="unable to find aspectj.build.jar: ${aspectj.build.jar}"/> <taskdef resource="org/aspectj/internal/tools/ant/taskdefs/taskdefs.properties" - classpath="${aspectj.build.jar}"/> + classpath="${aspectj.build.jar}"/> + <!-- when debugging, etc. + <taskdef resource="org/aspectj/internal/tools/ant/taskdefs/taskdefs.properties" + classpath="${aspectj.modules.dir}/build/bin"/> + --> <property name="init-taskdefs.done" value="done"/> </target> |