Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
acolyer c82fae9bb7 update license to EPL před 18 roky
..
classesDir/classfile/required work in progress.... annotation pointcuts, parsing, and patterns před 19 roky
classpath-src update license to EPL před 18 roky
jars update to binary format as part of generics work před 19 roky
AspectMain.java two harness test cases, for classpath (jar and dir) před 21 roky
Main.java two harness test cases, for classpath (jar and dir) před 21 roky
build.xml pure binary weaving example před 19 roky
readme.txt pure binary weaving example před 19 roky

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>