[OzTFS] Email notifications in TFS

2008-03-27 Thread Steven Nagy
Hi all, Can anyone point me to some good resources around expanding on the email notifications provided in TFS? My short term specific problem is that we are moving from a process of having developers/tests email their problems via a mailing list that goes to all infrastructure staff, to a

RE: [OzTFS] Versioning causes CI build

2008-04-15 Thread Steven Nagy
*** then a build won’t be initiated. Cheers, William From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Wednesday, 16 April 2008 9:51 AM To: listserver@oztfs.com Subject: [OzTFS] Versioning causes CI build Hi folks, So we have a nightly build and a check in build. When our

RE: [OzTFS] Linked File outside workspace

2008-04-20 Thread Steven Nagy
-without-a-workspace/ AfterGet is definitely the correct place to do this. I believe the $(SourceDir) variable is available, if not $(SolutionRoot) should definitely work. William From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Monday, 21 April 2008 12:45 PM

RE: [OzTFS] Linked File outside workspace

2008-04-23 Thread Steven Nagy
tab of the build definition dialog. Buck From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Sunday, April 20, 2008 11:10 PM To: listserver@oztfs.com Subject: RE: [OzTFS] Linked File outside workspace Thanks Wil. This is a start, but I'd like to dodge the custom

RE: [OzTFS] Linked File outside workspace

2008-04-23 Thread Steven Nagy
-recursive mapping). You can go with something like the following. $/A/* - local path $/A/B/X - local path\B\X Buck From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Wednesday, April 23, 2008 11:57 PM To: listserver@oztfs.com Subject: RE: [OzTFS] Linked File outside

[OzTFS] A few little questions

2008-05-07 Thread Steven Nagy
Heyas, As usual, I am the biggest spammer of questions on this list. :) Hope you guys don't mind too much. Here's a couple of (hopefully) easy questions: 1) We don't want 'Partially Succeeded'. For us, this is a fail. I have found some resources around getting build properties out and setting

RE: [OzTFS] A few little questions

2008-05-07 Thread Steven Nagy
:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Thursday, 8 May 2008 11:33 AM To: listserver@oztfs.com Subject: [OzTFS] A few little questions Heyas, As usual, I am the biggest spammer of questions on this list. :) Hope you guys don't mind too much. Here's a couple of (hopefully) easy questions: 1

[OzTFS] RE: A few little questions

2008-05-07 Thread Steven Nagy
] On Behalf Of Steven Nagy [EMAIL PROTECTED] Sent: Thursday, 8 May 2008 11:32 AM To: listserver@oztfs.com Subject: [OzTFS] A few little questions Heyas, As usual, I am the biggest spammer of questions on this list. :) Hope you guys don't mind too much. Here's a couple of (hopefully) easy questions: 1) We

[OzTFS] RE: A few little questions

2008-05-07 Thread Steven Nagy
/ | Mobile: +61 (0)402 414 446 From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Steven Nagy [EMAIL PROTECTED] Sent: Thursday, 8 May 2008 2:03 PM To: listserver@oztfs.com Subject: [OzTFS] RE: A few little questions Hey Grant, thanks for the responses. I'm

[OzTFS] Team Build Maintenance Methodology

2008-05-08 Thread Steven Nagy
Hi all, So I want to put out the question around how people do team build developement. We have a big project, we have 3 different CI builds and a Main build. We also have a test build that we use to 'try stuff' and come up with solutions before merging into the main build. We were about to do

[OzTFS] Custom Tasks : Unit Tests

2008-05-09 Thread Steven Nagy
hi all (again), For custom MSBuild tasks, I find it easy to create unit tests. Something like this: [TestMethod] public void TestCreateGuid() { Microsoft.Sdc.AU.Common.tasks.Common.CreateGuid task = new Microsoft.Sdc.AU.Common.tasks.Common.CreateGuid(); task.Format = N;

RE: [OzTFS] Custom Tasks : Unit Tests

2008-05-14 Thread Steven Nagy
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Friday, 9 May 2008 4:17 PM To: listserver@oztfs.com Subject: [OzTFS] Custom Tasks : Unit Tests hi all (again), For custom MSBuild tasks, I find it easy to create unit tests. Something like this: [TestMethod] public void

[OzTFS] TFS performance configuration recommendation

2008-06-04 Thread Steven Nagy
Hi all, We have a single tier TFS 2008 installation, with Sharepoint and Reporting services all on the one instance. This is a single CPU machine and we have been having some deadlock and general performance issues. While we realise that some permanent solutions will involve moving some of

[OzTFS] Rerun a previous build

2008-06-09 Thread Steven Nagy
Hey gang, 4 nights ago was build x and we are currently up to x+3. We want to re-run build x such that it will be identical to the original build x. Basically it should be identical output. Is this possible? The only thing I can think of is creating a property that specifies a changeset or a

[OzTFS] RE: Rerun a previous build

2008-06-09 Thread Steven Nagy
and in the “Additional MSBuild Parameters” box, put: /p:GetVersion=C Where is changeset you want tobuild. That will get the code at that version. Regards, Grant Holliday Email: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven

[OzTFS] Global List for builds suddenly half empty

2008-06-12 Thread Steven Nagy
Heyas, So we have a global list that has our builds in it. It is referenced in bugs via the Found In field. I believe this is out of the box behaviour. Suddenly half the items in the list are missing. We are currently up to main build 132. The list has items 1 to 55 in it, and then value 132.

[OzTFS] RE: So many build steps in TFS2008 build that can't scroll down to see them all

2008-06-18 Thread Steven Nagy
You’ll get a build step for every project in your solution. For example, we have a solution (in ‘SolutionToBuild’) with 60 projects in it. Also, check for manual BuildStep tasks. Code like below could cause a heap of useless build steps: CreateItem Include=c:\**\*.* Output

RE: [OzTFS] Sharing tfsbuild.proj across build types -

2008-06-25 Thread Steven Nagy
out of source control (using a workspace might be too late because it won't pull that folder until CoreGet target executes). Also, you can use the .rsp file to specify properties for team build. Regards, Steven Nagy Readify | Senior Developer M: +61 404 044 513 | C: [EMAIL PROTECTED]sip:[EMAIL

[OzTFS] Copy work items between projects

2008-07-20 Thread Steven Nagy
Heyas, I am trying to copy work items (around 100) from 1 project to another (1 way) on the same server. The TFS to TFS Migration Toolkit is failing spectacularly. I know people have asked this before, and Anthony B has indicated he was working on such a tool:

RE: [OzTFS] Copy work items between projects

2008-07-20 Thread Steven Nagy
? :) Cheers Anthony Borton Microsoft MVP - Team System | Mobile: (61) 408 302 173 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Monday, 21 July 2008 2:07 PM To: listserver@oztfs.com Subject: [OzTFS] Copy work items between projects Heyas, I am trying to copy

[OzTFS] RE: Team Build Issue - Incorrect Build Order

2008-11-25 Thread Steven Nagy
I'd be happy to help if you can send the build definition file to me (tfsbuild.proj). Otherwise, can you provide your XML in the tfsbuild.proj file around the SolultionsToBuild node? Are you just specifying the one solution, or individual projects? Regards, Steven Nagy Readify | Senior

RE: [OzTFS] RE: Team Build Issue - Incorrect Build Order

2008-11-25 Thread Steven Nagy
I see no issue with this at all. Can you also post the contents of your tfsbuild.rsp file please? The only thing I can think of is an MSBuild parameter in there to force parallelisation, which could cause this issue. Regards, Steven Nagy Readify | Senior Developer M: +61 404 044 513 | C: [EMAIL

RE: [OzTFS] RE: Team Build Issue - Incorrect Build Order

2008-11-26 Thread Steven Nagy
I can't see what's wrong with it, so more questions. :) Have you tried: A) Remote desktop to the build server and opening visual studio on there and building your solution? B) Remote desktop to the build server and running MSBuild directly against your solution file ? Also, I

RE: [OzTFS] RE: Team Build Issue - Incorrect Build Order

2008-12-01 Thread Steven Nagy
if this was the issue that building in the ide on the build server would have also failed, but I will see if I can get office install to see if it resolves the issue. Thanks From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Nagy Sent: Thursday, 27 November 2008 12:44 PM To: listserver

[OzTFS] RE: Drop folder management

2008-06-18 Thread Steven Nagy (Readify)
Damian, manage this through the retention policy. Edit your build definition and you will see the retention policy tab. That way you can clean up different builds in different ways. Steven Nagy | SDC - Release Team | Independent Contractor to Microsoft Australia | P +61 (2) 88179251 X9251 | M