Showing results for July 2007 - Page 2 of 3 - Buck Hodges

Jul 19, 2007
0
0

Survey: Which databases should Visual Studio Team Edition for Database Professionals support?

Buck Hodges
Buck Hodges

Speaking of VSTS for DB Pros, Brian Keller is taking a survey.  If you have an opinion on this, please share it! Survey: Which databases should Visual Studio Team Edition for Database Professionals support? The team who builds Visual Studio Team Edition for Database Professionals is collecting input on which 3rd-party (non-Mic...

VSTS
Jul 19, 2007
0
0

Dave McKinstry on building database projects

Buck Hodges
Buck Hodges

Dave McKinstry has written a three-part series on building database projects.  He includes information on building in TFS Build as well. Check it out!Technorati tags: tfs, team foundation, team build, vsts for database professionals

Team Foundation ServerTeam BuildVSTS
Jul 19, 2007
0
0

Why can’t I create a Team Project called name.com?

Buck Hodges
Buck Hodges

Recently this question came up on an internal mailing list.  Dennis Habib, a developer on TFS, responded with the following. This is because '.com' is a restricted file type. Windows SharePoint Services (WSS) has a list of extensions that it will not accept and will fail (there are quite a few), but there is no way to get this list from WSS pr...

Team Foundation Server
Jul 13, 2007
0
0

How to build projects in Team Build that only Visual Studio can build

Buck Hodges
Buck Hodges

Aaron has written a great post on using Visual Studio (devenv) from within Team Build as part of the build process.  If that sounds strange, it's necessary because there are projects that Visual Studio can build, but msbuild cannot.  Projects in this category include Visual Studio setup projects (.vdproj), SQL Reporting Services (SRS...

Jul 13, 2007
0
0

Get: Date and time, read/write vs. read only

Buck Hodges
Buck Hodges

Periodically we get the following questions about get. The answer to each is no for both TFS 2005 (v1) and TFS 2008 (Orcas).  It's something we considered doing in v1, but we ended up cutting it.  It remains on the list of features to consider for the future. If you have opinions on this or other version control features, you'll wan...

Team Foundation ServerSource Control
Jul 7, 2007
0
0

Goodbye to a 200-year old Osage-orange tree

Buck Hodges
Buck Hodges

This was a 200-year old Osage-orange tree on what used to be part of my grandfather's farm in Charlotte, NC.  This former hay field is now a subdivision (the farm house is directly across the road in the grove of trees in the distance behind the scraper).  The house I grew up in is adjacent to the farm (way over on the oppo...

Random
Jul 7, 2007
0
0

Orcas: Unattended installation of the build agent

Buck Hodges
Buck Hodges

You can install the build agent (aka Build SKU) without going through the setup UI if you do the following.  Thanks to Tony Edwards for this information. Edit the msiproperty.ini.   Note that as of Beta 2, the ones that are in there are bogus and are not used.  You have to add two new ones.  This will be fixed before the r...

Team Foundation ServerTeam Build
Jul 7, 2007
0
0

Keyword expansion in TFS

Buck Hodges
Buck Hodges

Periodically, the topic of keyword expansion comes up, which TFS (at least through 2008) does not support.  At one point during the v1 product cycle, it was a planned feature and was partially implemented.  However, there are lots of challenges to getting it right in TFS version control, and it wasn't worth the cost to finish the fea...

Team Foundation ServerSource Control
Jul 5, 2007
0
0

How to enable code coverage without a test list

Buck Hodges
Buck Hodges

Aaron pointed out this post by Ben Day that talks about using the RunConfigFile property with a build that runs tests without using test lists (.vsmdi files).  It all boils down to looking like the following (in Orcas, you would specify the $(OutDir) part in the TestContainer's Include attribute, whereas you don't in the TFS 2005 power to...

Team Foundation ServerTeam Build
Jul 3, 2007
0
0

New home for the AssemblyInfo task

Buck Hodges
Buck Hodges

The AssemblyInfo task has a new home, because the CodeGallery portion of GoDotNet is being phased out.  You can now find it here in the GotDotNet User Samples.The AssemblyInfo task is useful for updating assembly version numbers as part of your build.  Aaron Hallberg explains how to use it with Team Build in his post, Team Build and ...

Team Foundation ServerTeam BuildMSBuild