History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CCNET-1218
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: icnocop
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
CruiseControl .NET

Please add CCNetLastIntegrationDate and CCNetLastIntegrationTime to Core.IntegrationResult.IntegrationProperties

Created: 12/Aug/08 07:43 PM   Updated: 22/Aug/08 09:25 AM
Component/s: Builder
Affects Version/s: 1.4
Fix Version/s: None

Original Estimate: 10 minutes Remaining Estimate: 10 minutes Time Spent: Unknown
Environment: Windows XP Pro SP2 x64, SourceGear Vault v4.1.2


 Description  « Hide
Hello.

Please add CCNetLastIntegrationDate and CCNetLastIntegrationTime to Core.IntegrationResult.IntegrationProperties.

In my scenario, I would like to have these two properties available in a nant build file which is invoked by a nant task.

Thank you very much.

 All   Comments   Work Log   Change History      Sort Order:
Ruben Willems [18/Aug/08 01:33 PM]
adding on its own is not a real problem,
the issue is that these are data from a previous build.
What should the data be on the first build?
In this case the CCNetLastIntegrationDate is nothing, but how would this be translated into a string?
empty string is not a valid date, and really passing nothing/null is not possible (as far as i know)

icnocop [18/Aug/08 03:04 PM]
Hi.

Thank you for the reply.

I think it would be best to use DateTime.Min as the default value in this case.

Thank you. :)

Daniel Hommel [22/Aug/08 09:24 AM]
We could use a "dummy" date that works. Like 1/1/1970 or something.

Daniel Hommel [22/Aug/08 09:25 AM]
Oh i guess DateTime.Min would do the same...