aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-10-29 08:47:34 +0000
committerwisberg <wisberg>2003-10-29 08:47:34 +0000
commita586439978838ed511acb0343c9e98ce5f3c9dd5 (patch)
treec9efcfaa919afabe196869364b1a9ee34f21e6dc /tests
parent512cb341517cd6af550ca01b966a632b7fc06fc1 (diff)
downloadaspectj-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.html4
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>
&lt;ajc-test dir="new" title="lint test">
&lt;compile files="LintTest.java"
- options="-Xlint,-emacssym">
+ options="-Xlint,-emacssym,-source,1.4">
&lt;message kind="warning" line="22">
&lt;/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: