aboutsummaryrefslogtreecommitdiffstats
path: root/tests/harness/classpathTest/readme.txt
blob: c5eb338198ef7efdc9a7e569b0cfc6f3e9430dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>