diff --git a/aspectj/project.xml b/aspectj/project.xml index 1892b495..6a2047ba 100644 --- a/aspectj/project.xml +++ b/aspectj/project.xml @@ -105,6 +105,15 @@ -3 + + Jeff Jensen + jjensen + jjensen@apache.org + + Documentation + + -6 + diff --git a/aspectj/xdocs/changes.xml b/aspectj/xdocs/changes.xml index 000ff64f..ed88a4f6 100644 --- a/aspectj/xdocs/changes.xml +++ b/aspectj/xdocs/changes.xml @@ -24,9 +24,13 @@ Vincent Massol Jason van Zyl Carlos Sanchez + Jeff Jensen + + Add Integration Tips page. + New property diff --git a/aspectj/xdocs/integration.xml b/aspectj/xdocs/integration.xml new file mode 100644 index 00000000..597b947e --- /dev/null +++ b/aspectj/xdocs/integration.xml @@ -0,0 +1,98 @@ + + + + + + + + Integration Tips + Jeff Jensen + + + +
+

+ The following are some tips on using + the AspectJ plugin with the Cobertura plugin. + Your mileage may vary. You may need to tweak them. + Please report any problems, improvements, alternatives, + and/or new ones to the user list. +

+ +

+ Add this to the maven.xml file. +

+ + + + + + + + + + + + + + + + + + + + + + + + maven.compile.src.set=${maven.src.dirs} + +]]> +

+ +

+
+ +

+ If you experience out of memory with one or more plugins and the AspectJ plugin, + perhaps the configuration causes recursive calls of the AspectJ plugin. + This preGoal ensures AspectJ is called only once. + Add it to the maven.xml file. +

+ + + Running aspectj compilation *once*: + + + + +]]> +
+
+ + +
diff --git a/aspectj/xdocs/navigation.xml b/aspectj/xdocs/navigation.xml index bc99fdda..f02543c6 100644 --- a/aspectj/xdocs/navigation.xml +++ b/aspectj/xdocs/navigation.xml @@ -32,6 +32,7 @@ +