Where do I find developer documentation on building and testing AspectJ source code?

0
Posted

Where do I find developer documentation on building and testing AspectJ source code?

0

Find the developer documentation in HTML files in the CVS tree, inside the build and testing modules (i.e., in org.aspectj/modules/build/…). Most pertinant: • ../build/readme-build-and-test-aspectj.html describes how to build the AspectJ distribution in Eclipse and in Ant. • ../build/readme-docs-module.html describes the AspectJ documentation sources and how to build the documentation using Ant. • ../build/readme-tests-module.html describes the all the tests in the tests module. • ../build/readme-writing-compiler-tests.html describes how to write compiler tests that can be run by the AspectJ test harness. • ../build/readme-testing-drivers-module.html describes the test harness used to run the compiler tests in the tests module. • ../build/readme-testing-drivers-module.html describes the test harness used to run the compiler tests in the testing module.

Related Questions