diff options
author | wisberg <wisberg> | 2003-05-13 05:21:07 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-13 05:21:07 +0000 |
commit | 4610878f726bc119a9e0af2713bbd18bddbdb9d7 (patch) | |
tree | 5a727b2ec2515e78a79569642c5003138583e760 /docs/faq | |
parent | d6123b025e87aa5033e420515cb61799b6d8ab27 (diff) | |
download | aspectj-4610878f726bc119a9e0af2713bbd18bddbdb9d7.tar.gz aspectj-4610878f726bc119a9e0af2713bbd18bddbdb9d7.zip |
link updates for progguide id filenames
Diffstat (limited to 'docs/faq')
-rw-r--r-- | docs/faq/faq.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index e07f4b42b..328642445 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -2180,7 +2180,7 @@ public abstract aspect TraceJoinPoints dominates * { type depends on the enclosing class. Second, you may choose one over another if you cannot bring all your sources within the code the compiler controls - (described in the <ulink url="progguide/apb.html">appendix</ulink> + (described in the <ulink url="progguide/semantics.html">appendix</ulink> to the <literal>Programming Guide</literal>). For example, to trace calls into a method from classes which are outside the code the compiler controls @@ -2576,7 +2576,7 @@ java.lang.Integer </programlisting> <para> For more information, see the Programming Guide - <ulink url="progguide/apbs02.html"> + <ulink url="progguide/semantics-pointcuts.html"> semantics section "Context Exposure" </ulink>. </para> @@ -3217,7 +3217,7 @@ vmparam -Xmx384m a system, so AspectJ program semantics may be limited to code the implementation controls. For our implementation, these limitations are stated in - <ulink url="progguide/apc.html"> + <ulink url="progguide/limitations.html"> Programming Guide Appendix C</ulink>. Aside from understanding the use and limitations of the implementation, there is no need to understand the underlying @@ -3417,6 +3417,10 @@ vmparam -Xmx384m Find specific instructions in the AspectJ tree at <ulink url="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/readme-build-and-test-aspectj.html?rev=HEAD&content-type=text/html&cvsroot=Technology_Project"> org.aspectj/modules/build/readme-build-and-test-aspectj.html</ulink>. + If you would like to use Ant to checkout the sources, + build the distribution, and test everything, see + <ulink url="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/release/build.xml?rev=HEAD&content-type=text/xml&cvsroot=Technology_Project"> + org.aspectj/modules/build/release/build.xml</ulink>. </para> <para>The AspectJ tree is organized into modules as follows: <programlisting> |