diff options
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> |