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

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>