Changeset 838

Show
Ignore:
Timestamp:
09/08/06 20:20:31 (2 years ago)
Author:
alban
Message:

remove tidy errors option, avoid some outputs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build-docs.xml

    r835 r838  
    1616                        <sequential> 
    1717 
    18                                 <java classname="org.apache.xalan.xslt.Process" fork="true" failonerror="true"
     18                                <java classname="org.apache.xalan.xslt.Process" fork="true" failonerror="true" output="build/docbook.log" append="true"
    1919                                        <jvmarg line="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration" /> 
    2020                                        <jvmarg  
     
    351351                        </fileset> 
    352352                </copy> 
    353                 <tidy dest="dist/docs" failonerror="false"> 
    354                         <filesets> 
     353                <!-- too verbose <tidy dest="dist/docs" failonerror="false">  
     354                        <filesets> --> 
     355                <copy todir="dist/docs"> 
    355356                                <fileset dir="build/docs"> 
    356357                                        <include name="userguide/*.html" /> 
    357358                                        <include name="api/**/*.html" /> 
    358359                                </fileset> 
    359                         </filesets> 
    360                 </tidy> 
     360                </copy> 
     361                <!--    </filesets> 
     362                </tidy> --> 
    361363 
    362364                <!-- TODO find a better way --> 
     
    390392                <element name="filesets" optional="false" /> 
    391393                <sequential> 
    392                         <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" error="build/tidy.log"> 
    393                                 <arg line="-quiet -@{encoding} -wrap 100 -errors" /> 
     394                        <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" output="build/tidy.log" append="true"> 
     395                                <arg line="-quiet -@{encoding} -wrap 100" /> 
    394396                                <arg value="-o" /> 
    395397                                <targetfile /> 
     
    406408                <element name="filesets" optional="false" /> 
    407409                <sequential> 
    408                         <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" error="build/tidy.log"> 
     410                        <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" output="build/tidy.log" append="true"> 
    409411                                <arg line="-xml -quiet -utf8 -wrap 100 -indent -errors" /> 
    410412                                <arg value="-o" /> 
  • trunk/build.xml

    r828 r838  
    390390        </target> 
    391391         
    392         <target name="export.tar" depends="export.tar.bin,export.tar.sources" description="Packages binaries and sources distributions"/> 
     392        <target name="export.tar" depends="export.tar.bin, export.tar.sources" description="Packages binaries and sources distributions"/> 
    393393 
    394394        <target name="export.win32" depends="dist.win32"> 
     
    398398                        </path> 
    399399                </pathconvert> 
    400                 <exec executable="makensis" failonerror="true"
     400                <exec executable="makensis" failonerror="true" output="build/nsis.log" append="true"
    401401                        <arg value="-V4" /> 
    402402                        <arg value="-NOCD" />