
| Key: |
CCNET-1218
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
icnocop
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| 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
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
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)