Menu

#51 <if> task fails with 'uptodatefile'

0.8.2.0
closed-fixed
Tasks (408)
5
2003-05-05
2003-05-02
Anonymous
No

When specifying the 'uptodatefile' to the <if> task, the
task fails in ConditionsTrue(), because the format string
misses a closing brace: {0) instead of {0}. The buggy
line should read:

Log.WriteLineIf(Project.Verbose && bNeedsAnUpdate,
"{2}:{0} is newer than {1}. Excuting Embedded Tasks" ,
newerFile, primaryFile.Name, LogPrefix);

Discussion

  • Scott Hernandez

    Scott Hernandez - 2003-05-05
    • assigned_to: nobody --> skot
    • status: open --> closed-fixed
     
  • Scott Hernandez

    Scott Hernandez - 2003-05-05

    Logged In: YES
    user_id=4117

    I have made the code fix.

     

Log in to post a comment.