From 35f8ec4713ce264932c7b2a2a9c24e49d7d167ef Mon Sep 17 00:00:00 2001 From: wisberg Date: Thu, 13 Mar 2003 04:37:31 +0000 Subject: [PATCH] JSR-45 and resource copying. Still needs work for 1.1rc1. --- build/products/tools/dist/README-11.html | 10 +++++++--- 1 file 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.

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 ajc with the Javac - task by setting the build.compiler property.

+ task by setting the build.compiler property. + The new task can automatically copy input resources to output. +

This release does not include ajdoc, the documentation tool for AspectJ sources, and its 1.1 release looks @@ -307,8 +309,10 @@ individual SourceForge projects.

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.

+ "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.


-- 2.39.5