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/ajcore.xml | |
parent | 3294a35d1bfb49772a188d71777f109819faa8bf (diff) | |
download | aspectj-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.xml | 15 |
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> |