Menu

#213 Test of Copywrite year fails to match current system year.

0.8.4.0
closed-fixed
Tests (8)
5
2004-09-23
2004-09-22
No

test\NAnt.Console\NantTest.cs line 211 contains a test
bug.

The code is checking for the copywrite year from the
command line nant.exe -help to show '2001-2004' (the
current year in the test), but the value seems to be
set via the AssemblyCopyright value.
Solutions.
If you update the file src\CommonAssemblyInfo.cs...
Line in the file.
[assembly:AssemblyCopywrite("Copyright (c) 2001-2004
Gerry Shaw"), this error is fixed.

Discussion

  • Gert Driesen

    Gert Driesen - 2004-09-23

    Logged In: YES
    user_id=707851

    Jamie,

    This was fixed since. Try using a recent nightly build
    (http://nant.sourceforge.net/nightly/builds).

    Thanks for the report !

     
  • Gert Driesen

    Gert Driesen - 2004-09-23
    • assigned_to: nobody --> drieseng
    • status: open --> closed-fixed
     

Log in to post a comment.