org.aspectj/docs/readme-docs-module.html

38 lines
1.2 KiB
HTML
Raw Normal View History

2002-12-16 18:58:19 +01:00
<html>
<title>AspectJ docs</title>
<body>
<h1>AspectJ docs</h1>
The AspectJ docs include native sources (html and word files)
and XML DocBook files used to produce the FAQ and guides.
The <a href="dist">dist</a> directory contains the native files
as they are delivered with the distribution, and the
docbook directories
<a href="faq">faq</a>,
<a href="progGuideDB">progGuideDB</a>, and
<a href="devGuideDB">devGuideDB</a>
contain sources for the FAQ and the Programming and Development Guides,
generated using the Ant <a href="build.xml">build.xml</a> script.
<p>
2002-12-17 15:38:06 +01:00
<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>.
2002-12-16 18:58:19 +01:00
Dependencies outside this directory:
<ul>
<li>.xml files refer to their docbook dtds using relative
path, for the moment ../../lib/docbook/...
</li>
2002-12-16 18:58:19 +01:00
<li>When building docbook, uses ../lib/saxon libraries.
</li>
2002-12-16 18:58:19 +01:00
<li>When building installer, using ../lib/build/build.jar
and the ../build/installer-resources.
</li>
2002-12-17 15:38:06 +01:00
<li><a href="dist/doc/quick.pdf">dist/doc/quick.pdf</a>
is generated manually from <a href="quick.doc">quick.doc</a>.
</li>
2002-12-16 18:58:19 +01:00
</ul>
</body>
</html>