Hi,
The nant 0.84 manual describes the if statement, with examples like this:
            <if uptodatefile="myfile.dll" comparefile="myfile.cs">
                <echo message="myfile.dll is newer/same-date as myfile.cs" />
            </if>

This example is a bit confusing.  Might I suggest improving the example, by doing something like this:

 

            <if uptodatefile="myfile.cs" comparefile="myfile.dll">
                <echo message="myfile.cs is newer/same-date as myfile.dll, need to recompile that dll!" />
            </if>

Thanks,

 

Bruce

 

 

 

Reply via email to