| 449 |
<target name="configure-compiler"> |
<target name="configure-compiler"> |
| 450 |
|
|
| 451 |
<property name="gjc.version" |
<property name="gjc.version" |
| 452 |
value="1.3"/> |
value="2.0"/> |
| 453 |
|
|
| 454 |
<condition property="build.novariance" value="-novariance"> |
<condition property="build.novariance" value="-novariance"> |
| 455 |
<and> |
<and> |
| 480 |
|
|
| 481 |
<property name="build.warnunchecked" value=""/> |
<property name="build.warnunchecked" value=""/> |
| 482 |
|
|
| 483 |
|
<condition property="prepare.src.dir" value="${build.dir}/prepare-src"> |
| 484 |
|
<or> |
| 485 |
|
<and> |
| 486 |
|
<not><isset property="build.nothreads"/></not> |
| 487 |
|
<equals arg1="${gjc.version}" arg2="2.0"/> |
| 488 |
|
</and> |
| 489 |
|
<istrue value="${build.nothreads}"/> |
| 490 |
|
</or> |
| 491 |
|
</condition> |
| 492 |
|
|
| 493 |
|
|
| 494 |
<!-- |
<!-- |
| 495 |
! Bootclasspath munging for source compilation. |
! Bootclasspath munging for source compilation. |
| 528 |
</target> |
</target> |
| 529 |
|
|
| 530 |
|
|
|
<target name="configure-src"> |
|
|
|
|
|
<condition property="prepare.src.dir" value="${build.dir}/prepare-src"> |
|
|
<istrue value="${build.nothreads}"/> |
|
|
</condition> |
|
|
|
|
|
</target> |
|
|
|
|
| 531 |
<target name="prepare-src" |
<target name="prepare-src" |
| 532 |
depends="configure-src" |
depends="configure-compiler" |
| 533 |
if="prepare.src.dir"> |
if="prepare.src.dir"> |
| 534 |
|
|
| 535 |
<mkdir dir="${prepare.src.dir}"/> |
<mkdir dir="${prepare.src.dir}"/> |