aboutsummaryrefslogtreecommitdiffstats
path: root/tests/harness/classpathTest/readme.txt
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-01-06 23:09:44 +0000
committerwisberg <wisberg>2003-01-06 23:09:44 +0000
commitfa63eb539504e91b3d070d5cf723346b9a86d0aa (patch)
tree80390181d48071851226277fed93460c0cc5109c /tests/harness/classpathTest/readme.txt
parent47b257cb438cc74cf708d7edbb4beb11405402f6 (diff)
downloadaspectj-fa63eb539504e91b3d070d5cf723346b9a86d0aa.tar.gz
aspectj-fa63eb539504e91b3d070d5cf723346b9a86d0aa.zip
two harness test cases, for classpath (jar and dir)
and aspectpath. Binaries are checked in, as are binary sources and a build script. Test specifications are in tests/ajcHarnessTests.xml. (also checked in) with the build script
Diffstat (limited to 'tests/harness/classpathTest/readme.txt')
-rw-r--r--tests/harness/classpathTest/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/harness/classpathTest/readme.txt b/tests/harness/classpathTest/readme.txt
new file mode 100644
index 000000000..c5eb33819
--- /dev/null
+++ b/tests/harness/classpathTest/readme.txt
@@ -0,0 +1,25 @@
+
+
+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.
+
+Two test specifications are in tests/ajcHarnessTests.xml:
+
+ <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>