<html> <title>AspectJ docs</title> <body> <h1>AspectJ docs</h1> This module contains the sources for the documentation delivered with the AspectJ distribution and for various internal, teaching, and online works: <ul> <li><a href="devGuideDB">devGuideDB</a>: DocBook sources for the AspectJ Development Environment Guide</li> <li><a href="progGuideDB">progGuideDB</a>: DocBook sources for the AspectJ Programming Language Guide</li> <li><a href="faq">faq</a>: DocBook sources for the AspectJ Frequently Asked Questions</li> <li><a href="sandbox">sandbox</a>: a collection of sample AspectJ programs, tools built on the AspectJ API's, script snippets, and instructional trails, all intended to serve as sources for documentation. See <a href="sandbox/readme-sandbox.html"> sandbox/readme-sandbox.html</a></li> <li><a href="teaching">teaching</a>: Teaching materials, esp. for the AspectJ tutorials.</li> <li><a href="quick.doc">quick.doc</a>: The Microsoft Word source file for the .pdf Quick Reference guides <a href="dist/doc/quick.pdf">dist/doc/quick.pdf</a> and <a href="dist/doc/quickA4.pdf">dist/doc/quickA4.pdf</a>.</li> <li><a href="build.xml">build.xml</a>: Ant build script for the doc distribution</li> <li><a href="developer">developer</a>: Docs for AspectJ developers. See the <a href="developer/overview.html">overview.html</a></li> </ul> <p> <u>Build</u>: <a href="build.xml">build.xml</a> assembles a local distribution which is gathered into the product distribution by the master build script, <a href="../build/build.xml">../build/build.xml</a>. Dependencies outside this directory: <ul> <li>.xml files refer to their docbook dtds using relative path, for the moment ../../lib/docbook/... </li> <li>When building docbook, uses ../lib/saxon libraries. </li> <li>When building installer, using ../lib/build/build.jar and the ../build/installer-resources. </li> <li><a href="dist/doc/quick.pdf">dist/doc/quick.pdf</a> is generated manually from <a href="quick.doc">quick.doc</a>. </li> </ul> </body> </html>