diff options
author | wisberg <wisberg> | 2003-08-07 06:57:57 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-08-07 06:57:57 +0000 |
commit | 94cb789115ddbbd149309759711e0e3b6515a36b (patch) | |
tree | bb4e4fa8768a464424658148a7219d201835035e /docs/sandbox/sandbox-api-test.xml | |
parent | 9e7ceffb06b794ec4e990e639f33af225e697acf (diff) | |
download | aspectj-94cb789115ddbbd149309759711e0e3b6515a36b.tar.gz aspectj-94cb789115ddbbd149309759711e0e3b6515a36b.zip |
- initial api-based tests
- initial J2EE samples
(added support for XML/Ant scripts)
Diffstat (limited to 'docs/sandbox/sandbox-api-test.xml')
-rw-r--r-- | docs/sandbox/sandbox-api-test.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/sandbox/sandbox-api-test.xml b/docs/sandbox/sandbox-api-test.xml new file mode 100644 index 000000000..959272592 --- /dev/null +++ b/docs/sandbox/sandbox-api-test.xml @@ -0,0 +1,26 @@ +<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> +<!-- ../ path when running, ../../ when editing? --> + + +<!-- + This is just like sandbox-test.xml except that it is + reserved for code that uses the AspectJ API's because + it assumes the build has created the target library, + + ../aj-build/dist/tools/lib/aspectjtools.jar + + and that we run from a peer directory of this one. +--> +<suite> + + <ajc-test dir="api-clients" title="api-ajde-modelWalker" + comment="function unvalidated, only that it compiles and runs"> + <compile files="org/aspectj/samples/JoinPointCollector.java" + classpath="../../../aj-build/dist/tools/lib/aspectjtools.jar"/> + <run class="org/aspectj/samples/JoinPointCollector" + options="-help"/> + </ajc-test> + +</suite> + +
\ No newline at end of file |