You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
(3) |
May
(33) |
Jun
(44) |
Jul
(40) |
Aug
(23) |
Sep
(26) |
Oct
(41) |
Nov
(37) |
Dec
(42) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(40) |
Feb
(58) |
Mar
(81) |
Apr
(94) |
May
(77) |
Jun
(83) |
Jul
(55) |
Aug
(118) |
Sep
(51) |
Oct
(193) |
Nov
(77) |
Dec
(17) |
| 2005 |
Jan
(56) |
Feb
(87) |
Mar
(83) |
Apr
(155) |
May
(115) |
Jun
(157) |
Jul
(90) |
Aug
(87) |
Sep
(145) |
Oct
(56) |
Nov
(105) |
Dec
(88) |
| 2006 |
Jan
(56) |
Feb
(93) |
Mar
(30) |
Apr
(46) |
May
(46) |
Jun
(16) |
Jul
(33) |
Aug
(54) |
Sep
(47) |
Oct
(21) |
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
(2) |
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
(2) |
11
(1) |
|
12
(1) |
13
(1) |
14
|
15
(4) |
16
(2) |
17
|
18
|
|
19
(4) |
20
|
21
|
22
(4) |
23
(3) |
24
(3) |
25
|
|
26
(3) |
27
(10) |
28
(8) |
29
(1) |
30
(1) |
|
|
|
From: <ji...@pu...> - 2004-09-29 08:40:54
|
The following comment has been added to this issue:
Author: Szoke
Created: Wed, 29 Sep 2004 1:33 AM
Body:
Found this: http://www.ftponline.com/vsm/2003_12/online/wahlin/ may help implementing this feature.
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-178?page=comments#action_10439
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-178
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-178
Summary: Sorting of checkins is done by date in text
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Assignee:
Reporter: Szoke
Created: Fri, 24 Sep 2004 12:51 AM
Updated: Wed, 29 Sep 2004 1:33 AM
Description:
When modifications are listed, these are sorted by date in text representation - it should be sorted by the date in an other representation, where it can be truly sorted.
Now it makes list like:
02 Jun, 02 Apr, 01 Sep, 01 Apr, etc
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 22:08:52
|
The following comment has been added to this issue:
Author: John Santini
Created: Tue, 28 Sep 2004 3:02 PM
Body:
Please close this. My mistake.
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-173?page=comments#action_10438
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-173
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-173
Summary: Source control operation has timed out.error when checking updates in CVS
Type: Bug
Status: Unassigned
Priority: Blocker
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Configuration
Assignee:
Reporter: John Santini
Created: Wed, 22 Sep 2004 2:47 PM
Updated: Tue, 28 Sep 2004 3:02 PM
Environment: CVSNT 2.0.51D
.NET Framework 1.1
Latest version of CCNET
Description:
I am getting a process time out error. The complete log is as follows. I tried running the same cvs command which worked fine.
C:\Development\CCNET\server>C:\Development\CCNET\server\ccnet -remoting:on
[CruiseControl Server:Info]: Registered channel: tcp
[CruiseControl Server:Info]: CruiseManager: Listening on url: tcp://10.0.0.17:21
234/CruiseManager.rem
[CruiseControl Server:Info]: Starting CruiseControl.NET Server
[CruiseControl Server:Info]: Reading configuration file "C:\Development\CCNET\se
rver\ccnet.config"
[CruiseControl Server:Info]: Starting integrator for project: Demo Project
[Demo Project:Info]: Starting integration for project: Demo Project
[Demo Project:Debug]: Attempting to start process [C:\Development\CVS\cvsnt\cvs.
exe] in working directory [C:\Development\Projects\DemoProjectIntegration]
[Demo Project:Warning]: Process timed out: C:\Development\CVS\cvsnt\cvs.exe -d :
pserver:JoeSantini@JoePC:/Demo -q log -N "-d>2004-09-21 21:40:19 GMT". Process
id: 656
[Demo Project:Warning]: The timed out process has been killed: 656
[Demo Project:Error]: Exception: Source control operation has timed out.
----------
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation
has timed out.
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute
(ProcessInfo processInfo) in d:\sourceforge\ccnet\project\core\sourcecontrol\Pro
cessSourceControl.cs:line 54
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.GetModi
fications(ProcessInfo info, DateTime from, DateTime to) in d:\sourceforge\ccnet\
project\core\sourcecontrol\ProcessSourceControl.cs:line 43
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Cvs.GetModifications(DateTim
e from, DateTime to) in d:\sourceforge\ccnet\project\core\sourcecontrol\Cvs.cs:l
ine 68
at ThoughtWorks.CruiseControl.Core.Project.GetSourceModifications(IIntegratio
nResult result) in d:\sourceforge\ccnet\project\core\Project.cs:line 185
at ThoughtWorks.CruiseControl.Core.Project.AttemptToRunIntegration(IIntegrati
onResult result) in d:\sourceforge\ccnet\project\core\Project.cs:line 164
----------
[Demo Project:Info]: Integration complete: 9/23/2004 12:40:19 AM
The config file is as follows.
<cruisecontrol>
<project>
<name>Demo Project</name>
<webURL>http://localhost/ccnet-dashboard/Controller.aspx?_action_ViewProjectReport=true&server=local&project=Demo Project</webURL>
<schedule type="schedule" sleepSeconds="60" />
<modificationDelaySeconds>10</modificationDelaySeconds>
<sourcecontrol type="cvs">
<executable>C:\Development\CVS\cvsnt\cvs.exe</executable>
<workingDirectory>C:\Development\Projects\DemoProjectIntegration</workingDirectory>
<cvsroot>:pserver:JoeSantini@JoePC:/Demo</cvsroot>
<timeout>50</timeout>
</sourcecontrol>
<build type="commandLineBuilder">
<baseDirectory>C:\Development\Projects\DemoProjectIntegration</baseDirectory>
<executable>echo.bat</executable>
<buildArgs>Hello-World</buildArgs>
</build>
<publishers>
<xmllogger>
<logDir>C:\Development\CCNET\web\log</logDir>
</xmllogger>
</publishers>
</project>
</cruisecontrol>
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 17:35:51
|
Message:
The following issue has been resolved as FIXED.
Resolver: Owen Rogers
Date: Tue, 28 Sep 2004 10:29 AM
fixed in ccnetlive build 0.6.0.464
vss get command now uses -GWR command-line switch
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-138
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-138
Summary: auto-replace in vss source control
Type: Improvement
Status: Resolved
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Source Control
Fix Fors:
0.7
Versions:
0.6.1
Assignee:
Reporter: Gunnlaugur Thor Briem
Created: Sat, 7 Aug 2004 7:39 AM
Updated: Tue, 28 Sep 2004 10:29 AM
Environment: Windows 2003 Server, CCNET running as a Windows service, source control
is of type multi, containing two vss sourcecontrols configured with
autoGetSource="true"
Description:
I tend to get this error:
Source control operation failed: A writable copy of C:\...\foo.ascx already exists
when my source control checks for modifications with autoGetSource="true".
This situation breaks CCnet silently and requires me to manually go in and fix it, as discussed in http://jira.public.thoughtworks.org/browse/CCNET-137
It would be very useful to have the option, perhaps enabled by default, of telling the VSS source control provider to just overwrite files in this situation. The reason SourceSafe does not do this by default is the risk of data loss, overwriting local changes made by a developer; this risk is not present in the CCnet repository. I don't know what causes files to become read-write in the CCnet repository, but CCnet should be able to just happily overwrite them anyway.
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 17:28:52
|
The following comment has been added to this issue:
Author: Szoke
Created: Tue, 28 Sep 2004 10:21 AM
Body:
I found the problematic line in VSSHistoryParser:
private static readonly Regex REGEX_FILE_NAME = new Regex(@"\*+([\w\s\.]+)", RegexOptions.Multiline);
The regex should be extended with \-
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-175?page=comments#action_10436
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-175
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-175
Summary: '-' is not handled in filenames
Type: Bug
Status: Unassigned
Priority: Critical
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Assignee:
Reporter:
Created: Thu, 23 Sep 2004 5:52 AM
Updated: Tue, 28 Sep 2004 10:21 AM
Description:
If a filename contains '-', than the email and web site contains false data (the filename brokes, the comment field contains garbage).
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 08:48:47
|
The following comment has been added to this issue:
Author: Szoke
Created: Tue, 28 Sep 2004 1:41 AM
Body:
And after I revisited the problem, I found, that not only the website has this problem, but the generated mail too. I checked the xml log file, and it does not contain the full filename, so it has nothing to do with xslt files, it is what the ccnet server produces log that contains bad data.
I also checked that by renaming the file to
test_filename.doc
all problems are vanishing, so the problem is with the '-'
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-175?page=comments#action_10434
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-175
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-175
Summary: '-' is not handled in filenames
Type: Bug
Status: Unassigned
Priority: Critical
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Assignee:
Reporter:
Created: Thu, 23 Sep 2004 5:52 AM
Updated: Tue, 28 Sep 2004 1:41 AM
Description:
If a filename contains '-', than the email and web site contains false data (the filename brokes, the comment field contains garbage).
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 08:45:49
|
The following comment has been added to this issue:
Author: Szoke
Created: Tue, 28 Sep 2004 1:39 AM
Body:
An example would be:
I check in or add
test-filename.doc
and the log would print only:
test
and would print long garbage into the comment field.
This applies for vss scc provider only.
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-175?page=comments#action_10433
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-175
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-175
Summary: '-' is not handled in filenames
Type: Bug
Status: Unassigned
Priority: Critical
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Assignee:
Reporter:
Created: Thu, 23 Sep 2004 5:52 AM
Updated: Tue, 28 Sep 2004 1:39 AM
Description:
If a filename contains '-', than the email and web site contains false data (the filename brokes, the comment field contains garbage).
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 06:47:46
|
The following comment has been added to this issue:
Author: charles
Created: Mon, 27 Sep 2004 11:40 PM
Body:
Could you implement it like:
<sourcecontrol type="generic">
<application>(path to command-line application)</application>
<commandline>(command-line parameters for application</commandline>
<changedreturncode>(return code that the application returns if there are any changes)</changedreturncode>
</sourcecontrol>
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-179?page=comments#action_10432
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-179
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-179
Summary: Support other source control providers via generic provider
Type: New Feature
Status: Unassigned
Priority: Minor
Original Estimate: 2 days
Time Spent: Unknown
Remaining: 2 days
Project: CruiseControl .NET
Components:
Source Control
Assignee:
Reporter:
Created: Sun, 26 Sep 2004 3:13 PM
Updated: Mon, 27 Sep 2004 11:40 PM
Environment: N/A (feature request)
Description:
Could you please make a generic source control provider that can launch third party source control providers from the command line and then check the output of them to determine if the file(s) have changed?
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 06:43:48
|
The following comment has been added to this issue:
Author: Owen Rogers
Created: Mon, 27 Sep 2004 11:36 PM
Body:
if not sure if i understand what filename you are referring to. are you referring to the xml log files produced by ccnet? or the filenames in the modifications retrieved from the source control provider?
could you provide an example of a filename that is causing problems for you?
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-175?page=comments#action_10431
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-175
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-175
Summary: '-' is not handled in filenames
Type: Bug
Status: Unassigned
Priority: Critical
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Assignee:
Reporter:
Created: Thu, 23 Sep 2004 5:52 AM
Updated: Mon, 27 Sep 2004 11:36 PM
Description:
If a filename contains '-', than the email and web site contains false data (the filename brokes, the comment field contains garbage).
---------------------------------------------------------------------
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...@pu...> - 2004-09-28 06:41:49
|
The following comment has been added to this issue:
Author: Owen Rogers
Created: Mon, 27 Sep 2004 11:34 PM
Body:
this seems like an interesting idea; however, i'm not too sure if it would work. most of the functionality in a SourceControl provider consists of parsing the output and converting it into Modifications, not just in executing the SSC via the command-line. as i'm not sure how to genericise this parsing process, i can't see that a GenericSourceControl would work -- unless i'm missing something.
what SourceControl system do you have in mind?
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-179?page=comments#action_10430
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-179
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-179
Summary: Support other source control providers via generic provider
Type: New Feature
Status: Unassigned
Priority: Minor
Original Estimate: 2 days
Time Spent: Unknown
Remaining: 2 days
Project: CruiseControl .NET
Components:
Source Control
Assignee:
Reporter:
Created: Sun, 26 Sep 2004 3:13 PM
Updated: Mon, 27 Sep 2004 11:34 PM
Environment: N/A (feature request)
Description:
Could you please make a generic source control provider that can launch third party source control providers from the command line and then check the output of them to determine if the file(s) have changed?
---------------------------------------------------------------------
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...@pu...> - 2004-09-27 19:15:49
|
The following comment has been added to this issue:
Author:
Created: Mon, 27 Sep 2004 12:08 PM
Body:
Has any progress been made on this MSBuild plugin?
I'm starting to work with Whidbey and would love to have CruiseControl.NET support. Right now I'm blocked because NAnt's solution support doesn't understand the new MSBuild XML format.
Thanks,
Kirk
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-20?page=comments#action_10429
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-20
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-20
Summary: Support for MSBuild
Type: New Feature
Status: Open
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Builder
Fix Fors:
1.0
Versions:
0.5
Assignee: Owen Rogers
Reporter: Mike Roberts
Created: Tue, 30 Mar 2004 12:59 AM
Updated: Mon, 27 Sep 2004 12:08 PM
Description:
We need an MSBuild Build plugin.
---------------------------------------------------------------------
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: Owen R. <OR...@th...> - 2004-09-27 15:53:40
|
- the patch number represents the autoincremented label generated by ccnet (ie. currently 461) - the major/minor/revision number will be controlled by us and incremented after a release (ie. ccnetlive is currently set to 0_6_0 -- though really it should be 0_6_1). as far as branches are concerned, we don't plan to create and support branches until after the 1.0 release. instead, you're just on the mainline upgrade path. :) cheers, owen. --- R. Owen Rogers ThoughtWorks Technologies (India) Pvt Ltd. ThoughtWorks - Deliver with passion! ThoughtWorks is always looking for talented people who are passionate about technology. To find out more about a career at ThoughtWorks go to http://www.thoughtworks.com/career/. "Martin Aliger" <mar...@go...> 27/09/2004 21:01 To: "'Owen Rogers'" <OR...@th...>, <ccn...@li...> cc: Subject: RE: [Ccnet-devel] ccnet assemblies are now versioned cool! Could you, please, clarify what is patchnumber and how branches will be numbered? Martin as of build 460, all ccnet assemblies will now be (finally) versioned to be synch with the build labels generated on the ccnetlive server. cheers, owen. |
|
From: Owen R. <OR...@th...> - 2004-09-27 15:48:29
|
hi jonathan, thanks for your offer of assistance. we're definitely interested and happy to accept patches. there is an open jira on this issue which contains code demonstrating a solution for this (however, we have yet to integrate it): http://jira.public.thoughtworks.org/browse/CCNET-20 cheers, owen. --- R. Owen Rogers ThoughtWorks Technologies (India) Pvt Ltd. ThoughtWorks - Deliver with passion! ThoughtWorks is always looking for talented people who are passionate about technology. To find out more about a career at ThoughtWorks go to http://www.thoughtworks.com/career/. "Jonathan de Halleux" <deh...@pe...> Sent by: ccn...@li... 26/09/2004 17:23 To: <ccn...@li...> cc: (bcc: Owen Rogers/Canada/ThoughtWorks) Subject: [Ccnet-devel] MSBuild support in CC.NET Hi, My name is Jonathan de Halleux ( http://blog.dotnetwiki.org ). While in the process of automating MbUnit ( http://mbunit.tigris.org ) and TestDrive.NET ( http://www.testdriven.net ) we have written a CC.NET task for executin MSBuild tasks. Of course, we would be happy to contribute that code back to CC.NET so that anyone can easily execute MSBuild scripts (which I beleive will soon overcome NAnt). Regards, Jonathan de Halleux |
|
From: <ji...@pu...> - 2004-09-27 15:35:47
|
The following comment has been added to this issue:
Author: Owen Rogers
Created: Mon, 27 Sep 2004 8:29 AM
Body:
we've been experiencing this problem as well on ccnetlive -- though not with the same severe ramifications that you mentioned.
craig: i hadn't considered that the lack of timeout on the process reading threads could be the culprit. i'll see if can reproduce it in a test.
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-173?page=comments#action_10428
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-173
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-173
Summary: Source control operation has timed out.error when checking updates in CVS
Type: Bug
Status: Unassigned
Priority: Blocker
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Configuration
Assignee:
Reporter: John Santini
Created: Wed, 22 Sep 2004 2:47 PM
Updated: Mon, 27 Sep 2004 8:29 AM
Environment: CVSNT 2.0.51D
.NET Framework 1.1
Latest version of CCNET
Description:
I am getting a process time out error. The complete log is as follows. I tried running the same cvs command which worked fine.
C:\Development\CCNET\server>C:\Development\CCNET\server\ccnet -remoting:on
[CruiseControl Server:Info]: Registered channel: tcp
[CruiseControl Server:Info]: CruiseManager: Listening on url: tcp://10.0.0.17:21
234/CruiseManager.rem
[CruiseControl Server:Info]: Starting CruiseControl.NET Server
[CruiseControl Server:Info]: Reading configuration file "C:\Development\CCNET\se
rver\ccnet.config"
[CruiseControl Server:Info]: Starting integrator for project: Demo Project
[Demo Project:Info]: Starting integration for project: Demo Project
[Demo Project:Debug]: Attempting to start process [C:\Development\CVS\cvsnt\cvs.
exe] in working directory [C:\Development\Projects\DemoProjectIntegration]
[Demo Project:Warning]: Process timed out: C:\Development\CVS\cvsnt\cvs.exe -d :
pserver:JoeSantini@JoePC:/Demo -q log -N "-d>2004-09-21 21:40:19 GMT". Process
id: 656
[Demo Project:Warning]: The timed out process has been killed: 656
[Demo Project:Error]: Exception: Source control operation has timed out.
----------
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation
has timed out.
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute
(ProcessInfo processInfo) in d:\sourceforge\ccnet\project\core\sourcecontrol\Pro
cessSourceControl.cs:line 54
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.GetModi
fications(ProcessInfo info, DateTime from, DateTime to) in d:\sourceforge\ccnet\
project\core\sourcecontrol\ProcessSourceControl.cs:line 43
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Cvs.GetModifications(DateTim
e from, DateTime to) in d:\sourceforge\ccnet\project\core\sourcecontrol\Cvs.cs:l
ine 68
at ThoughtWorks.CruiseControl.Core.Project.GetSourceModifications(IIntegratio
nResult result) in d:\sourceforge\ccnet\project\core\Project.cs:line 185
at ThoughtWorks.CruiseControl.Core.Project.AttemptToRunIntegration(IIntegrati
onResult result) in d:\sourceforge\ccnet\project\core\Project.cs:line 164
----------
[Demo Project:Info]: Integration complete: 9/23/2004 12:40:19 AM
The config file is as follows.
<cruisecontrol>
<project>
<name>Demo Project</name>
<webURL>http://localhost/ccnet-dashboard/Controller.aspx?_action_ViewProjectReport=true&server=local&project=Demo Project</webURL>
<schedule type="schedule" sleepSeconds="60" />
<modificationDelaySeconds>10</modificationDelaySeconds>
<sourcecontrol type="cvs">
<executable>C:\Development\CVS\cvsnt\cvs.exe</executable>
<workingDirectory>C:\Development\Projects\DemoProjectIntegration</workingDirectory>
<cvsroot>:pserver:JoeSantini@JoePC:/Demo</cvsroot>
<timeout>50</timeout>
</sourcecontrol>
<build type="commandLineBuilder">
<baseDirectory>C:\Development\Projects\DemoProjectIntegration</baseDirectory>
<executable>echo.bat</executable>
<buildArgs>Hello-World</buildArgs>
</build>
<publishers>
<xmllogger>
<logDir>C:\Development\CCNET\web\log</logDir>
</xmllogger>
</publishers>
</project>
</cruisecontrol>
---------------------------------------------------------------------
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: Martin A. <mar...@go...> - 2004-09-27 15:34:28
|
cool! Could you, please, clarify what is patchnumber and how branches will be numbered? Martin as of build 460, all ccnet assemblies will now be (finally) versioned to be synch with the build labels generated on the ccnetlive server. cheers, owen. |
|
From: <ji...@pu...> - 2004-09-27 15:32:47
|
The following comment has been added to this issue:
Author: Owen Rogers
Created: Mon, 27 Sep 2004 8:24 AM
Body:
thanks for posting your solution. it looks like all that you did to fix the problem was to remove the outer set of parenthesis from either side of the "|". is this correct?
i've made my own changes to the stylesheet. could you please post your log file so that i can verify that this change has fixed it?
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-168?page=comments#action_10427
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-168
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-168
Summary: Default.aspx throws "Expression must evaluate to a node-set." Exception
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Versions:
0.6.1
Assignee:
Reporter:
Created: Sat, 11 Sep 2004 7:25 AM
Updated: Mon, 27 Sep 2004 8:24 AM
Environment: MS Server 2003, .Net 2.0 Beta, CCNet 0.6.1
Description:
When trying to load the default.aspx page an "Expression must evaluate to a node-set. " exception is thrown.
It is thrown when trying to transform compile.xsl. I found it to be caused in :
<xsl:template match="message[(contains(text(), ' error') and not (contains(text(), '0 error')))]|message[(contains(text(), ' warning') and not (contains(text(), '0 warning')))]">
<pre class="compile-error-data"><xsl:value-of select="text()"/></pre>
</xsl:template>
To get around it I needed to change to :
<xsl:template match="message[contains(text(), ' error') and not (contains(text(), '0 error'))]|message[contains(text(), ' warning') and not (contains(text(), '0 warning'))]">
<pre class="compile-error-data"><xsl:value-of select="text()"/></pre>
</xsl:template>
I'm not sure it this doesn't change the meaning of the xpath query though.
Regards,
Bart Fibrich
Stack Trace
[XPathException: Expression must evaluate to a node-set.]
MS.Internal.Xml.XPath.XPathParser.ParseNodeTest(AstNode qyInput, AxisType axisType, XPathNodeType nodeType) +2898378
MS.Internal.Xml.XPath.XPathParser.ParseStep(AstNode qyInput) +161
MS.Internal.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput) +12
MS.Internal.Xml.XPath.XPathParser.ParseLocationPath(AstNode qyInput) +155
MS.Internal.Xml.XPath.XPathParser.ParsePathExpr(AstNode qyInput) +73
MS.Internal.Xml.XPath.XPathParser.ParseUnionExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseUnaryExpr(AstNode qyInput) +31
MS.Internal.Xml.XPath.XPathParser.ParseMultiplicativeExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseAdditiveExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseRelationalExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseEqualityExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseAndExpr(AstNode qyInput) +17
MS.Internal.Xml.XPath.XPathParser.ParseOrExpr(AstNode qyInput) +17
MS.Internal.Xml.XPath.XPathParser.ParsePredicate(AstNode qyInput) +166
MS.Internal.Xml.XPath.XPathParser.ParseStep(AstNode qyInput) +2898341
MS.Internal.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput) +12
MS.Internal.Xml.XPath.XPathParser.ParseLocationPath(AstNode qyInput) +155
MS.Internal.Xml.XPath.XPathParser.ParsePathExpr(AstNode qyInput) +73
MS.Internal.Xml.XPath.XPathParser.ParseUnionExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseUnaryExpr(AstNode qyInput) +31
MS.Internal.Xml.XPath.XPathParser.ParseMultiplicativeExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseAdditiveExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseRelationalExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseEqualityExpr(AstNode qyInput) +18
MS.Internal.Xml.XPath.XPathParser.ParseAndExpr(AstNode qyInput) +17
MS.Internal.Xml.XPath.XPathParser.ParseOrExpr(AstNode qyInput) +17
MS.Internal.Xml.XPath.XPathParser.ParseXPathExpresion(String xpathExpresion) +53
System.Xml.Xsl.Compiler.AddQuery(String xpathQuery, Boolean allowVar, Boolean allowKey) +71
[XsltException: 'message[]' is an invalid XPath expression.]
System.Xml.Xsl.Compiler.AddQuery(String xpathQuery, Boolean allowVar, Boolean allowKey) +294
System.Xml.Xsl.TemplateAction.FixupMatch(Compiler compiler, AstNode node) +94
System.Xml.Xsl.TemplateAction.SplitUnions(Compiler compiler) +2837072
System.Xml.Xsl.TemplateAction.AnalyzePriority(Compiler compiler) +50
System.Xml.Xsl.TemplateAction.Compile(Compiler compiler) +158
System.Xml.Xsl.Compiler.CreateTemplateAction() +41
System.Xml.Xsl.ContainerAction.CompileTopLevelElements(Compiler compiler) +518
System.Xml.Xsl.ContainerAction.CompileDocument(Compiler compiler, Boolean inInclude) +144
System.Xml.Xsl.RootAction.Compile(Compiler compiler) +6
System.Xml.Xsl.Compiler.CreateRootAction() +114
System.Xml.Xsl.Compiler.Compile(NavigatorInput input, XmlResolver xmlResolver, Evidence evidence) +199
[XsltCompileException: XSLT compile error at file:///C:/Program Files/CruiseControl/web/xsl/compile.xsl(29,6). See InnerException for details.]
System.Xml.Xsl.Compiler.Compile(NavigatorInput input, XmlResolver xmlResolver, Evidence evidence) +282
System.Xml.Xsl.XslTransform.Compile(XPathNavigator stylesheet, XmlResolver resolver, Evidence evidence) +228
System.Xml.Xsl.XslTransform.Load(String url, XmlResolver resolver) +148
System.Xml.Xsl.XslTransform.Load(String url) +26
ThoughtWorks.CruiseControl.Core.Publishers.BuildLogTransformer.LoadStylesheet(XslTransform transform, String xslFileName) in d:\sourceforge\ccnet\project\core\publishers\BuildLogTransformer.cs:76
ThoughtWorks.CruiseControl.Core.Publishers.BuildLogTransformer.Transform(XmlDocument document, String xslFile) in d:\sourceforge\ccnet\project\core\publishers\BuildLogTransformer.cs:52
[CruiseControlException: Unable to execute transform: C:\Program Files\CruiseControl\web\xsl\compile.xsl]
ThoughtWorks.CruiseControl.Core.Publishers.BuildLogTransformer.Transform(XmlDocument document, String xslFile) in d:\sourceforge\ccnet\project\core\publishers\BuildLogTransformer.cs:62
ThoughtWorks.CruiseControl.Web.Default.Transform(String xslfile, XmlDocument logFileDocument) in d:\sourceforge\ccnet\project\web\Default.aspx.cs:121
ThoughtWorks.CruiseControl.Web.Default.InitDisplayLogFile() in d:\sourceforge\ccnet\project\web\Default.aspx.cs:99
ThoughtWorks.CruiseControl.Web.Default.Page_Load(Object sender, EventArgs e) in d:\sourceforge\ccnet\project\web\Default.aspx.cs:38
[CruiseControlException: Unable to render page.]
ThoughtWorks.CruiseControl.Web.Default.Page_Load(Object sender, EventArgs e) in d:\sourceforge\ccnet\project\web\Default.aspx.cs:47
System.Web.UI.Control.OnLoad(EventArgs e) +102
System.Web.UI.Control.LoadRecursive() +45
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +952
---------------------------------------------------------------------
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: Owen R. <OR...@th...> - 2004-09-27 15:22:53
|
as of build 460, all ccnet assemblies will now be (finally) versioned to be synch with the build labels generated on the ccnetlive server. cheers, owen. --- R. Owen Rogers ThoughtWorks Technologies (India) Pvt Ltd. ThoughtWorks - Deliver with passion! ThoughtWorks is always looking for talented people who are passionate about technology. To find out more about a career at ThoughtWorks go to http://www.thoughtworks.com/career/. |
|
From: <ji...@pu...> - 2004-09-27 15:16:47
|
Message:
The following issue has been resolved as FIXED.
Resolver: Owen Rogers
Date: Mon, 27 Sep 2004 8:09 AM
i've finally got around to setting this up. all ccnet projects share a common AssemblyInfo file that is generated using <asminfo> with the build number from each build
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-56
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-56
Summary: Assemblies to be versioned correctly
Type: Improvement
Status: Resolved
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Fix Fors:
0.7
Versions:
0.6
Assignee:
Reporter: Mike Roberts
Created: Sun, 18 Apr 2004 3:01 PM
Updated: Mon, 27 Sep 2004 8:09 AM
Description:
The assemblies we generate should be versioned correctly. Binaries generated on CCNetLive should be:
- Major.minor.patchnumber.buildnumber
Binaries generated outside of CCNetLive should have buildnumber set to 0.
Build numbers might not be unique for any build since its feasible we may have release branches. This to be clarified further in release process documentation.
---------------------------------------------------------------------
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...@pu...> - 2004-09-27 14:50:58
|
Message:
The following issue has been resolved as FIXED.
Resolver: Owen Rogers
Date: Mon, 27 Sep 2004 7:43 AM
good call martin. i scanned the config file but missed that. could the original poster please confirm that this has solved the problem so that i can close the issue?
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-176
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-176
Summary: NAnt Build Is Failing
Type: Bug
Status: Resolved
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Builder
Fix Fors:
0.7
Versions:
0.6.1
Assignee:
Reporter:
Created: Thu, 23 Sep 2004 10:51 AM
Updated: Mon, 27 Sep 2004 7:43 AM
Environment: Windows XP SP1, NAnt v0.84
Description:
I can execute my NAnt build my directly against my build file and the build executes without any errors. When CC.NET calls my build file via an nant build task, I get an error that 'The path contains illegal characters'. This error appears to be returned from NAnt. Below is my nant build section from my ccnet.config file. Please help!
<build type="nant">
<executable>..\tools\nant\bin\nant.exe</executable>
<baseDirectory>C:\dotnet\projects\nonemployeesprototype</baseDirectory>
<buildFile>NonEmployees.build></buildFile>
<targetList>
<target>fxcop</target>
</targetList>
<logger>Nant.Core.XmlLogger</logger>
<buildTimeout>300000</buildTimeout>
</build>
---------------------------------------------------------------------
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...@pu...> - 2004-09-27 09:10:43
|
The following comment has been added to this issue:
Author: Martin Aliger
Created: Mon, 27 Sep 2004 2:03 AM
Body:
isn't this the problem? :
<buildFile>NonEmployees.build></buildFile>
count of < and > do not match!
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-176?page=comments#action_10424
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-176
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-176
Summary: NAnt Build Is Failing
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Builder
Versions:
0.6.1
Assignee:
Reporter:
Created: Thu, 23 Sep 2004 10:51 AM
Updated: Mon, 27 Sep 2004 2:03 AM
Environment: Windows XP SP1, NAnt v0.84
Description:
I can execute my NAnt build my directly against my build file and the build executes without any errors. When CC.NET calls my build file via an nant build task, I get an error that 'The path contains illegal characters'. This error appears to be returned from NAnt. Below is my nant build section from my ccnet.config file. Please help!
<build type="nant">
<executable>..\tools\nant\bin\nant.exe</executable>
<baseDirectory>C:\dotnet\projects\nonemployeesprototype</baseDirectory>
<buildFile>NonEmployees.build></buildFile>
<targetList>
<target>fxcop</target>
</targetList>
<logger>Nant.Core.XmlLogger</logger>
<buildTimeout>300000</buildTimeout>
</build>
---------------------------------------------------------------------
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...@pu...> - 2004-09-26 22:19:43
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-179 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-179 Summary: Support other source control providers via generic provider Type: New Feature Status: Unassigned Priority: Minor Original Estimate: 2 days Time Spent: Unknown Remaining: 2 days Project: CruiseControl .NET Components: Source Control Assignee: Reporter: Created: Sun, 26 Sep 2004 3:13 PM Updated: Sun, 26 Sep 2004 3:13 PM Environment: N/A (feature request) Description: Could you please make a generic source control provider that can launch third party source control providers from the command line and then check the output of them to determine if the file(s) have changed? --------------------------------------------------------------------- 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...@pu...> - 2004-09-26 14:43:44
|
The following comment has been added to this issue:
Author: Craig Andera
Created: Sun, 26 Sep 2004 7:36 AM
Body:
Version of CCNET: 0.61
I am seeing a similar problem, but with apparently more serious consequences. I too see
Process timed out: cvs.exe -q log -N "-d>2004-09-25 22:22:28 GMT". Process id: 3756
The timed out process has been killed: 3756
in the log, during a check for modifications but after that, ccservice appears to hang. Worse, attempts to stop the service fail, and even killing ccservice.exe leaves the remoting network sockets open, preventing me from restarting the service without rebooting the machine.
I haven't been able to repro the issue locally, although it happens quite frequently on the production box. However, I believe the issue may be tied to the implementation of ThoughtWorks.CruiseControl.Core.Util.ProcessExecutor.Execute.
In that method, lines 43 and 44 call ProcessReader.WaitForExit, which in turn calls Thread.Join with no timeout. I'm not sure, but I'm guessing that if the process is killed, Thread.Join may block forever, hanging the service.
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-173?page=comments#action_10423
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-173
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-173
Summary: Source control operation has timed out.error when checking updates in CVS
Type: Bug
Status: Unassigned
Priority: Blocker
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Configuration
Assignee:
Reporter: John Santini
Created: Wed, 22 Sep 2004 2:47 PM
Updated: Sun, 26 Sep 2004 7:36 AM
Environment: CVSNT 2.0.51D
.NET Framework 1.1
Latest version of CCNET
Description:
I am getting a process time out error. The complete log is as follows. I tried running the same cvs command which worked fine.
C:\Development\CCNET\server>C:\Development\CCNET\server\ccnet -remoting:on
[CruiseControl Server:Info]: Registered channel: tcp
[CruiseControl Server:Info]: CruiseManager: Listening on url: tcp://10.0.0.17:21
234/CruiseManager.rem
[CruiseControl Server:Info]: Starting CruiseControl.NET Server
[CruiseControl Server:Info]: Reading configuration file "C:\Development\CCNET\se
rver\ccnet.config"
[CruiseControl Server:Info]: Starting integrator for project: Demo Project
[Demo Project:Info]: Starting integration for project: Demo Project
[Demo Project:Debug]: Attempting to start process [C:\Development\CVS\cvsnt\cvs.
exe] in working directory [C:\Development\Projects\DemoProjectIntegration]
[Demo Project:Warning]: Process timed out: C:\Development\CVS\cvsnt\cvs.exe -d :
pserver:JoeSantini@JoePC:/Demo -q log -N "-d>2004-09-21 21:40:19 GMT". Process
id: 656
[Demo Project:Warning]: The timed out process has been killed: 656
[Demo Project:Error]: Exception: Source control operation has timed out.
----------
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation
has timed out.
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute
(ProcessInfo processInfo) in d:\sourceforge\ccnet\project\core\sourcecontrol\Pro
cessSourceControl.cs:line 54
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.GetModi
fications(ProcessInfo info, DateTime from, DateTime to) in d:\sourceforge\ccnet\
project\core\sourcecontrol\ProcessSourceControl.cs:line 43
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Cvs.GetModifications(DateTim
e from, DateTime to) in d:\sourceforge\ccnet\project\core\sourcecontrol\Cvs.cs:l
ine 68
at ThoughtWorks.CruiseControl.Core.Project.GetSourceModifications(IIntegratio
nResult result) in d:\sourceforge\ccnet\project\core\Project.cs:line 185
at ThoughtWorks.CruiseControl.Core.Project.AttemptToRunIntegration(IIntegrati
onResult result) in d:\sourceforge\ccnet\project\core\Project.cs:line 164
----------
[Demo Project:Info]: Integration complete: 9/23/2004 12:40:19 AM
The config file is as follows.
<cruisecontrol>
<project>
<name>Demo Project</name>
<webURL>http://localhost/ccnet-dashboard/Controller.aspx?_action_ViewProjectReport=true&server=local&project=Demo Project</webURL>
<schedule type="schedule" sleepSeconds="60" />
<modificationDelaySeconds>10</modificationDelaySeconds>
<sourcecontrol type="cvs">
<executable>C:\Development\CVS\cvsnt\cvs.exe</executable>
<workingDirectory>C:\Development\Projects\DemoProjectIntegration</workingDirectory>
<cvsroot>:pserver:JoeSantini@JoePC:/Demo</cvsroot>
<timeout>50</timeout>
</sourcecontrol>
<build type="commandLineBuilder">
<baseDirectory>C:\Development\Projects\DemoProjectIntegration</baseDirectory>
<executable>echo.bat</executable>
<buildArgs>Hello-World</buildArgs>
</build>
<publishers>
<xmllogger>
<logDir>C:\Development\CCNET\web\log</logDir>
</xmllogger>
</publishers>
</project>
</cruisecontrol>
---------------------------------------------------------------------
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: Jonathan de H. <deh...@pe...> - 2004-09-26 11:55:10
|
Hi, My name is Jonathan de Halleux ( http://blog.dotnetwiki.org ). While in the process of automating MbUnit ( http://mbunit.tigris.org ) and TestDrive.NET ( http://www.testdriven.net ) we have written a CC.NET task for executin MSBuild tasks. Of course, we would be happy to contribute that code back to CC.NET so that anyone can easily execute MSBuild scripts (which I beleive will soon overcome NAnt). Regards, Jonathan de Halleux |
|
From: <ji...@pu...> - 2004-09-24 08:00:34
|
The following comment has been added to this issue:
Author: Szoke
Created: Fri, 24 Sep 2004 12:54 AM
Body:
I think it could be because of '..'
But I'm not sure of it.
---------------------------------------------------------------------
View this comment:
http://jira.public.thoughtworks.org/browse/CCNET-176?page=comments#action_10422
---------------------------------------------------------------------
View the issue:
http://jira.public.thoughtworks.org/browse/CCNET-176
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CCNET-176
Summary: NAnt Build Is Failing
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: CruiseControl .NET
Components:
Builder
Versions:
0.6.1
Assignee:
Reporter:
Created: Thu, 23 Sep 2004 10:51 AM
Updated: Fri, 24 Sep 2004 12:54 AM
Environment: Windows XP SP1, NAnt v0.84
Description:
I can execute my NAnt build my directly against my build file and the build executes without any errors. When CC.NET calls my build file via an nant build task, I get an error that 'The path contains illegal characters'. This error appears to be returned from NAnt. Below is my nant build section from my ccnet.config file. Please help!
<build type="nant">
<executable>..\tools\nant\bin\nant.exe</executable>
<baseDirectory>C:\dotnet\projects\nonemployeesprototype</baseDirectory>
<buildFile>NonEmployees.build></buildFile>
<targetList>
<target>fxcop</target>
</targetList>
<logger>Nant.Core.XmlLogger</logger>
<buildTimeout>300000</buildTimeout>
</build>
---------------------------------------------------------------------
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...@pu...> - 2004-09-24 07:58:34
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-178 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-178 Summary: Sorting of checkins is done by date in text Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: CruiseControl .NET Assignee: Reporter: Szoke Created: Fri, 24 Sep 2004 12:51 AM Updated: Fri, 24 Sep 2004 12:51 AM Description: When modifications are listed, these are sorted by date in text representation - it should be sorted by the date in an other representation, where it can be truly sorted. Now it makes list like: 02 Jun, 02 Apr, 01 Sep, 01 Apr, etc --------------------------------------------------------------------- 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...@pu...> - 2004-09-24 07:42:36
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.public.thoughtworks.org/browse/CCNET-177 Here is an overview of the issue: --------------------------------------------------------------------- Key: CCNET-177 Summary: Checkin time included in reports Type: Improvement Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: CruiseControl .NET Assignee: Reporter: Szoke Created: Fri, 24 Sep 2004 12:35 AM Updated: Fri, 24 Sep 2004 12:35 AM Description: Checkin time could be included in email reports and on the website. This would help a lot on daily builds. --------------------------------------------------------------------- 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 |