diff options
author | mkersten <mkersten> | 2004-02-18 06:47:43 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2004-02-18 06:47:43 +0000 |
commit | 0d5096c9b943aa294b663890bd90423a8becfef2 (patch) | |
tree | aa0deede2fcefd71556b8a02e8d99c77f61d08d4 /docs/devGuideDB | |
parent | d147bca7238301006a7c10d09ef2940eb771ff82 (diff) | |
download | aspectj-0d5096c9b943aa294b663890bd90423a8becfef2.tar.gz aspectj-0d5096c9b943aa294b663890bd90423a8becfef2.zip |
Added known limitations to ajbrowser documentation.
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/ajbrowser.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/devGuideDB/ajbrowser.xml b/docs/devGuideDB/ajbrowser.xml index 0e463dd07..7792fb0ea 100644 --- a/docs/devGuideDB/ajbrowser.xml +++ b/docs/devGuideDB/ajbrowser.xml @@ -368,8 +368,23 @@ </itemizedlist> </para> </sect2> + <sect2 id="ajbrowser-limitations"> + <title>Limitations</title> + <para> + <itemizedlist> + <listitem><para> + The AJBrowser expects the package and directory structure to match. If they do not + it will be unable to browse to the corresponding file. + </para></listitem> + <listitem><para> + The "Run" feature launches applications in the same VM. As a result, if a Swing application + is disposed the AJBrowser will be disposed as well. + </para></listitem> + </itemizedlist> + </para> + </sect2> <sect2 id="ajbrowser-feedback"> - <title>AspectJ browser questions and bugs</title> + <title>AspectJ Browser questions and bugs</title> <para> You can send email to <ulink url="mailto:aspectj-users@dev.eclipse.org"> |