<para>
For the most up-to-date information on known problems,
see the
- <ulink url="http://dev.eclipse.org/bugs">bug database</ulink>
+ <ulink url="http://bugs.eclipse.org/bugs">bug database</ulink>
for unresolved
- <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
+ <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
compiler bugs
</ulink> or
- <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=IDE&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
+ <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=IDE&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
IDE bugs
</ulink>.
</para>
(Do join the list to participate!)
We also welcome any bug reports, patches, and feature requests;
you can submit them to the bug database at
- <ulink url="http://dev.eclipse.org/bugs">
- http://dev.eclipse.org/bugs</ulink>
+ <ulink url="http://bugs.eclipse.org/bugs">
+ http://bugs.eclipse.org/bugs</ulink>
using the AspectJ product and IDE component.
</para>
</sect2>
All source files under spacewar/ and coordination/ are used, except Debug.java.
</para>
<para>
- See <ulink url="../examples/builds.xml">../examples/builds.xml</ulink>
+ See <ulink url="../examples/build.xml">../examples/build.xml</ulink>
for an example build script.
</para>
</sect2>
<para>
For the most up-to-date information on known problems,
see the
- <ulink url="http://dev.eclipse.org/bugs">bug database</ulink>
+ <ulink url="http://bugs.eclipse.org/bugs">bug database</ulink>
for unresolved
- <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
+ <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
compiler bugs
</ulink> or
- <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Ant&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
+ <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Ant&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
taskdef bugs
</ulink>.
</para>
(Do join the list to participate!)
We also welcome any bug reports, patches, and features;
you can submit them to the bug database at
- <ulink url="http://dev.eclipse.org/bugs">
- http://dev.eclipse.org/bugs</ulink>
+ <ulink url="http://bugs.eclipse.org/bugs">
+ http://bugs.eclipse.org/bugs</ulink>
using the AspectJ product and Ant component.
</para>
</sect2>
<p> A short description of the options ajc accepts is available with
"<code>ajc -help</code>".
Longer descriptions are available in the
- <a href="devguide/ajc.html">Development Environment Guide
+ <a href="devguide/ajc-ref.html">Development Environment Guide
section on ajc</a>. </p>
<p> </p>
Developers should know about bugs marked with the "info" keyword
because those bugs reflect failures to implement the 1.1 language perfectly.
These might be fixed during the 1.1 release cycle; find them using the query
- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info">
- https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info</a>
+ <a href="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info">
+ http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info</a>
For ajc's 1.1 implementation limitations, see
<a href="progguide/limitations.html">
<h1>Changes in AspectJ</h1>
<ul>
- <li><a href="#1.1">1.1</a> (released 2003-06)
+ <li> 1.1 (released 2003-06) <!-- TODO XXX date -->
See <a href="README-11.html">README-11.html</a>
</li>
implementable on current JVMs without memory leaks (this wasn't true
of the previous version). Most people will probably not notice these
changes, but the correct semantics are described in
-<a href="progguide/apb.html">the semantics section of the programming
+<a href="progguide/semantics.html">the semantics section of the programming
guide</a>.
</p>
<tr> <td><a href="progguide/index.html">Programming Guide</a>
- (printable <a href="progguide.pdf">pdf</a> or <a href="progguide/printable.html">html</a>
+ (printable <a href="progguide/printable.html">html</a>
<!-- start strip -->
<!-- - <a href="http://eclipse.org/aspectj/doc/dist/progguide/index.html">web</a> -->
<!-- end strip -->
</question>
<answer>
<para>From AspectJ's
- <ulink url="http://elipse.org/aspectj">web page
+ <ulink url="http://eclipse.org/aspectj">web page
</ulink>, download the AspectJ distribution.
The <literal>jar</literal> file is installed by executing
</para>
approved a proposal to add generic types to Java that is largely
based on GJ (JSR 14). A draft specification was submitted for
public review, which closed on 01 August 2001, and a
- <ulink url="http://plan9.bell-labs.com/who/wadler/pizza/gj/">
- prototype implementation
- </ulink> has been released.
+ prototype implementation has been released by Sun.
</para>
<para>We are committed to moving very rapidly to add support for
generic types in AspectJ when generic types become part of the Java