summaryrefslogtreecommitdiffstats
path: root/docs/pdGuideDB/ajcore.xml
diff options
context:
space:
mode:
authormwebster <mwebster>2006-10-26 17:23:50 +0000
committermwebster <mwebster>2006-10-26 17:23:50 +0000
commita4d46605ca5acf6be6485e079a368afa67d5de80 (patch)
treea25939062bff421cc3cf73175ee0bcc58cfe2b02 /docs/pdGuideDB/ajcore.xml
parent3294a35d1bfb49772a188d71777f109819faa8bf (diff)
downloadaspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.tar.gz
aspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.zip
Bug 159854 "Problem Diagnosis Guide" (skeleton)
Diffstat (limited to 'docs/pdGuideDB/ajcore.xml')
-rw-r--r--docs/pdGuideDB/ajcore.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/pdGuideDB/ajcore.xml b/docs/pdGuideDB/ajcore.xml
new file mode 100644
index 000000000..c78ce85e3
--- /dev/null
+++ b/docs/pdGuideDB/ajcore.xml
@@ -0,0 +1,15 @@
+<chapter id="ajcore" xreflabel="AspectJ Core">
+ <title>AspectJ Core Files</title>
+
+ <sect1 id="ajcore-introduction">
+ <title>Introduction</title>
+
+ <para> When the compiler terminates abnormally, either because an abort message was
+ issued or an exception was thrown, a AspectJ core file will be produced. You will
+ find it the working directory of the compiler and will have a name that contains
+ the date and time that the file was produced
+ e.g. <literal>ajcore.20060810.173655.626.txt</literal>. </para>
+
+ <para> </para>
+ </sect1>
+</chapter>