From: wisberg Date: Wed, 14 May 2003 05:41:27 +0000 (+0000) Subject: - tense, xref usage corrections X-Git-Tag: V1_1_0~102 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=63f611b137a41583879e2dcd50480c6212066890;p=aspectj.git - tense, xref usage corrections - structure model caveat --- 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 @@ The AspectJ Browser can edit program source files, - compile using the AspectJ compiler - + compile using the AspectJ compiler ajc run a program, and graphically navigate the program's crosscutting structure. + For more information on ajc, + see . + + @@ -74,7 +77,7 @@ or selecting the Tools menu item "Options...". This is how to set classpath, aspectpath, etc. - The following sections walks through a build. + The following sections walk through a build. @@ -295,7 +298,7 @@ be detected and displayed in a dialog. - 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. - 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. + + + If you change the output directory, you must do a + full build.