Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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.