Changeset 835

Show
Ignore:
Timestamp:
09/06/06 09:09:28 (2 years ago)
Author:
alban
Message:

made tidy and javadoc quieter

Files:

Legend:

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

    r827 r835  
    111111                        <link href="http://java.sun.com/j2se/1.4.2/docs/api/" /> 
    112112                        <classpath refid="path.test" /> 
     113                        <tag name="todo" description="To do:"/> 
    113114                </javadoc> 
    114115 
     
    389390                <element name="filesets" optional="false" /> 
    390391                <sequential> 
    391                         <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" verbose="true"> 
    392                                 <arg line="-quiet -@{encoding} -wrap 100" /> 
     392                        <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" error="build/tidy.log"> 
     393                                <arg line="-quiet -@{encoding} -wrap 100 -errors" /> 
    393394                                <arg value="-o" /> 
    394395                                <targetfile /> 
     
    405406                <element name="filesets" optional="false" /> 
    406407                <sequential> 
    407                         <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" verbose="true"> 
    408                                 <arg line="-xml -quiet -utf8 -wrap 100 -indent" /> 
     408                        <apply executable="tidy" dest="@{dest}" failonerror="@{failonerror}" error="build/tidy.log"> 
     409                                <arg line="-xml -quiet -utf8 -wrap 100 -indent -errors" /> 
    409410                                <arg value="-o" /> 
    410411                                <targetfile />