選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3年前
..
classesDir/classfile/required work in progress.... annotation pointcuts, parsing, and patterns 19年前
classpath-src Upgrade license from CPLv1/EPLv1 to EPLv2 3年前
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>