camalot

Stories submitted by camalot

Visual Studio Snippet Designer Released(coolthingoftheday.blogspot.com)

submitted by camalotcamalot(630) 3 years, 8 months ago

"The Snippet Designer was started as an intern project of mine during the Summer of 2006. The idea was to make snippet files (which were introduced to Visual Studio in 2005) a first class entity. Following this idea I created a Visual Studio plug-in which included an editor for snippet files and a search tool window to find snippets. The plan then was to release it on Codeplex but when my internship ended the project was forgotten about." read more...

add a comment |category: |Views: 6

tags: another

CruiseControl and CCNetConfig(elegantcode.com)

submitted by camalotcamalot(630) 4 years, 3 months ago

After manually creating my own CruiseControl.NET XML configuration files for over a year now, I finally stumbled upon a tool, CCNetConfig, and it has made the management of the ccnet.config file exponentially easier. read more...

add a comment |category: |Views: 6

tags: another

CCNetConfig 0.5.0.120 Stable Release(ccnetconfig.org)

submitted by camalotcamalot(630) 4 years, 4 months ago

The latest stable release for the CruiseControl.NET configuration tool is now available. Support for many 3rd party CCNet plugins added, along with bug fixes and feature requests. read more...

add a comment |category: |Views: 14

tags: another

MimetypesFileTypeMap in C#(ccnetconfig.org)

submitted by camalotcamalot(630) 4 years, 4 months ago

describes a C# class that is similar to the MimetypesFileTypeMap class available in javax.activation. This class allows you yo get the mime type of a file. read more...

add a comment |category: |Views: 36

tags: another

Doppler Goes Open Source(ccnetconfig.org)

submitted by camalotcamalot(630) 4 years, 7 months ago

Doppler, a podcast download manager recently went open source and is licensed under the Microsoft Permissive License. read more...

add a comment |category: |Views: 3

tags: another

CodePlex to support anonymous repository access(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 2 months ago

Jim Newkirk, the CodePlex Product Unit Manager, posted some more information on some of the new features that will be coming on April 2nd in response to my last post on this topic. read more...

add a comment |category: |Views: 6

tags: another

RssBuildsPublisher for CruiseControl.NET(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 2 months ago

A robust Rss Publisher for CruiseControl.NET has been built and available for download on CodePlex. read more...

add a comment |category: |Views: 14

tags: another

Easier editing of CruiseControl.NET config file with CCNetConfig(codeclimber.net.nz)

submitted by camalotcamalot(630) 5 years, 2 months ago

"This is not an very sophisticated application, but it's very powerful and effective in its simplicity: it's based on the property grid control available inside the Windows.Form assembly. And there a lot of rules that present the user with only the available configuration options for the chosen plugins and also for the specified CCNet version." read more...

add a comment |category: |Views: 16

tags: another

Announcing March 2007 Sandcastle CTP(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 2 months ago

The latest Sandcastle CTP was released yesterday. There are a lot of changes and fixes. Added 4 new transforms under production tools folder. Added Build_sandcastle.bat under Examples/Sandcastle folder. read more...

add a comment |category: |Views: 0

tags: another

CCNetConfig 0.3.5.4 RC2 Released(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 3 months ago

I have put out a release on CodePlex. Here is a list of the changes/fixes: * 8102 Add support for BrekiLabeller * 7378 Scheduled trigger name does not show * 7102 cvs block missing attribute * 7952 Auto-Select Config Version in VersionFileDialog * 7946 Report Bug Dialog Show Details Bug * 7687 NUnitTask/Path should use FileOpenDialog * 6537 Ability to duplicate a project's config * 6431 File Save/Load Is Difficult to Use * 8064 Bug changing source control or label items * 8063 Bug saving a file as a different configuration version. * 7979 WeekDays UITypeEditor Bug * 7951 Support Multiple Versions of CCNet * 7948 Add Minimum/Maximum Version Attribute to CCNet Object * 7945 Add AccuRev SourceControl * 7944 Add LastChangeLabeller * 7103 prebuild task read more...

add a comment |category: |Views: 0

tags: another

Automating CodePlex(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 4 months ago

A couple features that should be added to CodePlex to automate builds and issue tracking... Links to vote for the issues so the CodePlex Team is aware that they should implement these issues. read more...

add a comment |category: |Views: 2

tags: another

Tool and MSBuild Target to generate stats of source(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 4 months ago

A tool that will generate some stats on the source code. It gets the following information: * Total Number of Files * Total Number of Commented Lines * Total Number of Single Line Comments * Total Number of Multi-Line Comments * Total Number of Empty Lines * Total Number of Source Code Lines * Total Number of Lines Includes an MSBuild targets file to automate the process. The target will update the config file before executing the tool. It will process files based on RegEx patterns defined in the config/build script. It includes a processor that will process files in an archive as well. read more...

add a comment |category: |Views: 12

tags: another

CCNetConfig Release Candidate 1(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 4 months ago

CCNetConfig RC1 is now available via auto-updates and on CodePlex. read more...

add a comment |category: |Views: 9

tags: another

CCNetConfig Beta 1 Released(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 8 months ago

The first beta release of CCNetConfig has been released along with the source code on CodePlex read more...

add a comment |category: |Views: 2

tags: another

CCNetConfig 0.0.1.20 Released(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 8 months ago

CCNetConfig, a graphical configuration tool for CruiseControl.NET released a new version. The new version supports loading existing configuration files and all Configuration blocks supported by CCnet "out of the box", and support for the TFS Plugin. read more...

add a comment |category: |Views: 0

tags: another

Source Control HOWTO(software.ericsink.com)

submitted by camalotcamalot(630) 6 years, 4 months ago

A series of articles explaining how to do source control and the best practices thereof. read more...

2 comments |category: |Views: 8

tags: another