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.52 by tim, Tue Aug 19 15:10:45 2003 UTC vs.
Revision 1.53 by dl, Tue Aug 26 19:59:14 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines