diff options
author | wisberg <wisberg> | 2003-05-14 05:41:27 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-14 05:41:27 +0000 |
commit | 63f611b137a41583879e2dcd50480c6212066890 (patch) | |
tree | f0e5376ae524734935d026272350c011ba941e35 /docs | |
parent | fdb0bc4450fa4dd76b3f2451f5677a7d04fcccfd (diff) | |
download | aspectj-63f611b137a41583879e2dcd50480c6212066890.tar.gz aspectj-63f611b137a41583879e2dcd50480c6212066890.zip |
- tense, xref usage corrections
- structure model caveat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ajbrowser.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/devGuideDB/ajbrowser.xml b/docs/devGuideDB/ajbrowser.xml index 704eb1446..7bfe808e3 100644 --- a/docs/devGuideDB/ajbrowser.xml +++ b/docs/devGuideDB/ajbrowser.xml @@ -9,11 +9,14 @@ </para> <para> The AspectJ Browser can edit program source files, - compile using the AspectJ compiler - <xref linkend="ajc-ref"/> + compile using the AspectJ compiler <literal>ajc</literal> run a program, and graphically navigate the program's crosscutting structure. + For more information on <literal>ajc</literal>, + see <xref linkend="ajc-ref"/>. + + </para> <para> @@ -74,7 +77,7 @@ or selecting the Tools menu item "Options...". This is how to set classpath, aspectpath, etc. </para> - <para>The following sections walks through a build. + <para>The following sections walk through a build. </para> </sect2> <sect2> @@ -295,7 +298,7 @@ be detected and displayed in a dialog. </para> <para> - There GUI does not support killing a running program, + The GUI does not support killing a running program, so if your program might hang, be sure to save your files since you may need to kill the browser itself to kill its child processes. @@ -355,7 +358,12 @@ Editing build configuration files: this is not currently supported. </para></listitem> <listitem><para> - Key bindings: these do not seem to work on some machines. + The structure model is incomplete after incremental compiles. + To get a complete structure model requires a full build. + </para></listitem> + <listitem><para> + If you change the output directory, you must do a + full build. </para></listitem> </itemizedlist> </para> |