You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme-docs-module.html 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <html>
  2. <title>AspectJ docs</title>
  3. <body>
  4. <h1>AspectJ docs</h1>
  5. This module contains the sources for the documentation
  6. delivered with the AspectJ distribution and
  7. for various internal, teaching, and online works:
  8. <ul>
  9. <li><a href="devGuideDB">devGuideDB</a>: DocBook sources
  10. for the AspectJ Development Environment Guide</li>
  11. <li><a href="progGuideDB">progGuideDB</a>: DocBook sources
  12. for the AspectJ Programming Language Guide</li>
  13. <li><a href="faq">faq</a>: DocBook sources
  14. for the AspectJ Frequently Asked Questions</li>
  15. <li><a href="sandbox">sandbox</a>: a collection of sample
  16. AspectJ programs, tools built on the AspectJ API's,
  17. script snippets, and instructional trails, all intended
  18. to serve as sources for documentation.
  19. See <a href="sandbox/readme-sandbox.html">
  20. sandbox/readme-sandbox.html</a></li>
  21. <li><a href="teaching">teaching</a>: Teaching materials, esp.
  22. for the AspectJ tutorials.</li>
  23. <li><a href="quick.doc">quick.doc</a>: The Microsoft Word
  24. source file for the .pdf Quick Reference guides
  25. <a href="dist/doc/quick.pdf">dist/doc/quick.pdf</a> and
  26. <a href="dist/doc/quickA4.pdf">dist/doc/quickA4.pdf</a>.</li>
  27. <li><a href="build.xml">build.xml</a>: Ant build script for
  28. the doc distribution</li>
  29. <li><a href="developer">developer</a>: Docs for AspectJ developers.
  30. See the <a href="developer/overview.html">overview.html</a></li>
  31. </ul>
  32. <p>
  33. <u>Build</u>: <a href="build.xml">build.xml</a> assembles a local
  34. distribution which is gathered into the product distribution by
  35. the master build script,
  36. <a href="../build/build.xml">../build/build.xml</a>.
  37. Dependencies outside this directory:
  38. <ul>
  39. <li>.xml files refer to their docbook dtds using relative
  40. path, for the moment ../../lib/docbook/...
  41. </li>
  42. <li>When building docbook, uses ../lib/saxon libraries.
  43. </li>
  44. <li>When building installer, using ../lib/build/build.jar
  45. and the ../build/installer-resources.
  46. </li>
  47. <li><a href="dist/doc/quick.pdf">dist/doc/quick.pdf</a>
  48. is generated manually from <a href="quick.doc">quick.doc</a>.
  49. </li>
  50. </ul>
  51. </body>
  52. </html>