DCSIMG
Team Explorer Everywhere 2010 SP1 Beta is available - Eran Ruso
Sign in | Join | Help

Team Explorer Everywhere 2010 SP1 Beta is available

פורסם בתאריך Nov 14 2010, 10:26 AM על ידי Eran Ruso | ישנם 2 תגובות

The SP1 Beta of Team Explorer Everywhere is now available with a Must Features and more…

Just a reminder, Team Explorer Everywhere is an Eclipse and Cross Platform TFS Client for developers.

Team Explorer Everywhere has started his way as TeamPrise made by a Microsoft Partner and was purchased by Microsoft, you can read more about it: “No More TeamPrise From Now On Team Explorer Everywhere”

There are many cool new features but the most significant features as I see it are:

  1. Build and Gated Check In features (Based on ant builds too)
  2. Custom Controls support
  3. Rich Text Support

Now Microsoft is releasing SP1 of this product with the following features: (Taken from Brian Harry’s post: “Team Explorer Everywhere 2010 SP1 Beta is available for download!”)

Localization

The initial Team Explorer Everywhere release was pretty good at globalization – the current plug-in will sort and displays dates etc in the users locale and handle a localized version of Team Foundation Server.  But all the UI strings were hard coded in English.  After shipping the initial release, a major engineering effort was undertaken to correctly externalize all these strings and prepare the product so that it can be translated into other languages.  This is done using the add-in language pack model used for many Eclipse projects.  After we’ve shipped the beta release we will work on a Japanese language pack and make that available before the end of the year.  After we ship the final release of SP1 we will make available Japanese, French and German language packs.  Depending on interest we may look at translating to other languages over time.  The model used also supports community created language packs if there is demand for them.

Gated Check-in Support

We had Gated check-in for the RTM release but it was more like the experience that we give to developers using Visual Studio 2008 with a 2010 server. The new release will give the Eclipse developer the same rich experience as Visual Studio 2010 developers get today. When you check-in code affected by a gated build definition you get a prompt as to what you would like to do

gated01

Assuming you request a gated build, the changes will be shelved and a build submitted on your behalf.  When the build completes you will be notified right inside of Eclipse.

gated02

However – we haven’t forgotten folks using the cross-platform command line client.  There we have a new “reconcile” command (only available in the cross-platform version of tf) that will allow you to check on the status of your gated build from your terminal window and reconcile your workspace with any changes checked-in on your behalf from the build server.

reconcile

Combined with the Build Extensions Power Tool that was also recently updated, we have a very powerful build solution for your Java developers.  The team have been using gated check-ins with the build extensions to build Team Explorer Everywhere for a number of months now and are very happy with how it works for them.

Private / Buddy Builds

buddy

Alongside Gated Check-in we did the work to enable private builds from Eclipse.  Again, this works in the same way as in Visual Studio 2010.  If you want to perform a build on the build server then you can manually queue a build passing in a shelveset. That way you can validate your changes work on the build server before checking them in.

Build Explorer Refresh

buildexplorer

We also took the opportunity to catch up on some of the improvements that we’d made to build explorer in Visual Studio 2010.  You now have icons showing you the type of build that you have submitted and you are more easily able to find builds belonging to you.

Rich Editing of Work Item Descriptions

richtext

In the new process templates that ship with TFS 2010 we make more use of HTML fields to provide a rich text field to enter information about that work item.  These are used extensively by the Microsoft Test Manager tool to help a tester create a bug with a nicely formatted repro steps.  The problem was that Team Explorer Everywhere didn’t have a nice way to edit these fields as we did in Visual Studio.  Eclipse 3.5 and above gives us better support for embedding a web browser control inside of an Eclipse dialog cross-platform and so we made use of this in the beta release to provide a rich HTML editing control inside the work item.  For developers using older versions of Eclipse we fall back to the HTML editing control that we shipped in original version.

Apple Keychain and Gnome Key Ring Support

In previous versions of Team Explorer Everywhere if you are on a non-windows machine that is not joined to your Windows domain using Kerberos then you had the option of storing your TFS credentials in a file managed by Team Explorer Everywhere in your local profile.  The problem is that the password was stored in plain-text – and just relied on your file permissions to keep this data secure.  In the beta release we will make use of the keychain on Apple or the Key Ring on Gnome systems to store these credentials in a more secure manner.  That said if people are really concerned then we still support the ability to log-in via single-sign-on or not store your password at all and just be prompted when you need to log-in.

Work Item Custom Controls

We’ve had custom control support for work items in Visual Studio since day one.  Over time we also introduced the ability to create a custom control for web access users.  In the RTM release of Team Explorer Everywhere we included some code to help with custom work item controls with the plan being that we’d create some examples out-of-band.  However, once we started looking at these examples we realized that the experience was less than ideal so we introduced some fixes in SP1 to improve the experience.  After the beta is released the team will publish more details on how to create custom controls for Eclipse.  It will be a third control implementation – this time in Java – so we will be looking for feedback as to how useful this is for you.

.tpignore Improvements

The Eclipse plug-in has several features to help in ignoring files from the local file system from version control by the use of a special file called “.tpignore” that is checked in at the project root.  This is especially useful for Maven developers, but others teams sometimes need to use it as well.  For more information on the mechanisms available for ignoring files check out this post (http://blogs.msdn.com/b/tfsxp/archive/2010/05/04/excluding-eclipse-project-resources-from-version-control.aspx) over on the Team Explorer Everywhere team blog.  We heard some feedback in the forums that this file wasn’t easy to use so we’ve added some UI for it in Eclipse to make it easier to ignore files and folders straight from the Team context menu in Eclipse.

Internal Merge Support in Eclipse

merge

In previous version of the Eclipse plug-in you were required to use an external tool to resolve merge conflicts.  We’ve fixed this to properly support the internal merge tool if available in Eclipse including support for 3-way merging.  You can still use external merge tools if you prefer, but at you have more choice now.

Synchronize Perspective Decorations

sync

Eclipse developers commonly make use of the Synchronize perspective when comparing their local workspace with the server version.  For tools like Subversion or CVS that work in an offline model this is an essential part of the developer workflow.  We’ve been proud to support Synchronize in Eclipse not only because it is an Eclipse specific feature (the closest we have in Visual Studio is folder compare), but also because Synchronize support is one of the features that is often ignored by other tool vendors less committed to Eclipse as a fully supported platform for developers.  In the beta release we improved the label decorating of files in Synchronize making it easier to determine what the changes are that you are looking at.  We also make use of new server functionality in TFS 2010 to improve the performance of Synchronize.

Shelve and Unshelve UI improvements

Unshelve

We use shelving and unshelving extensively as part of our own internal use of Team Foundation Server.  A shelveset is the primary mechanism that we use for code reviews for example, and we do these before every check-in.  The team came up with a subtle improvement to the shelve and unshelve dialogs to help you re-use data in these controls.  For example, if you unshelve a shelveset from a colleague then you will find their user-id in a drop down of recently used id’s next time you search for the shelveset.  Similarly if you regularly shelve with the same name (i.e. “In Progress”) then you will find this getting autocompleted for you as you type.  It’s just a small change but an example of one that we are trying in Eclipse first to see what people think.

Have Fun!!!

רשימת תגובות

# TFS 2010 Administration Tool 2.1 Was Released – Basic User Guide

פורסם בתאריך Wednesday, January 12, 2011 10:03 PM על ידי Eran Ruso  

Recently we had many releases around TFS 2010, we had the TFS 2010 and Visual Studio 2010 Service Pack

# Team Explorer Everywhere 2010 SP1 Release Version Is Available

פורסם בתאריך Sunday, February 13, 2011 9:52 AM על ידי Eran Ruso  

It is here, the release version of the Team Explorer Everywhere Service Pack 1. The Development team

שלח תגובה

(שדה חובה) 
(שדה חובה) 
(אופציונלי)
(שדה חובה) 

Enter the numbers above: