Browse Source

AspectJ6: readme updates for 1.6.0m1

tags/V1_6_0M1
aclement 16 years ago
parent
commit
28db8979d2
3 changed files with 57 additions and 0 deletions
  1. 52
    0
      docs/dist/doc/README-160.html
  2. 4
    0
      docs/dist/doc/changes.html
  3. 1
    0
      docs/dist/doc/index.html

+ 52
- 0
docs/dist/doc/README-160.html View File

@@ -0,0 +1,52 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html> <head>
<title>AspectJ 6 Development Kit v1.6.0 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>
&copy; Copyright 2006 Contributors.
All rights reserved.
</small></div>

<h1>AspectJ v1.6.0 Readme</h1>

<h4>AspectJ v1.6.0M1 - 18 Jan 2008</h4>
<p>This is the first milestone release of AspectJ 6. AspectJ 6 is a Java 6 compiler,
the underlying Eclipse JDT compiler version upon which it is based is 785_R33x - a recent 3.3 version.</p>
<p>The compiler had changed a lot since version 574_R31x when we last merged!
This milestone passes the 3615 automated tests we have defined for AspectJ - but that does not mean it will work perfectly for you, if it does not then
please <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ">raise a bug in bugzilla</a>.

<p>Issues:</p>
<ul>
<li>Open bugs targeted for fix by 1.6.0 final are <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=AspectJ&target_milestone=1.6.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Importance&field0-0-0=noop&type0-0-0=noop&value0-0-0=">listed here</a>.
<li>Bugs that have been opened upon this milestone are <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=AspectJ&version=1.6.0M1&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">listed here</a>.
<li>Bugs that have been FIXED throughout 1.6.0 are <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=AspectJ&target_milestone=1.6.0+M1&target_milestone=1.6.0+M2&target_milestone=1.6.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">listed here</a>. The latest dev builds will include these fixes (the fixes may not be in the most recent milestone).
</ul>
<p>Known issues with this milestone:</p>
<ul>
<li>StackMapTable attributes not produced for all members, where they would normally be required.
<li>Distribution may currently contain some 'dead code' that we can remove, dependencies from compiler classes that are never actually used.
<li>No performance testing done
<li>No memory usage testing done
<li>Limited actual Java6 testing done, as I am on a Mac ;)
<li>Does not default to Java6 compilation (use -1.6 or -source 1.6)
</ul>
</p>
<p>Please test it and open any bugs you find!</p>
<br>

<hr>

</body>
</html>

+ 4
- 0
docs/dist/doc/changes.html View File

@@ -145,6 +145,7 @@ All rights reserved.

<ul>

<li> <a href="#1.6.0m1">1.6.0m1</a> (released 2008-01)</li>
<li> <a href="#1.5.4">1.5.4</a> (released 2007-12)</li>
<li> <a href="#1.5.3">1.5.3</a> (released 2006-11)</li>
<li> <a href="#1.5.2">1.5.2</a> (released 2006-06)</li>
@@ -196,6 +197,9 @@ All rights reserved.

<hr />

<h2><a name="1.6.0m1">1.6.0m1</a></h2>
<p>This release rebases AspectJ on the Eclipse Compiler version 785_R33X - making it Java6 compliant.</p>

<h2><a name="1.5.4">1.5.4</a></h2>
<p>This release contains around 40 bug fixes and enhancements since the 1.5.3 release.</p>


+ 1
- 0
docs/dist/doc/index.html View File

@@ -138,6 +138,7 @@
<tr> <td>README's
</td>
<td>Changes and porting guide for AspectJ
<a href="README-160.html">1.6.0</a>,
<a href="README-154.html">1.5.4</a>,
<a href="README-153.html">1.5.3</a>,
<a href="README-152.html">1.5.2</a>,

Loading…
Cancel
Save