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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. Some information e.g. messages is intended to
  29. help you solve coding or configuration problems. Other information is intended to be
  30. be used by the AspectJ team when trying to fix bugs.
  31. </para>
  32. </abstract>
  33. </bookinfo>
  34. &messages;
  35. &ajcore;
  36. &trace;
  37. &ltwdump;
  38. </book>