| 102 |
source="${build.sourcelevel}" |
source="${build.sourcelevel}" |
| 103 |
fork="true"> |
fork="true"> |
| 104 |
|
|
| 105 |
|
<!-- |
| 106 |
<compilerarg line="${gjc.args}"/> |
<compilerarg line="${gjc.args}"/> |
| 107 |
<bootclasspath refid="compile.bootclasspath"/> |
<bootclasspath refid="compile.bootclasspath"/> |
| 108 |
|
--> |
| 109 |
|
|
| 110 |
</javac> |
</javac> |
| 111 |
|
|
| 238 |
source="${build.sourcelevel}" |
source="${build.sourcelevel}" |
| 239 |
fork="true"> |
fork="true"> |
| 240 |
|
|
| 241 |
|
<!-- |
| 242 |
<compilerarg line="${gjc.args} -s"/> |
<compilerarg line="${gjc.args} -s"/> |
| 243 |
<bootclasspath refid="compile.bootclasspath"/> |
<bootclasspath refid="compile.bootclasspath"/> |
| 244 |
|
--> |
| 245 |
|
|
| 246 |
</javac> |
</javac> |
| 247 |
|
|
| 524 |
source="${build.sourcelevel}" |
source="${build.sourcelevel}" |
| 525 |
fork="true"> |
fork="true"> |
| 526 |
|
|
| 527 |
|
<!-- |
| 528 |
<compilerarg line="${gjc.args}"/> |
<compilerarg line="${gjc.args}"/> |
| 529 |
|
--> |
| 530 |
<bootclasspath refid="test.compile.bootclasspath"/> |
<bootclasspath refid="test.compile.bootclasspath"/> |
| 531 |
<classpath refid="test.classpath"/> |
<classpath refid="test.classpath"/> |
| 532 |
|
|
| 592 |
|
|
| 593 |
|
|
| 594 |
<target name="configure-compiler"> |
<target name="configure-compiler"> |
| 595 |
|
<!-- |
| 596 |
<property name="gjc.version" |
<property name="gjc.version" |
| 597 |
value="2.2"/> |
value="2.2"/> |
| 598 |
|
|
| 618 |
<property name="collect.jar" |
<property name="collect.jar" |
| 619 |
location="${gjc.dir}/${gjc.version}/collect${novariance.arg}.jar"/> |
location="${gjc.dir}/${gjc.version}/collect${novariance.arg}.jar"/> |
| 620 |
|
|
| 621 |
|
--> |
| 622 |
<condition property="warnunchecked.arg" value="-warnunchecked"> |
<condition property="warnunchecked.arg" value="-warnunchecked"> |
| 623 |
<istrue value="${gjc.warnunchecked}"/> |
<istrue value="${gjc.warnunchecked}"/> |
| 624 |
</condition> |
</condition> |
| 650 |
|
|
| 651 |
|
|
| 652 |
<!-- Common options in javac invocations --> |
<!-- Common options in javac invocations --> |
| 653 |
|
<!-- |
| 654 |
<property name="gjc.args" |
<property name="gjc.args" |
| 655 |
value="-J-Xbootclasspath/p:${pre.bootclasspath} ${warnunchecked.arg} ${novariance.arg}" |
value="-J-Xbootclasspath/p:${pre.bootclasspath} ${warnunchecked.arg} ${novariance.arg}" |
| 656 |
/> |
/> |
| 657 |
|
--> |
| 658 |
|
|
| 659 |
</target> |
</target> |
| 660 |
|
|