blob: fdb7866a1fd91878c0e265587fe0aad178bb2fa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<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>
<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>
|