| 281 |
|
|
| 282 |
<compilerarg value="${bootclasspath.args}"/> |
<compilerarg value="${bootclasspath.args}"/> |
| 283 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
| 284 |
|
<compilerarg value="-XDignore.symbol.file=true"/> |
| 285 |
|
|
| 286 |
<classpath refid="test.classpath"/> |
<classpath refid="test.classpath"/> |
| 287 |
|
|
| 299 |
|
|
| 300 |
<compilerarg value="${bootclasspath.args}"/> |
<compilerarg value="${bootclasspath.args}"/> |
| 301 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
| 302 |
|
<compilerarg value="-XDignore.symbol.file=true"/> |
| 303 |
|
|
| 304 |
<classpath refid="test.classpath"/> |
<classpath refid="test.classpath"/> |
| 305 |
|
|
| 316 |
|
|
| 317 |
<compilerarg value="${bootclasspath.args}"/> |
<compilerarg value="${bootclasspath.args}"/> |
| 318 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
| 319 |
|
<compilerarg value="-XDignore.symbol.file=true"/> |
| 320 |
|
|
| 321 |
<classpath refid="test.classpath"/> |
<classpath refid="test.classpath"/> |
| 322 |
|
|
| 457 |
|
|
| 458 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
| 459 |
<classpath refid="loops.classpath"/> |
<classpath refid="loops.classpath"/> |
| 460 |
|
<compilerarg value="-XDignore.symbol.file=true"/> |
| 461 |
|
|
| 462 |
</javac> |
</javac> |
| 463 |
|
|
| 487 |
|
|
| 488 |
<include name="**/*.java"/> |
<include name="**/*.java"/> |
| 489 |
<compilerarg line="${build.args}"/> |
<compilerarg line="${build.args}"/> |
| 490 |
|
<compilerarg value="-XDignore.symbol.file=true"/> |
| 491 |
|
|
| 492 |
</javac> |
</javac> |
| 493 |
|
|