From: wisberg Date: Fri, 20 May 2005 19:03:58 +0000 (+0000) Subject: pure binary weaving example X-Git-Tag: PRE_ANDY~297 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce06e91f51bba7a9d92642d9ceb9f51d7a748015;p=aspectj.git pure binary weaving example --- diff --git a/tests/harness/classpathTest/build.xml b/tests/harness/classpathTest/build.xml new file mode 100644 index 000000000..04b73ba19 --- /dev/null +++ b/tests/harness/classpathTest/build.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tests/harness/classpathTest/jars/AspectMain.jar b/tests/harness/classpathTest/jars/AspectMain.jar new file mode 100644 index 000000000..752be44dc Binary files /dev/null and b/tests/harness/classpathTest/jars/AspectMain.jar differ diff --git a/tests/harness/classpathTest/readme.txt b/tests/harness/classpathTest/readme.txt index c5eb33819..776afbca8 100644 --- a/tests/harness/classpathTest/readme.txt +++ b/tests/harness/classpathTest/readme.txt @@ -6,7 +6,7 @@ for classpath (jar and dir) and aspectpath. Binaries are in jars/*, and classesDir/*, and binary sources and a build script are in classpath-src. -Two test specifications are in tests/ajcHarnessTests.xml: +See specifications are in tests/ajcHarnessTests.xml, e.g.,