aboutsummaryrefslogtreecommitdiffstats
path: root/docs/modules/pdguide/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/pdguide/pages')
-rw-r--r--docs/modules/pdguide/pages/ltwdump.adoc2
-rw-r--r--docs/modules/pdguide/pages/messages.adoc16
-rw-r--r--docs/modules/pdguide/pages/pointcuts.adoc2
3 files changed, 10 insertions, 10 deletions
diff --git a/docs/modules/pdguide/pages/ltwdump.adoc b/docs/modules/pdguide/pages/ltwdump.adoc
index 43d71805f..4a2f2953f 100644
--- a/docs/modules/pdguide/pages/ltwdump.adoc
+++ b/docs/modules/pdguide/pages/ltwdump.adoc
@@ -20,7 +20,7 @@ configure the weaver to dump the input classes as well.
For details of how to configure byte-code dumping, see the AspectJ
Development Environment Guide section on
-xref:../devguide/ltw.html#configuring-load-time-weaving-with-aopxml-files[Configuring
+xref:devguide:ltw.adoc#configuring-load-time-weaving-with-aopxml-files[Configuring
Load-time Weaving]. Following is a simple example.
[[ltwdump-examples]]
diff --git a/docs/modules/pdguide/pages/messages.adoc b/docs/modules/pdguide/pages/messages.adoc
index c32d07f07..cedf1858a 100644
--- a/docs/modules/pdguide/pages/messages.adoc
+++ b/docs/modules/pdguide/pages/messages.adoc
@@ -19,9 +19,9 @@ summarizes some of the more relevant messages.
The compiler offers `-verbose`, `-warning`, and `-XLint` options when
invoked using the command-line, Ant, or embedded in an IDE. All options
are listed in the AspectJ Development Environment Guide sections for
-xref:../devguide/ajc.adoc#ajc[Ajc] and
-xref:../devguide/antsupport.adoc#antTasks[Ant Tasks]. The
-xref:../devguide/ltw.adoc#ltw[Load-time Weaving] section describes how to
+xref:devguide:ajc.adoc#ajc[Ajc] and
+xref:devguide:antsupport.adoc#antTasks[Ant Tasks]. The
+xref:devguide:ltw.adoc#ltw[Load-time Weaving] section describes how to
use XML configuration files and system properties to pass options to the
weaver. (You can also pass options to the weaver using system properties
in build- time weaving.) The `-verbose` option has the effect of
@@ -38,9 +38,9 @@ compiler and weaver messages.
The tables below list some options, System Properties (for LTW only) and
Java 5 annotations used to control AspectJ messages. The method of
configuration depends on your environment so please refer to the
-relevant documentation for xref:../devguide/ajc.adoc[ajc],
-xref:../devguide/antsupport.adoc#antTasks[Ant] or
-xref:../devguide/ltw.adoc#weaver-options[LTW].
+relevant documentation for xref:devguide:ajc.adoc[ajc],
+xref:devguide:antsupport.adoc#antTasks[Ant] or
+xref:devguide:ltw.adoc#weaver-options[LTW].
[cols=",",options="header",]
|===
@@ -59,9 +59,9 @@ output .class files.)
|`messageHolderClass`/ `-XmessageHolderClass:` |In Ant tasks and LTW
respectively specify the class to receive all messages. See
-xref:../devguide/antsupport.adoc#antTasks-iajc-options[iajc task
+xref:devguide:antsupport.adoc#antTasks-iajc-options[iajc task
options] or
-xref:../devguide/ltw.adoc#weaver-options[Weaver Options].
+xref:devguide:ltw.adoc#weaver-options[Weaver Options].
|===
[cols=",",options="header",]
diff --git a/docs/modules/pdguide/pages/pointcuts.adoc b/docs/modules/pdguide/pages/pointcuts.adoc
index e5199fc95..2a93f86e9 100644
--- a/docs/modules/pdguide/pages/pointcuts.adoc
+++ b/docs/modules/pdguide/pages/pointcuts.adoc
@@ -49,7 +49,7 @@ each join point? This translates to `this()`, `target()`, `args()`,
. Are there any advice or implementation limitations at issue? This
involves knowing the few constraints on AspectJ imposed by Java bytecode
as listed in the AspectJ Programming Guide section on
-xref:../progguide/implementation.adoc#implementation[Implementation Notes].
+xref:progguide:implementation.adoc#implementation[Implementation Notes].
It's much faster to iterate a pointcut at compile-time using declare
warning (even better, some errors are identified at parse-time in the