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.
acolyer c82fae9bb7 update license to EPL 18 years ago
..
classesDir/classfile/required work in progress.... annotation pointcuts, parsing, and patterns 19 years ago
classpath-src update license to EPL 18 years ago
jars update to binary format as part of generics work 19 years ago
AspectMain.java two harness test cases, for classpath (jar and dir) 21 years ago
Main.java two harness test cases, for classpath (jar and dir) 21 years ago
build.xml pure binary weaving example 19 years ago
readme.txt pure binary weaving example 19 years ago

readme.txt



This contains artifacts for two harness test cases,
for classpath (jar and dir) and aspectpath.

Binaries are in jars/*, and classesDir/*, and
binary sources and a build script are in classpath-src.

See specifications are in tests/ajcHarnessTests.xml, e.g.,

<ajc-test dir="harness/classpathTest"
title="specify jars and directories on classpath"
keywords="purejava">
<compile classpath="classesDir,jars/required.jar"
files="Main.java"/>
<run class="Main"/>
</ajc-test>

<ajc-test dir="harness/classpathTest"
title="specify aspectpath and classpath jars and directories">
<compile classpath="classesDir,jars/required.jar"
aspectpath="jars/requiredAspects.jar"
files="AspectMain.java"/>
<run class="AspectMain"/>
</ajc-test>