From 10bf1155d2d1fad206749c1ee136664b2ef976bd Mon Sep 17 00:00:00 2001 From: wisberg Date: Fri, 3 Nov 2006 08:17:57 +0000 Subject: [PATCH] minimal updates, e.g., links for pdguide, product stories --- docs/faq/faq.xml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index 8101fe1cd..1d0338384 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -22,7 +22,7 @@ 2003-2006 Contributors. All rights reserved. - Last updated July 20, 2006 + Last updated November 3, 2006 For a list of recently-updated FAQ entries, see @@ -164,7 +164,7 @@ How is AspectJ licensed? - AspectJ 1.5.2 source code and documentation is available under the + Since AspectJ 1.5.2, source code and documentation is available under the Eclipse Public License 1.0. AspectJ 1.1 through 1.5.1 source code and documentation is available under the @@ -1041,6 +1041,15 @@ aspect. economy that AspectJ provided. + + A number of significant open-source projects and industry + products use AspectJ successfully. One list is kept on + + the AOSD FAQ, and more appear on the mailing + lists (search for, e.g., "AspectJ in real world", as + described in ). + + @@ -4230,7 +4239,7 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. Note: This explanation ignores the implementations of inter-type declarations completely. It also ignores performance optimizations such as fast-match - that speed up the weaving process. + or pipelining that speed up the process. @@ -4874,6 +4883,9 @@ aspectj.doc.dir=C:/eclipse/aspectj-workspace/aj-build/dist/ide/eclipse/org.aspec to reproduce the problem. For more information on writing compiler test cases, see . + If you are unable to submit a test case, consider submitting traces, + ajcore files, and/or .class dump files, as described in the + AspectJ Problem Diagnosis Guide. @@ -5112,21 +5124,10 @@ aspectj.doc.dir=C:/eclipse/aspectj-workspace/aj-build/dist/ide/eclipse/org.aspec Entries changed recently: - - - - - - - - - - - - - - - + + + + -- 2.39.5