diff options
author | wisberg <wisberg> | 2003-10-29 08:47:34 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-10-29 08:47:34 +0000 |
commit | a586439978838ed511acb0343c9e98ce5f3c9dd5 (patch) | |
tree | c9efcfaa919afabe196869364b1a9ee34f21e6dc /tests | |
parent | 512cb341517cd6af550ca01b966a632b7fc06fc1 (diff) | |
download | aspectj-a586439978838ed511acb0343c9e98ce5f3c9dd5.tar.gz aspectj-a586439978838ed511acb0343c9e98ce5f3c9dd5.zip |
doc harness handling of 2-element options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/readme-writing-compiler-tests.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/readme-writing-compiler-tests.html b/tests/readme-writing-compiler-tests.html index 44e9d50ca..932c35267 100644 --- a/tests/readme-writing-compiler-tests.html +++ b/tests/readme-writing-compiler-tests.html @@ -442,7 +442,7 @@ the <code>options</code> attribute: <pre> <ajc-test dir="new" title="lint test"> <compile files="LintTest.java" - options="-Xlint,-emacssym"> + options="-Xlint,-emacssym,-source,1.4"> <message kind="warning" line="22"> </compile> </pre> @@ -450,8 +450,6 @@ This should work even for complex single-arg options like <code>-g:none</code>, but will fail for comma-delimited single-arg options like <code>-g:lines,vars</code> because the comma delimiters are ambiguous (yes, a design bug!). -For -source 1.4 and -source 1.3 options, -use -source14 and -source13 (yes, a hack!). <p> The <code>compile</code> element has the following attributes which handle most of the other compiler arguments: |