knownLimitation-ajctaskCompiler
Accepted limitation of the AjcTaskCompilerCommand wrapper
+ knownLimitation-ajdeCompiler
+ Accepted limitation of the AJDE CompileCommand wrapper
-->
<suite>
</ajc-test>
<ajc-test dir="harness"
- keywords="command-line-error,knownLimitation-ajctaskCompiler"
+ keywords="command-line-error,knownLimitation-ajctaskCompiler,knownLimitation-ajdeCompiler"
+ comment="ajde omits usage"
title="CLE: bad filename">
<compile badInput="true" files="NoSuchFile.java">
<message kind="error" text="NoSuchFile.java"/>
</compile>
</ajc-test>
- <ajc-test dir="harness" keywords="command-line-error"
+ <ajc-test dir="harness" keywords="command-line-error,knownLimitation-ajdeCompiler"
+ comment="ajde has same errors, different wording"
title="CLE: no sourceroot specified for incremental">
<compile badInput="true" options="-incremental">
<message kind="error" text="no sources specified"/>
</compile>
</ajc-test>
- <ajc-test dir="harness" keywords="command-line-error"
+ <ajc-test dir="harness" keywords="command-line-error,knownLimitation-ajdeCompiler"
+ comment="ajde has same errors, different wording"
title="CLE: file specified with incremental">
<compile badInput="true" files="ErrorTest.java"
options="-incremental">