]> source.dussan.org Git - aspectj.git/commitdiff
1.6.11.m2 readme
authoraclement <aclement>
Tue, 22 Feb 2011 17:07:20 +0000 (17:07 +0000)
committeraclement <aclement>
Tue, 22 Feb 2011 17:07:20 +0000 (17:07 +0000)
docs/dist/doc/README-1611.html

index 38bca0858f58795f9327b5c1139ba552dd60d9ec..eff27dde9c0ee21bc375fa4ad7fdeb86d6a953a9 100644 (file)
@@ -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>