diff options
author | wisberg <wisberg> | 2002-12-16 18:51:06 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 18:51:06 +0000 |
commit | 144143c2970a1e874d74cdbd0f8c622d4282a3c3 (patch) | |
tree | b12383d3d9e76c7e1f25f7fbec83051ef17f81fb /tests/ajdoc/package.html | |
parent | fafae443719b26159ab2d7dac1c9b46b5e00b671 (diff) | |
download | aspectj-144143c2970a1e874d74cdbd0f8c622d4282a3c3.tar.gz aspectj-144143c2970a1e874d74cdbd0f8c622d4282a3c3.zip |
initial version
Diffstat (limited to 'tests/ajdoc/package.html')
-rw-r--r-- | tests/ajdoc/package.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/ajdoc/package.html b/tests/ajdoc/package.html new file mode 100644 index 000000000..1b1c9799f --- /dev/null +++ b/tests/ajdoc/package.html @@ -0,0 +1,18 @@ +<html> +<body> +This is an incomplete attempt to write regression tests for ajdoc by +comparison with javadoc. It aims to run both tools against the +same pure-java sources and compare the output line-by-line, assuming +they should be the same where non-AspectJ elements are concerned. +<p> +It relies entirely on CLASSPATH and PATH being set correctly, and it +generates output directory in the current working directory. +<p> +General example of how to run: +<li>Compile the sources</li> +<li>Setup CLASSPATH, including compiled sources and JDK tools.jar (for javadoc)</li> +<li>Setup PATH, so that "java" invokes a 1.2 or later java vm </li> +<li>Invoke from the directory with input/ as a subdirectory: +<br><code>java JavadocCompareClassMode</code></li> +</body> +</html> |