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.

pdguide.xml 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
  3. "../../lib/docbook/docbook-dtd/docbookx.dtd"
  4. [
  5. <!ENTITY messages SYSTEM "messages.xml">
  6. <!ENTITY trace SYSTEM "trace.xml">
  7. <!ENTITY ajcore SYSTEM "ajcore.xml">
  8. <!ENTITY ltwdump SYSTEM "ltwdump.xml">
  9. ]>
  10. <book>
  11. <bookinfo>
  12. <title>The AspectJ<superscript>tm</superscript> Problem Diagnosis Guide</title>
  13. <authorgroup>
  14. <author>
  15. <othername>the AspectJ Team</othername>
  16. </author>
  17. </authorgroup>
  18. <legalnotice>
  19. <para>Copyright (c) 2006 IBM Corporation and others.
  20. 2006 Contributors.
  21. All rights reserved.
  22. </para>
  23. </legalnotice>
  24. <abstract>
  25. <para>
  26. This guide describes how to gather and interpret information from the AspectJ compiler
  27. to when diagnsoing problems in AspectJ programs, configuring the load-time weaving
  28. framework or reporting bugs on Bugzilla.
  29. </para>
  30. </abstract>
  31. </bookinfo>
  32. &messages;
  33. &ajcore;
  34. &trace;
  35. &ltwdump;
  36. </book>