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