diff options
author | mwebster <mwebster> | 2006-10-26 17:23:50 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-10-26 17:23:50 +0000 |
commit | a4d46605ca5acf6be6485e079a368afa67d5de80 (patch) | |
tree | a25939062bff421cc3cf73175ee0bcc58cfe2b02 /docs/pdGuideDB/pdguide.xml | |
parent | 3294a35d1bfb49772a188d71777f109819faa8bf (diff) | |
download | aspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.tar.gz aspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.zip |
Bug 159854 "Problem Diagnosis Guide" (skeleton)
Diffstat (limited to 'docs/pdGuideDB/pdguide.xml')
-rw-r--r-- | docs/pdGuideDB/pdguide.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/pdGuideDB/pdguide.xml b/docs/pdGuideDB/pdguide.xml new file mode 100644 index 000000000..2090cb6cb --- /dev/null +++ b/docs/pdGuideDB/pdguide.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN" + "../../lib/docbook/docbook-dtd/docbookx.dtd" +[ +<!ENTITY messages SYSTEM "messages.xml"> +<!ENTITY trace SYSTEM "trace.xml"> +<!ENTITY ajcore SYSTEM "ajcore.xml"> +<!ENTITY ltwdump SYSTEM "ltwdump.xml"> +]> + +<book> + <bookinfo> + <title>The AspectJ<superscript>tm</superscript> Problem Diagnosis Guide</title> + + <authorgroup> + <author> + <othername>the AspectJ Team</othername> + </author> + </authorgroup> + + <legalnotice> + <para>Copyright (c) 2006 IBM Corporation and others. + 2006 Contributors. + All rights reserved. + </para> + </legalnotice> + + <abstract> + <para> + This guide describes how to gather and interpret information from the AspectJ compiler + to when diagnsoing problems in AspectJ programs, configuring the load-time weaving + framework or reporting bugs on Bugzilla. + </para> + </abstract> + </bookinfo> + + &messages; + &ajcore; + &trace; + <wdump; + +</book> + |