You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 763B

123456789101112131415161718
  1. <html>
  2. <body>
  3. This is an incomplete attempt to write regression tests for ajdoc by
  4. comparison with javadoc. It aims to run both tools against the
  5. same pure-java sources and compare the output line-by-line, assuming
  6. they should be the same where non-AspectJ elements are concerned.
  7. <p>
  8. It relies entirely on CLASSPATH and PATH being set correctly, and it
  9. generates output directory in the current working directory.
  10. <p>
  11. General example of how to run:
  12. <li>Compile the sources</li>
  13. <li>Setup CLASSPATH, including compiled sources and JDK tools.jar (for javadoc)</li>
  14. <li>Setup PATH, so that "java" invokes a 1.2 or later java vm </li>
  15. <li>Invoke from the directory with input/ as a subdirectory:
  16. <br><code>java JavadocCompareClassMode</code></li>
  17. </body>
  18. </html>