diff options
author | Andy Clement <aclement@gopivotal.com> | 2013-10-24 09:33:49 -0700 |
---|---|---|
committer | Andy Clement <aclement@gopivotal.com> | 2013-10-24 09:33:49 -0700 |
commit | 7d8b14cc98a2f377c83156f099598623f4623a49 (patch) | |
tree | 7fa7123683a2b3e7576a9d76d9c46b79ac95bff1 | |
parent | 06f4b223d5a278ff956ee22c86849eca8b85c070 (diff) | |
download | aspectj-7d8b14cc98a2f377c83156f099598623f4623a49.tar.gz aspectj-7d8b14cc98a2f377c83156f099598623f4623a49.zip |
174 readmeV1_7_4
-rw-r--r-- | docs/dist/doc/README-174.html | 50 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 1 |
2 files changed, 51 insertions, 0 deletions
diff --git a/docs/dist/doc/README-174.html b/docs/dist/doc/README-174.html new file mode 100644 index 000000000..d0eacf06a --- /dev/null +++ b/docs/dist/doc/README-174.html @@ -0,0 +1,50 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> <head> +<title>AspectJ 1.7.4 Readme</title> +<style type="text/css"> +<!-- + P { margin-left: 20px; } + PRE { margin-left: 20px; } + LI { margin-left: 20px; } + H4 { margin-left: 20px; } + H3 { margin-left: 10px; } +--> +</style> +</head> + +<body> +<div align="right"><small> +© Copyright 2013 Contributors. +All rights reserved. +</small></div> + +<h1>AspectJ 1.7.4 Readme</h1> + +<p>Available 24-Oct-2013</p> + +<p>The list of resolved issues in 1.7.4 is available +<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.7.4;">here</a></h2>.</p> + +<b>Notes</b> +<ul> +<li>This release includes an important fix for using loadtime weaving in a JVM where JMX is turned on (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=415266">415266</a>) +<p> +<li>There are some new message insert keys usable in declare error/warning (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=420210">420210</a>) +The new keys are: +<tt> +<pre> +joinpoint.enclosingclass // Bar +joinpoint.enclosingmember // void Bar.foo(String) +joinpoint.enclosingmember.name // foo +</pre> +</tt> +All keys are case insensitive. +<p> +<li>It is now possible to specify individual xlint settings without needing to supply a file (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=419279">419279</a>) +<tt><pre>ajc -Xlint:adviceDidNotMatch=error,noGuardForLazyTjp=ignore Foo.java</pre></tt> +</ul> + + +<!-- ============================== --> +</body> +</html> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 711ac3e23..821c6ebca 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -138,6 +138,7 @@ <tr> <td>README's </td> <td>Changes and porting guide for AspectJ + <a href="README-174.html">1.7.3</a>, <a href="README-173.html">1.7.3</a>, <a href="README-172.html">1.7.2</a>, <a href="README-171.html">1.7.1</a>, |