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

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>