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.

aspectj-ant-readme.txt 534B

1234567891011121314
  1. The AspectJ tree builds using a variant of Ant 1.5.1.
  2. lib/ contains Ant 1.5.1 core and optional taskdef classes,
  3. as well as xalan.jar which is used for the junitreport task.
  4. To run tests with the junit task, junit.jar must be added
  5. to the system classpath with optional.jar; the script in
  6. aspectj/build/bin/ant.[bat|sh] does this.
  7. To run junit tests and junitreport (and other optional tasks) requires
  8. declaring the taskdef explicitly. See build-modules.xml.
  9. For ant scripts, use build/bin/ant.[bat|sh], which adds junit.jar.