ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.33 by tim, Thu May 29 12:54:10 2003 UTC vs.
Revision 1.34 by tim, Thu May 29 14:56:37 2003 UTC

# Line 449 | Line 449
449    <target name="configure-compiler">
450  
451      <property name="gjc.version"
452 <             value="1.3"/>
452 >             value="2.0"/>
453  
454      <condition property="build.novariance" value="-novariance">
455        <and>
# Line 480 | Line 480
480  
481      <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.
# Line 518 | Line 528
528    </target>
529  
530  
521  <target name="configure-src">
522
523    <condition property="prepare.src.dir" value="${build.dir}/prepare-src">
524      <istrue value="${build.nothreads}"/>
525    </condition>
526
527  </target>
528
531    <target name="prepare-src"
532 <          depends="configure-src"
532 >          depends="configure-compiler"
533            if="prepare.src.dir">
534  
535      <mkdir dir="${prepare.src.dir}"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines