From 049f5d29418e7920dde19d7cd521d236da1f8ff3 Mon Sep 17 00:00:00 2001 From: wisberg Date: Mon, 3 Feb 2003 22:01:38 +0000 Subject: fixed links and text for 1.1 (added ant tasks). Still has links to porting guide and progguide.pdf. --- docs/dist/doc/index.html | 78 +++++++++++++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 30 deletions(-) (limited to 'docs') diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 902caa2df..a0a218e41 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -16,9 +16,6 @@ code that runs in JDK 1.1 and later VM's. For the latest materials, see http://eclipse.org/aspectj. -

@@ -28,11 +25,9 @@ Quick Reference, programming and development guides, + ant task summary, API and - - (local) - - examples + example code. - + + + + + + -
distributions AspectJ itself and development environment support for @@ -45,7 +40,7 @@
resources aosd.net; AspectJ project - the bug db, + the bug db, and mailing lists for users and developers. @@ -61,7 +56,7 @@
AspectJ Quick Reference - + This is a two-page quick reference for the AspectJ language. @@ -101,16 +96,20 @@ ) Find here a guide to the command-line compiler ajc - and API doc tool ajdoc, as well as - the AspectJ Development Environment (AJDE) for managing crosscutting - structure in JBuilder, Forte, Emacs, and the stand-alone ajbrowser. - (For using ajc and ajdoc in - Ant builds, - see the taskdefs distribution.) + Find here a guide to the command-line compiler + ajc + and the AspectJ Development Environment (AJDE) + for managing crosscutting structure, shown in the stand-alone + AspectJ Browser.
AspectJ Ant tasks + This shows how to use the tasks included + in the aspectjtools.jar. +
AspectJ API @@ -166,15 +165,23 @@ The AspectJ distribution contains binaries for the compiler, structure browser, and Ant taskdefs, as well as the documentation and examples. - (Source code for AspectJ is available from the CVS - repositories for the AspectJ project.) +
AspectJ source code + Source code for AspectJ is available + under the open-source + CPL 1.0 + license from the CVS + repositories for the AspectJ project. See the + FAQ entry.
AspectJ for Eclipse AspectJ Development Environment support for - Eclipse is available under the Common Public License 1.0 + Eclipse is available under CPL 1.0 from the eclipse.org project site http://eclipse.org/ajdt @@ -239,16 +246,29 @@ (aspectj-announce@dev.eclipse.org) to get occasional emails about AspectJ releases and relevant events. + Only those subscribed to the list may post to it. + Go to + + the AspectJ home page + to view list archives or subscribe to the list. -
Bug database +
Bug database Use Bugzilla to submit bugs against the AspectJ - product components - compiler (for the ajc compiler) - ide (for AJBrowser and AJDE bugs), - ant (for Ant tasks) + Use the Eclipse project's Bugzilla database + to view and submit bugs against the AspectJ product components + + Compiler (for the AspectJ compiler, ajc) + + IDE (for AJBrowser and AJDE bugs), + + Ant (for the Ant tasks), and - docs (for the documentation). + + Docs (for the documentation). + See the + + FAQ entry for instructions on submitting bugs. +
http://aosd.net - the AOSD web site @@ -279,15 +299,13 @@ Programming Guide. View and navigate the crosscutting structure using the ajbrowser structure viewer, as described in - the ajbrowser section of + the AspectJ Browser section of the Development Environment Guide.

To start using AspectJ with your own code, modify the example aspects to apply to your classes. - The Development Environment Guide - shows how to build using the command-line tools. As you learn, - use the compiler's -Xlint flag to catch some common + use the compiler's -Xlint flags to catch some common mistakes. (Understand that the current implementation is limited to code the compiler controls.) -- cgit v1.2.3