Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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.