您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

readme-docs-module.html 1.0KB

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <title>AspectJ docs</title>
  3. <body>
  4. <h1>AspectJ docs</h1>
  5. The AspectJ docs include native sources (html and word files)
  6. and XML DocBook files used to produce the FAQ and guides.
  7. The <a href="dist">dist</a> directory contains the native files
  8. as they are delivered with the distribution, and the
  9. docbook directories
  10. <a href="faq">faq</a>,
  11. <a href="progGuideDB">progGuideDB</a>, and
  12. <a href="devGuideDB">devGuideDB</a>
  13. contain sources for the FAQ and the Programming and Development Guides,
  14. generated using the Ant <a href="build.xml">build.xml</a> script.
  15. <p>
  16. <u>Build</u>: The script uses a taskdefs defined in ../lib/build/build.jar
  17. to generate the installers, and others to do misc. text-conversion.
  18. Dependencies outside this directory:
  19. <ul>
  20. <li>.xml files refer to their docbook dtds using relative
  21. path, for the moment ../../lib/docbook/...
  22. </li>
  23. <li>When building docbook, uses ../lib/saxon libraries.
  24. </li>
  25. <li>When building installer, using ../lib/build/build.jar
  26. and the ../build/installer-resources.
  27. </li>
  28. </ul>
  29. </body>
  30. </html>