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.

patterns-readme.adoc 911B

1234567891011121314151617181920212223
  1. = AspectJ Patterns
  2. _Last updated: 2004-03-31 by wisberg_
  3. This directory contains Java and AspectJ implementations of the patterns
  4. described in the "Design Patterns" book by the so-called gang-of-four
  5. (Gamma, Helm, Johnson, Vlissides). Jan Hannemann from UBC contributed
  6. the code under the Mozilla Public License 1.0. For more details, see
  7. xref:docs/readme.adoc[].
  8. Build options
  9. * To build the code manually with ajc, use the corresponding build.lst
  10. files, creating the aspect library first (to create lib.jar).
  11. * IDE support does not support options like
  12. sourceroots or -outjar in the .lst files, so you'll have to create new
  13. .lst files if you want to build portions of the project in an IDE.
  14. * To build with eclipse, there are .project and .classpath files, but
  15. you will need to adjust the `aspectjrt.jar` entry after importing the
  16. project.
  17. * To build for testing, see patterns-test.xml.
  18. Enjoy!