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.
Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 hace 3 años
..
classesDir/classfile/required work in progress.... annotation pointcuts, parsing, and patterns hace 19 años
classpath-src Upgrade license from CPLv1/EPLv1 to EPLv2 hace 3 años
jars update to binary format as part of generics work hace 19 años
AspectMain.java two harness test cases, for classpath (jar and dir) hace 21 años
Main.java two harness test cases, for classpath (jar and dir) hace 21 años
build.xml pure binary weaving example hace 19 años
readme.txt pure binary weaving example hace 19 años

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>