aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pdGuideDB/ajcore.xml
blob: d600cb029580e68ffa0a2d820739f19cd02461f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 a particular kind of message was
        issued or an exception was thrown, an 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>