summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-03-13 04:37:31 +0000
committerwisberg <wisberg>2003-03-13 04:37:31 +0000
commit35f8ec4713ce264932c7b2a2a9c24e49d7d167ef (patch)
tree7c28caa1ae7a03d08516c3a9a4bdc0a2dd181f0d /build
parent99db071bbb4a411152bab47701d8797a5582b108 (diff)
downloadaspectj-35f8ec4713ce264932c7b2a2a9c24e49d7d167ef.tar.gz
aspectj-35f8ec4713ce264932c7b2a2a9c24e49d7d167ef.zip
JSR-45 and resource copying.
Still needs work for 1.1rc1.
Diffstat (limited to 'build')
-rw-r--r--build/products/tools/dist/README-11.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/build/products/tools/dist/README-11.html b/build/products/tools/dist/README-11.html
index 3e6c5acb5..0246baf6e 100644
--- a/build/products/tools/dist/README-11.html
+++ b/build/products/tools/dist/README-11.html
@@ -289,7 +289,9 @@ individual SourceForge projects. </p>
<p>This release includes an Ant task for old-style 1.0 build
scripts, a new task for all the new compiler options, and a
CompilerAdapter to support running <code>ajc</code> with the Javac
- task by setting the <code>build.compiler</code> property. </p>
+ task by setting the <code>build.compiler</code> property.
+ The new task can automatically copy input resources to output.
+ </p>
<p>This release does not include <code>ajdoc</code>, the
documentation tool for AspectJ sources, and its 1.1 release looks
@@ -307,8 +309,10 @@ individual SourceForge projects. </p>
code without inlining that should work correctly with any Java
debugger. For code generated with inlining enabled, more
third-party debuggers are starting to work according to JSR 45,
- "Debugging support for other languages", which we plan to support in
- AspectJ 1.1. </p>
+ "Debugging support for other languages," which is supported by
+ AspectJ 1.0. We aim to support JSR-45 in AspectJ 1.1, but
+ support will not be in the initial release. Consider using
+ the -XnoInline flag until support is available.</p>
<!-- ============================== -->
<hr>