You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(7) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(1) |
Feb
|
Mar
(11) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(123) |
Dec
(25) |
| 2005 |
Jan
(85) |
Feb
(107) |
Mar
(55) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(8) |
| 2007 |
Jan
(4) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(22) |
Sep
(6) |
Oct
(7) |
Nov
(5) |
Dec
(5) |
| 2008 |
Jan
(6) |
Feb
(13) |
Mar
(34) |
Apr
(23) |
May
(16) |
Jun
(14) |
Jul
(32) |
Aug
(11) |
Sep
(19) |
Oct
(15) |
Nov
(41) |
Dec
(29) |
| 2009 |
Jan
(12) |
Feb
(19) |
Mar
(12) |
Apr
(22) |
May
(38) |
Jun
(25) |
Jul
(33) |
Aug
(3) |
Sep
(4) |
Oct
|
Nov
|
Dec
(13) |
| 2010 |
Jan
(10) |
Feb
(6) |
Mar
(1) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
|
7
(1) |
8
|
9
(7) |
10
(1) |
11
|
12
(2) |
13
|
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
|
28
|
29
|
30
|
31
|
|
|
|
|
From: <ji...@tr...> - 2004-03-12 05:21:20
|
Message: Work on this issue has been started by Owen Rogers (mailto:or...@th...) --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-4 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-4 Summary: E-mail Contains Incorrect Unit Test Information (Brad Wilson) Type: Bug Status: In Progress Priority: Minor Project: CruiseControl .NET Components: Publisher Versions: 0.4.2 0.4.2 (CCNetLive) Assignee: Owen Rogers Reporter: Owen Rogers Created: Tue, 9 Mar 2004 4:41 AM Updated: Thu, 11 Mar 2004 9:01 PM Due: Tue, 9 Mar 2004 12:00 AM Environment: Windows Server 2003, Subversion 1.0, CruiseControl.NET 0.4.2, NAnt 0.8.4, NUnit 2.1, Microsoft.NET 1.1 Description: When CruiseControl.NET sends me the notification e-mail message of a build success, it contains incorrect unit test information. The e-mail message says: Unit Tests (0) No Tests Run This project doesn't have any tests Which is not correct. When I view the build information on the web site, it says: Unit Tests (2) All Tests Passed Which is correct (it contains the appropriate test information). I consider this a minor annoyance, since a unit test failure will result in a failure message instead of a success message anyway, but it would be nice if it was consistent, as this information may be meaningful to me at some point in the future. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.public.thoughtworks.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
|
From: <bh...@th...> - 2004-03-12 05:00:23
|
Message:
The following issue has been resolved as FIXED.
Resolver: Jira mailing list for ccnet
Date: Thu, 11 Mar 2004 8:41 PM
added the -V option to the labelling command as craig suggested
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-5
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-5
Summary: Custom Labelling bug (Craig Neuwirt)
Type: Bug
Status: Resolved
Priority: Major
Resolution: FIXED
Project: CruiseControl .NET
Components:
Labeller
Fix Fors:
0.4.2 (CCNetLive)
Versions:
0.4.2
0.4.2 (CCNetLive)
Assignee: Owen Rogers
Reporter: Owen Rogers
Created: Tue, 9 Mar 2004 4:56 AM
Updated: Thu, 11 Mar 2004 8:41 PM
Description:
I am using VSS with CCNET.
I created a custom ILabeller for my CCNET configuration.
From the ccnet source code, I believe the custom label
is supposed to replace the CCNETUNVERIFIEDxxxxx label
that is automatically created during the GetModifications
() method.
After a successful integration, my custom labeller is
invoked and CCNET tries to add this label to a versiom
based on the date.
e.g.
[Emsi:Debug]: VSS:
E:\MicrosoftVisualStudio\Common\VSS\win32\ss.exe
label $/EMSI/IT/DotNet -LClouseau_E01.00.06.05 -
Vd2/19/2004;8:25A -Ycneuwirt,cneuwirt -I-Y
This version of $/EMSI/IT/DotNet already has a label.
Overwrite with new label?(Y/N)Y
Unfortunately, the -Vd2/19/2004;8:25A arg specifies a
date that is 1 minute less than the date associated with
the CCNETUNVERIFIEDxxxxx labelled version. As a result
the custom label is applied to the version from the
previous ccnet integration cycle. This is problem.
Would it be possible to use -VLCCNETUNVERIFIEDxxxxx
during the custom labelling process. This will ensure the
correct version is relabelled.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.public.thoughtworks.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|
|
From: <ji...@tr...> - 2004-03-10 03:49:20
|
Issue Subscription Filter: Recent CCNet updates Lists all updates to CCNet issues in the last 24 hours Subscriber: ccnet-maillist Project: CruiseControl.NET Updated In Last: Day (24 hours) Key Summary CC-69 E-mail Contains Incorrect Unit Test Information http://jira.truemesh.com/secure/ViewIssue.jspa?key=CC-69 CC-70 Launching CruiseControl.Net as a service throws configuration exception http://jira.truemesh.com/secure/ViewIssue.jspa?key=CC-70 |
|
From: <bh...@th...> - 2004-03-09 13:14:40
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-5 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-5 Summary: Custom Labelling bug (Craig Neuwirt) Type: Bug Status: Open Priority: Major Project: CruiseControl .NET Components: Labeller Versions: 0.4.2 0.4.2 (CCNetLive) Assignee: Owen Rogers Reporter: Owen Rogers Created: Tue, 9 Mar 2004 4:56 AM Updated: Tue, 9 Mar 2004 4:56 AM Description: I am using VSS with CCNET. I created a custom ILabeller for my CCNET configuration. From the ccnet source code, I believe the custom label is supposed to replace the CCNETUNVERIFIEDxxxxx label that is automatically created during the GetModifications () method. After a successful integration, my custom labeller is invoked and CCNET tries to add this label to a versiom based on the date. e.g. [Emsi:Debug]: VSS: E:\MicrosoftVisualStudio\Common\VSS\win32\ss.exe label $/EMSI/IT/DotNet -LClouseau_E01.00.06.05 - Vd2/19/2004;8:25A -Ycneuwirt,cneuwirt -I-Y This version of $/EMSI/IT/DotNet already has a label. Overwrite with new label?(Y/N)Y Unfortunately, the -Vd2/19/2004;8:25A arg specifies a date that is 1 minute less than the date associated with the CCNETUNVERIFIEDxxxxx labelled version. As a result the custom label is applied to the version from the previous ccnet integration cycle. This is problem. Would it be possible to use -VLCCNETUNVERIFIEDxxxxx during the custom labelling process. This will ensure the correct version is relabelled. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.public.thoughtworks.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
|
From: <bh...@th...> - 2004-03-09 12:59:40
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-4 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-4 Summary: E-mail Contains Incorrect Unit Test Information (Brad Wilson) Type: Bug Status: Open Priority: Minor Project: CruiseControl .NET Components: Publisher Versions: 0.4.2 0.4.2 (CCNetLive) Assignee: Owen Rogers Reporter: Owen Rogers Created: Tue, 9 Mar 2004 4:41 AM Updated: Tue, 9 Mar 2004 4:41 AM Due: Tue, 9 Mar 2004 12:00 AM Environment: Windows Server 2003, Subversion 1.0, CruiseControl.NET 0.4.2, NAnt 0.8.4, NUnit 2.1, Microsoft.NET 1.1 Description: When CruiseControl.NET sends me the notification e-mail message of a build success, it contains incorrect unit test information. The e-mail message says: Unit Tests (0) No Tests Run This project doesn't have any tests Which is not correct. When I view the build information on the web site, it says: Unit Tests (2) All Tests Passed Which is correct (it contains the appropriate test information). I consider this a minor annoyance, since a unit test failure will result in a failure message instead of a success message anyway, but it would be nice if it was consistent, as this information may be meaningful to me at some point in the future. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.public.thoughtworks.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
|
From: <bh...@th...> - 2004-03-09 12:51:44
|
Message:
The following issue has been resolved as FIXED.
Resolver: Owen Rogers
Date: Tue, 9 Mar 2004 4:34 AM
i initialised the currentProjectStatus to a default value in order to get around the null handling that would be required everywhere.
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-2
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-2
Summary: CCTray throws null reference exception if project can't be found
Type: Bug
Status: Resolved
Priority: Major
Resolution: FIXED
Project: CruiseControl .NET
Components:
CCTray
Versions:
0.4.2
0.4.2 (CCNetLive)
Assignee: Owen Rogers
Reporter: Owen Rogers
Created: Mon, 8 Mar 2004 11:17 PM
Updated: Tue, 9 Mar 2004 4:34 AM
Due: Tue, 9 Mar 2004 12:00 AM
Description:
Workaround:
manually edit the cctray-settings.xml file to set the <ProjectName> element to the name of the project from the ccnet.config file.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.public.thoughtworks.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|
|
From: <bh...@th...> - 2004-03-09 11:27:39
|
Message:
The following issue has been resolved as FIXED.
Resolver: Owen Rogers
Date: Tue, 9 Mar 2004 3:08 AM
email publisher now does not send an email if no recipient is specified.
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-3
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-3
Summary: EmailPublisher throws exception if recipient is unspecified
Type: Bug
Status: Resolved
Priority: Minor
Resolution: FIXED
Project: CruiseControl .NET
Components:
CCServer
Versions:
0.4.2
0.4.2 (CCNetLive)
Assignee: Owen Rogers
Reporter: Owen Rogers
Created: Mon, 8 Mar 2004 11:23 PM
Updated: Tue, 9 Mar 2004 3:08 AM
Due: Tue, 9 Mar 2004 12:00 AM
Description:
Workaround: set up a group that will always receive email notifications.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.public.thoughtworks.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|
|
From: <bh...@th...> - 2004-03-09 09:51:35
|
Message:
The following issue has been resolved as FIXED.
Resolver: Owen Rogers
Date: Tue, 9 Mar 2004 1:33 AM
refactored source control classes to change the way that labelling is processed. eliminated template method on for ProcessInfo methods. each concrete class is responsible for implementing its own labelling.
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-1
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-1
Summary: Svn class throws null reference exception if label is not specified
Type: Bug
Status: Resolved
Priority: Major
Resolution: FIXED
Project: CruiseControl .NET
Assignee: Owen Rogers
Reporter: Owen Rogers
Created: Mon, 8 Mar 2004 10:49 PM
Updated: Tue, 9 Mar 2004 1:33 AM
Due: Tue, 9 Mar 2004 12:00 AM
Description:
There's a bug in the ProcessSourceControl.LabelSourceControl method when
using Subversion as the version control repository. When automatic tagging
is off, a null pointer exception is being thrown because the output of the
CreateLabelProcessInfo method returns a null process info, which
LabelSourceControl tries to execute.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.public.thoughtworks.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|
|
From: <bh...@th...> - 2004-03-09 07:41:34
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-3 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-3 Summary: EmailPublisher throws exception if recipient is unspecified Type: Bug Status: Open Priority: Minor Project: CruiseControl .NET Components: CCServer Versions: 0.4.2 0.4.2 (CCNetLive) Assignee: Owen Rogers Reporter: Owen Rogers Created: Mon, 8 Mar 2004 11:23 PM Updated: Mon, 8 Mar 2004 11:23 PM Due: Tue, 9 Mar 2004 12:00 AM Description: Workaround: set up a group that will always receive email notifications. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.public.thoughtworks.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
|
From: <bh...@th...> - 2004-03-09 07:34:32
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-2 Summary: CCTray throws null reference exception if project can't be found Type: Bug Status: Open Priority: Major Project: CruiseControl .NET Components: CCTray Versions: 0.4.2 0.4.2 (CCNetLive) Assignee: Owen Rogers Reporter: Owen Rogers Created: Mon, 8 Mar 2004 11:17 PM Updated: Mon, 8 Mar 2004 11:17 PM Due: Tue, 9 Mar 2004 12:00 AM Description: Workaround: manually edit the cctray-settings.xml file to set the <ProjectName> element to the name of the project from the ccnet.config file. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.public.thoughtworks.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
|
From: <ji...@tr...> - 2004-03-07 03:46:23
|
Issue Subscription Filter: Recent CCNet updates Lists all updates to CCNet issues in the last 24 hours Subscriber: ccnet-maillist Project: CruiseControl.NET Updated In Last: Day (24 hours) Key Summary CC-68 Cruise Control fails with Subversion 1.0 http://jira.truemesh.com/secure/ViewIssue.jspa?key=CC-68 CC-69 E-mail Contains Incorrect Unit Test Information http://jira.truemesh.com/secure/ViewIssue.jspa?key=CC-69 |