diff options
author | aclement <aclement> | 2011-02-22 17:07:20 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-02-22 17:07:20 +0000 |
commit | eb005c9bbc20d0e3f4757eb57c780e36aec8ac42 (patch) | |
tree | ff29f9aa33ec6f50ab16b9ecf2fdecb8cdc74ab7 | |
parent | d761a2167dfec4c00193fa68ad64d5939e0402c7 (diff) | |
download | aspectj-eb005c9bbc20d0e3f4757eb57c780e36aec8ac42.tar.gz aspectj-eb005c9bbc20d0e3f4757eb57c780e36aec8ac42.zip |
1.6.11.m2 readme
-rw-r--r-- | docs/dist/doc/README-1611.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/dist/doc/README-1611.html b/docs/dist/doc/README-1611.html index 38bca0858..eff27dde9 100644 --- a/docs/dist/doc/README-1611.html +++ b/docs/dist/doc/README-1611.html @@ -43,7 +43,11 @@ IndexOutOfBoundsException or similar, during attribute unpacking. These issues their Eclipse/AJDT configurations. This option is discussed in detail <a href="http://andrewclement.blogspot.com/2010/07/ajdt-memory-usage-reduction.html">here</a>. It now saves even more memory. Also, previously the amount of memory it recovered depended on compilation order (which the user has no control over), but now it is insensitive to ordering and should always recover the same amount across builds of the same project. With a bit more positive feedback on this option, -it will become the default under AJDT. +it will become the default under AJDT.</p> + +<h3>M2 - spaces in path names can cause problems</h3> +<p>AspectJ had problems if the paths it was being passed (e.g. aspectpath) included spaces. +This is bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=282379">282379</a> and has now been fixed.</p> <hr> |