<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>CCNetConfig</title><link>http://ccnetconfig.codeplex.com/Project/ProjectRss.aspx</link><description>CCNetConfig is a GUI tool to create and maintain the ccnet configuration file for CruiseControl.NET. CCNetConfig allows you to create CruiseControl.NET configuration file by adding a new project an...</description><item><title>Created Issue: NUnit Configuration Elements</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=23255</link><description>First off, fantastic project...&lt;br /&gt;&lt;br /&gt;CCnetconfig currently not supporting include&amp;#47;exlude categories, if you manually add them to the xml next time you run ccnetconfig it seems to take them out.&lt;br /&gt;&lt;br /&gt;as per http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;NUnit&amp;#43;Task&lt;br /&gt;</description><author>frasera</author><pubDate>Fri, 26 Jun 2009 10:47:57 GMT</pubDate><guid isPermaLink="false">Created Issue: NUnit Configuration Elements 20090626104757A</guid></item><item><title>Commented Issue: VersionFileDialog fails in x64</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=10848</link><description>Problem contain attempting to use CCNetConfig on Win64.&lt;br /&gt;&lt;br /&gt;THe latest build will run, and allow you to select a config file &amp;#38; version, but crashes immediately after that.&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; The path is not of a legal form.&lt;br /&gt;   at System.IO.Path.NormalizePathFast&amp;#40;String path, Boolean fullCheck&amp;#41;&lt;br /&gt;   at System.IO.FileInfo..ctor&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.OpenConfigurationFile&amp;#40;&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.openConfigurationToolButton&lt;br /&gt;&lt;br /&gt;THe crash happens in OpenConfigurationFile, by the lines&lt;br /&gt;          CreateConfigurationNode &amp;#40; vfd.SelectedVersion &amp;#41;&amp;#59;&lt;br /&gt;          this.addProjectToolButton.Enabled &amp;#61; true&amp;#59;&lt;br /&gt;          FileInfo file &amp;#61; new FileInfo &amp;#40; vfd.FileName &amp;#41;&amp;#59;&lt;br /&gt;          if &amp;#40; file.Exists &amp;#41; &amp;#123;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;vfd.FileName is null.   As far as I can deduce, the HandleNotifyMessage of VersionFileDialog just doesn&amp;#39;t work in x64 &amp;#40;so _fileNames is never filled, so FileName is always null&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: dodgyrabbit ** &lt;p&gt;Seems like this is still an issue when running it on a 64 bit machine... but you can work around it.&lt;br /&gt;Force the program to run in 32 bit mode on a 64 bit machine. Simply execute this from the command line&amp;#58;&lt;br /&gt;corflags CCNetConfig.exe &amp;#47;32bit&amp;#43;&lt;/p&gt;&lt;p&gt;Alternatively, compile from source and set the target as x86.&lt;/p&gt;&lt;p&gt;You can find corflags.exe under C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft SDKs&amp;#92;Windows&amp;#92;v7.0A&amp;#92;bin or something similar.&lt;br /&gt;&lt;/p&gt;</description><author>dodgyrabbit</author><pubDate>Thu, 25 Jun 2009 01:56:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: VersionFileDialog fails in x64 20090625015647A</guid></item><item><title>New Post: AssemblyVersionLabeller support</title><link>http://ccnetconfig.codeplex.com/Thread/View.aspx?ThreadId=59063</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Will there be support for the AssemblyVersionLabeller. It is supported in 1.4.4. of CCNET.&lt;/p&gt;
&lt;p&gt;http://confluence.public.thoughtworks.org/display/CCNET/Assembly%2BVersion%2BLabeller&lt;/p&gt;
&lt;p&gt;If there is any way for me to add this support myself (rather than having to wait for another software release which may take some time) then please let me know.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Liam&lt;/p&gt;&lt;/div&gt;</description><author>LiamD</author><pubDate>Wed, 10 Jun 2009 13:13:30 GMT</pubDate><guid isPermaLink="false">New Post: AssemblyVersionLabeller support 20090610011330P</guid></item><item><title>Created Issue: subversion timeout value not saved correctly to XML</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22971</link><description>When configuring the SVN sourcecontrol for my project, I try to set a timeout value of 40 minutes &amp;#40;using the Unit &amp;#38; Duration UI fields&amp;#41;.&lt;br /&gt;This is what it saves to XML&amp;#58;&lt;br /&gt;&lt;br /&gt;    &amp;#60;sourcecontrol type&amp;#61;&amp;#34;svn&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;trunkUrl&amp;#62;svn&amp;#58;&amp;#47;&amp;#47;myrepo&amp;#47;trunk&amp;#60;&amp;#47;trunkUrl&amp;#62;&lt;br /&gt;      &amp;#60;workingDirectory&amp;#62;e&amp;#58;&amp;#92;svn&amp;#92;trunk&amp;#60;&amp;#47;workingDirectory&amp;#62;&lt;br /&gt;      &amp;#60;username&amp;#62;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#60;&amp;#47;username&amp;#62;&lt;br /&gt;      &amp;#60;password&amp;#62;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;f&amp;#60;&amp;#47;password&amp;#62;&lt;br /&gt;&amp;#9;  &amp;#60;timeout unit&amp;#61;&amp;#34;Minutes&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;sourcecontrol&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IOW, the timeout value is missing. If I try to use the Default units and just specify the duration the timeout element is simply empty&amp;#58;&lt;br /&gt;&amp;#9;  &amp;#60;timeout &amp;#47;&amp;#62;&lt;br /&gt;</description><author>assaf</author><pubDate>Sun, 07 Jun 2009 16:09:48 GMT</pubDate><guid isPermaLink="false">Created Issue: subversion timeout value not saved correctly to XML 20090607040948P</guid></item><item><title>Created Issue: project category missing bug</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22726</link><description>fixed an error. Category missing in the project when serializing. Fix it simple by add the element to the root node&amp;#58;&lt;br /&gt;&lt;br /&gt;project.cs&amp;#58;&lt;br /&gt;&lt;br /&gt;    public XmlElement Serialize &amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;      Version versionInfo &amp;#61; Util.GetTypeDescriptionProviderVersion &amp;#40; this.GetType &amp;#40;&amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;      XmlDocument doc &amp;#61; new XmlDocument &amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;      XmlElement root &amp;#61; doc.CreateElement &amp;#40; &amp;#34;project&amp;#34; &amp;#41;&amp;#59;&lt;br /&gt;      root.SetAttribute &amp;#40; &amp;#34;name&amp;#34;, Util.CheckRequired &amp;#40; this, &amp;#34;name&amp;#34;, this.Name &amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;      &amp;#47;&amp;#47; 1.3 introduced the queue and queue priority&lt;br /&gt;      if &amp;#40; versionInfo.CompareTo &amp;#40; new Version &amp;#40; &amp;#34;1.3&amp;#34; &amp;#41; &amp;#41; &amp;#62;&amp;#61; 0 &amp;#41; &amp;#123;&lt;br /&gt;        if &amp;#40; &amp;#33;string.IsNullOrEmpty &amp;#40; this.Queue &amp;#41; &amp;#41;&lt;br /&gt;          root.SetAttribute &amp;#40; &amp;#34;queue&amp;#34;, this.Queue &amp;#41;&amp;#59;&lt;br /&gt;        if&amp;#40;this.QueuePriority.HasValue &amp;#41;&lt;br /&gt;          root.SetAttribute &amp;#40; &amp;#34;queuePriority&amp;#34;, this.QueuePriority.Value.ToString &amp;#40; &amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;        XmlElement tele &amp;#61; doc.CreateElement &amp;#40; &amp;#34;category&amp;#34; &amp;#41;&amp;#59;&lt;br /&gt;        tele.InnerText &amp;#61; this.Category&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        root.AppendChild&amp;#40; tele &amp;#41;&amp;#59; &amp;#47;&amp;#47; added&lt;br /&gt;</description><author>comtronic</author><pubDate>Tue, 26 May 2009 13:55:42 GMT</pubDate><guid isPermaLink="false">Created Issue: project category missing bug 20090526015542P</guid></item><item><title>Commented Issue: Add  Package Publisher for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22221</link><description>Generates a ZIP file package containing the specified files.&lt;br /&gt;&lt;br /&gt;This publisher also allows the generation of a &amp;#34;manifest&amp;#34; to include in the package. A manifest contains additional details on the package, both at a general level and at a file level.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;Package&amp;#43;Publisher&lt;br /&gt;Comments: ** Comment from web user: comtronic ** &lt;p&gt;Do you want me to help you add this quite important publisher&amp;#63; By the way, thank you for a great tool&amp;#33;&lt;/p&gt;</description><author>comtronic</author><pubDate>Tue, 26 May 2009 13:51:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add  Package Publisher for 1.4.4 support 20090526015135P</guid></item><item><title>Created Issue: Rss Publisher , fail on save, or loadVersion  CCNetConfig.0.6.46726.1</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22542</link><description>If you add an rss publisher, you cannot save it gives and error that the filename cannot be null or empty. &lt;br /&gt;&lt;br /&gt;if you manually put the &amp;#60;rss &amp;#47;&amp;#62; tag in then ccnetconfig will not load the file properly , it asks you if you want to ignore, manually edit etc&lt;br /&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 19:34:21 GMT</pubDate><guid isPermaLink="false">Created Issue: Rss Publisher , fail on save, or loadVersion  CCNetConfig.0.6.46726.1 20090521073421P</guid></item><item><title>Commented Issue: Add ModificationHistoryPublisher, recieve error  . Version</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22541</link><description>Add a ModificationHistoryPublisher, select something else click back on the ModificationHistoryPublisher, get error&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.NotImplementedException&amp;#58; The method or operation is not implemented.&lt;br /&gt;   at CCNetConfig.CCNet.ModificationHistoryPublisher.get_DocumentationUri&amp;#40;&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig.CCNet&amp;#92;PublisherTask&amp;#92;ModificationHistoryPublisher.cs&amp;#58;line 91&lt;br /&gt;   at CCNetConfig.UI.MainForm.OnPublisherItemTreeNodeMouseClick&amp;#40;TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1238&lt;br /&gt;   at CCNetConfig.UI.MainForm.tvProjects_NodeMouseClick&amp;#40;Object sender, TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 277&lt;br /&gt;   at System.Windows.Forms.TreeView.WmNotify&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.TreeView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.BugTracking&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.BugTracking.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ypezrwar&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ghpue-du&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;fjiok26h&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;pcsbhab-&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Design&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Design&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Design.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Merlin&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;Merlin.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.EXE&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web.Services&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Web.Services&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.Services.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.CCNet&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.CCNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;MerlinStepLibrary&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;MerlinStepLibrary.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;ScintillaNet&lt;br /&gt;    Assembly Version&amp;#58; 2.0.3138.25704&lt;br /&gt;    Win32 Version&amp;#58; 2.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;ScintillaNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_64&amp;#47;System.Web&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Accessibility&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Accessibility&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;Accessibility.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;Comments: ** Comment from web user: stevenna ** &lt;p&gt;Version  CCNetConfig.0.6.46726.1&lt;br /&gt;&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 19:24:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add ModificationHistoryPublisher, recieve error  . Version 20090521072414P</guid></item><item><title>Created Issue: Add ModificationHistoryPublisher, recieve error  . Version</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22541</link><description>Add a ModificationHistoryPublisher, select something else click back on the ModificationHistoryPublisher, get error&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.NotImplementedException&amp;#58; The method or operation is not implemented.&lt;br /&gt;   at CCNetConfig.CCNet.ModificationHistoryPublisher.get_DocumentationUri&amp;#40;&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig.CCNet&amp;#92;PublisherTask&amp;#92;ModificationHistoryPublisher.cs&amp;#58;line 91&lt;br /&gt;   at CCNetConfig.UI.MainForm.OnPublisherItemTreeNodeMouseClick&amp;#40;TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1238&lt;br /&gt;   at CCNetConfig.UI.MainForm.tvProjects_NodeMouseClick&amp;#40;Object sender, TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 277&lt;br /&gt;   at System.Windows.Forms.TreeView.WmNotify&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.TreeView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.BugTracking&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.BugTracking.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ypezrwar&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ghpue-du&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;fjiok26h&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;pcsbhab-&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Design&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Design&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Design.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Merlin&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;Merlin.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.EXE&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web.Services&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Web.Services&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.Services.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.CCNet&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.CCNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;MerlinStepLibrary&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;MerlinStepLibrary.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;ScintillaNet&lt;br /&gt;    Assembly Version&amp;#58; 2.0.3138.25704&lt;br /&gt;    Win32 Version&amp;#58; 2.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;ScintillaNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_64&amp;#47;System.Web&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Accessibility&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Accessibility&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;Accessibility.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 19:22:22 GMT</pubDate><guid isPermaLink="false">Created Issue: Add ModificationHistoryPublisher, recieve error  . Version 20090521072222P</guid></item><item><title>Commented Issue: Automated: The path is not of a legal form.</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=19853</link><description>OS&amp;#58; Win32NT Microsoft Windows NT 6.0.6001 Service Pack 1 SP&amp;#58; Service Pack 1&lt;br /&gt;Processor Count&amp;#58; 2&lt;br /&gt;CLR Version&amp;#58; 2.0.50727.3053&lt;br /&gt;WorkingSet&amp;#58; 65208320&lt;br /&gt;System Directory&amp;#58; C&amp;#58;&amp;#92;Windows&amp;#92;system32&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 0.0.0.0&lt;br /&gt;Time&amp;#58; 30&amp;#47;11&amp;#47;2008 14&amp;#58;40&amp;#58;22&lt;br /&gt;App Path&amp;#58;C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;bin&amp;#92;Debug, Assembly&amp;#58; CCNetConfig.BugTracking, Version&amp;#61;0.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; The path is not of a legal form.&lt;br /&gt;   at System.IO.Path.NormalizePathFast&amp;#40;String path, Boolean fullCheck&amp;#41;&lt;br /&gt;   at System.IO.FileInfo..ctor&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.NewConfigurationFile&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1713&lt;br /&gt;   at CCNetConfig.UI.MainForm.newConfigurationToolButton_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1626&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.newToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1952&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW&amp;#40;MSG&amp;#38; msg&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop&amp;#40;Int32 dwComponentID, Int32 reason, Int32 pvLoopData&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at CCNetConfig.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;Program.cs&amp;#58;line 62&lt;br /&gt;Comments: ** Comment from web user: stevenna ** &lt;p&gt;Revisit&amp;#58;  I found the  version CCNetConfig.0.6.45545.61097. It appears to fix the problem.&lt;/p&gt;&lt;p&gt;I am having an issue loading configs created  from 0.6.915.0 Production. The workaround for me is to rebuild the config from scratch . No problem. If anyone has the root issue shoot me an email.&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 14:13:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Automated: The path is not of a legal form. 20090521021315P</guid></item><item><title>Commented Issue: Automated: The path is not of a legal form.</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=19853</link><description>OS&amp;#58; Win32NT Microsoft Windows NT 6.0.6001 Service Pack 1 SP&amp;#58; Service Pack 1&lt;br /&gt;Processor Count&amp;#58; 2&lt;br /&gt;CLR Version&amp;#58; 2.0.50727.3053&lt;br /&gt;WorkingSet&amp;#58; 65208320&lt;br /&gt;System Directory&amp;#58; C&amp;#58;&amp;#92;Windows&amp;#92;system32&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 0.0.0.0&lt;br /&gt;Time&amp;#58; 30&amp;#47;11&amp;#47;2008 14&amp;#58;40&amp;#58;22&lt;br /&gt;App Path&amp;#58;C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;bin&amp;#92;Debug, Assembly&amp;#58; CCNetConfig.BugTracking, Version&amp;#61;0.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; The path is not of a legal form.&lt;br /&gt;   at System.IO.Path.NormalizePathFast&amp;#40;String path, Boolean fullCheck&amp;#41;&lt;br /&gt;   at System.IO.FileInfo..ctor&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.NewConfigurationFile&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1713&lt;br /&gt;   at CCNetConfig.UI.MainForm.newConfigurationToolButton_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1626&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.newToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1952&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW&amp;#40;MSG&amp;#38; msg&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop&amp;#40;Int32 dwComponentID, Int32 reason, Int32 pvLoopData&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at CCNetConfig.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;Program.cs&amp;#58;line 62&lt;br /&gt;Comments: ** Comment from web user: stevenna ** &lt;p&gt;I am getting this error on a 64 bit Server 2008 machine. I have no workaround... other that not using CCNETConfig.....&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 12:30:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Automated: The path is not of a legal form. 20090521123004P</guid></item><item><title>Updated Wiki: Home</title><link>http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Home&amp;version=42</link><description>&lt;div class="wikidoc"&gt;&lt;a href="http://ccnetconfig.org" class="externalLink"&gt;Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http:///ccnetconfig/Release/ProjectReleases.aspx" class="externalLink"&gt;Latest Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://ccnetconfig.org/DownloadNightly.ashx?src=true" class="externalLink"&gt;Latest Nightly Source&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://ccnetconfig.org/DownloadNightly.ashx" class="externalLink"&gt;Latest Nightly Binaries&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://ccnetconfig.org/DownloadNightly.ashx?msi=true" class="externalLink"&gt;Latest Nightly Installer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://feeds.feedburner.com/ccnetconfig/nightlybuilds" class="externalLink"&gt;Latest Nightly Feed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://feeds.feedburner.com/ccnetconfig" class="externalLink"&gt;Blog RSS&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=2485230"&gt;&lt;img src="http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate to this project" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=2485230" class="externalLink"&gt;Donate to this project&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http&amp;#58;&amp;#47;&amp;#47;ccnet.thoughtworks.com&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ccnetconfig&amp;DownloadId=0" alt="logoa.png" /&gt;&lt;/a&gt;. &lt;b&gt;CCNetConfig&lt;/b&gt; allows you to create &lt;a href="http://ccnet.thoughtworks.com/" class="externalLink"&gt;CruiseControl.NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; configuration file by adding a new project and setting properties. &lt;b&gt;CCNetConfig&lt;/b&gt; supports all standard configuration blocks and can be extended to support custom configuration blocks as well.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Add%20A%20New%20Project"&gt;Add A New Project&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Select%20Labeller"&gt;Select Labeller&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Select%20Source%20Control%20Provider"&gt;Select Source Control Provider&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Add%20Triggers"&gt;Add Triggers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Add%20Tasks"&gt;Add Tasks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Add%20Publishers"&gt;Add Publishers&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Supported%20Configuration%20Blocks"&gt;Supported Configuration Blocks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Plugins
&lt;ul&gt;&lt;li&gt;Example&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Update%20Feed%20Format"&gt;Update Feed Format&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Screen Shots&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=User%20Interface"&gt;User Interface&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnetconfig.codeplex.com/Wiki/View.aspx?title=Version%20Open%2fSave%20File%20Dialog"&gt;Version Open&amp;#47;Save File Dialog&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Features&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;Graphical Configuration of CruiseControl.NET Configuration File&lt;/li&gt;
&lt;li&gt;Support for all standard configuration blocks&lt;/li&gt;
&lt;li&gt;Support for TFS CC.NET plugin&lt;/li&gt;
&lt;li&gt;Extendable to support additional plugins&lt;/li&gt;
&lt;li&gt;Support for multiple versions of CruiseControl.NET&lt;/li&gt;
&lt;li&gt;Extendable to support custom branches of CC.NET&lt;/li&gt;
&lt;li&gt;CC.Net Documentation available right in the user interface&lt;/li&gt;
&lt;li&gt;Open config file via command line switch&lt;/li&gt;
&lt;li&gt;Runs on x86 or x64&lt;/li&gt;
&lt;li&gt;Tested on Windows XP, Windows Vista (x86 &amp;amp; x64), Windows 7 Beta 1 (x64)&lt;/li&gt;
&lt;li&gt;Can update to beta or stable builds automatically&lt;/li&gt;
&lt;li&gt;Support for plugins to add additional support for CC.NET plugins (&lt;a href="http://ccnetplugins.codeplex.com" class="externalLink"&gt;CC.NET Community Plugins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Report bugs right from the application&lt;/li&gt;
&lt;li&gt;Automatically makes a back up of original configuration when saved&lt;/li&gt;
&lt;li&gt;Easily revert to a previous saved backup&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Beta Builds&lt;/h3&gt;
&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;CCNetConfig Nightly Builds News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://ccnetconfig.org/download/view/0.6.46726.1/default.aspx"&gt;CCNetConfig 0.6.46726.1&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, February 12, 2009&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://feeds.feedburner.com/CCNetConfig/nightlybuilds"&gt;CCNetConfig Nightly Builds&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;p&gt;Added a wizard for configuring security permissions.&lt;br /&gt;Changed the main node that holds the projects from "CruiseControl" to "Projects" so it matches the rest of the top-level nodes.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46726.1&amp;config=Debug&amp;type="&gt;&lt;img src="http://ccnetconfig.org/images/zip.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46726.1 Binaries" title="CCNetConfig 0.6.46726.1 Binaries"/&gt;CCNetConfig 0.6.46726.1 Binaries&lt;/a&gt;&lt;br /&gt; &lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46726.1&amp;config=Debug&amp;type=src"&gt;&lt;img src="http://ccnetconfig.org/images/source.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46726.1 Source" title="CCNetConfig 0.6.46726.1 Source"/&gt;CCNetConfig 0.6.46726.1 Source&lt;/a&gt;&lt;br /&gt; &lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46726.1&amp;config=Debug&amp;type=msi"&gt;&lt;img src="http://ccnetconfig.org/images/msi.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46726.1 Installer" title="CCNetConfig 0.6.46726.1 Installer"/&gt;CCNetConfig 0.6.46726.1 Installer&lt;/a&gt;&lt;br /&gt; &lt;a href="http://www.codeplex.com/ccnetconfig/SourceControl/DownloadSourceCode.aspx?changeSetId="&gt;&lt;img src="http://ccnetconfig.org/images/codeplexsmall.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig Change Set " title="CCNetConfig Change Set "/&gt;CCNetConfig Change Set &lt;/a&gt;&lt;br /&gt; &lt;/p&gt; &lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://ccnetconfig.org/download/view/0.6.46391.4/default.aspx"&gt;CCNetConfig 0.6.46391.4&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, February 03, 2009&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://feeds.feedburner.com/CCNetConfig/nightlybuilds"&gt;CCNetConfig Nightly Builds&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;p&gt;Added additional security configuration elements.&lt;br /&gt;Added an XML preview window.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46391.4&amp;config=Debug&amp;type="&gt;&lt;img src="http://ccnetconfig.org/images/zip.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46391.4 Binaries" title="CCNetConfig 0.6.46391.4 Binaries"/&gt;CCNetConfig 0.6.46391.4 Binaries&lt;/a&gt;&lt;br /&gt; &lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46391.4&amp;config=Debug&amp;type=src"&gt;&lt;img src="http://ccnetconfig.org/images/source.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46391.4 Source" title="CCNetConfig 0.6.46391.4 Source"/&gt;CCNetConfig 0.6.46391.4 Source&lt;/a&gt;&lt;br /&gt; &lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46391.4&amp;config=Debug&amp;type=msi"&gt;&lt;img src="http://ccnetconfig.org/images/msi.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46391.4 Installer" title="CCNetConfig 0.6.46391.4 Installer"/&gt;CCNetConfig 0.6.46391.4 Installer&lt;/a&gt;&lt;br /&gt; &lt;a href="http://www.codeplex.com/ccnetconfig/SourceControl/DownloadSourceCode.aspx?changeSetId="&gt;&lt;img src="http://ccnetconfig.org/images/codeplexsmall.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig Change Set " title="CCNetConfig Change Set "/&gt;CCNetConfig Change Set &lt;/a&gt;&lt;br /&gt; &lt;/p&gt; &lt;br /&gt; Macro Error: Macro 'KickIt' was not found. Macro Error: Macro 'DiggIt' was not found. &lt;br /&gt;&lt;br /&gt; Macro Error: Macro 'YahooPublisherNetwork' was not found.&lt;/p&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://ccnetconfig.org/download/view/0.6.46365.2/default.aspx"&gt;${Project} 0.6.46365.2&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, February 02, 2009&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://feeds.feedburner.com/CCNetConfig/nightlybuilds"&gt;CCNetConfig Nightly Builds&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;p&gt;Tidied up the code for wizards.&lt;br /&gt;Added an import users wizard.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46365.2&amp;config=Debug&amp;type="&gt;&lt;img src="http://ccnetconfig.org/images/zip.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46365.2 Binaries" title="CCNetConfig 0.6.46365.2 Binaries"/&gt;CCNetConfig 0.6.46365.2 Binaries&lt;/a&gt;&lt;br /&gt; &lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46365.2&amp;config=Debug&amp;type=src"&gt;&lt;img src="http://ccnetconfig.org/images/source.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46365.2 Source" title="CCNetConfig 0.6.46365.2 Source"/&gt;CCNetConfig 0.6.46365.2 Source&lt;/a&gt;&lt;br /&gt; &lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.46365.2&amp;config=Debug&amp;type=msi"&gt;&lt;img src="http://ccnetconfig.org/images/msi.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.46365.2 Installer" title="CCNetConfig 0.6.46365.2 Installer"/&gt;CCNetConfig 0.6.46365.2 Installer&lt;/a&gt;&lt;br /&gt; &lt;a href="http://www.codeplex.com/ccnetconfig/SourceControl/DownloadSourceCode.aspx?changeSetId="&gt;&lt;img src="http://ccnetconfig.org/images/codeplexsmall.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig Change Set " title="CCNetConfig Change Set "/&gt;CCNetConfig Change Set &lt;/a&gt;&lt;br /&gt; &lt;/p&gt; &lt;br /&gt; Macro Error: Macro 'KickIt' was not found. Macro Error: Macro 'DiggIt' was not found. &lt;br /&gt;&lt;br /&gt; Macro Error: Macro 'YahooPublisherNetwork' was not found.&lt;/p&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;CCNetConfig Nightly Builds News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3&gt;Stable Builds&lt;/h3&gt;
&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;CCNetConfig Release Builds News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://ccnetconfig.org/download/view/0.6.915.0/default.aspx"&gt;CCNetConfig 0.6.915.0&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, September 15, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://feeds.feedburner.com/CCNetConfig/releasebuilds"&gt;CCNetConfig Release Builds&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.915.0&amp;config=Debug&amp;type="&gt;&lt;img src="http://ccnetconfig.org/images/zip.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.915.0 Binaries" title="CCNetConfig 0.6.915.0 Binaries"/&gt;CCNetConfig 0.6.915.0 Binaries&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.915.0&amp;config=Debug&amp;type=src"&gt;&lt;img src="http://ccnetconfig.org/images/source.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.915.0 Source" title="CCNetConfig 0.6.915.0 Source"/&gt;CCNetConfig 0.6.915.0 Source&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.6.915.0&amp;config=Debug&amp;type=msi"&gt;&lt;img src="http://ccnetconfig.org/images/msi.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.6.915.0 Installer" title="CCNetConfig 0.6.915.0 Installer"/&gt;CCNetConfig 0.6.915.0 Installer&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/ccnetconfig/SourceControl/DownloadSourceCode.aspx?changeSetId=0"&gt;&lt;img src="http://ccnetconfig.org/images/codeplexsmall.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig Change Set 0" title="CCNetConfig Change Set 0"/&gt;CCNetConfig Change Set 0&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http://ccnetconfig.org/download/view/0.6.915.0/default.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://ccnetconfig.org/download/view/0.6.915.0/default.aspx" alt="Kick It" title="Kick It" border="0" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;url=http%3a%2f%2fccnetconfig.org%2fdownload%2fview%2f0.6.915.0%2fdefault.aspx&amp;title=&amp;bodytext=&amp;topic=" title="Digg It!"&gt;&lt;img src="http://services.ccnetconfig.org/diggthisimage.ashx?url=http%3a%2f%2fccnetconfig.org%2fdownload%2fview%2f0.6.915.0%2fdefault.aspx" style="height:15px;width:80px;border:0px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ypn-rss.overture.com/rss/34339/0/click/"&gt;&lt;img src="http://ypn-rss.overture.com/rss/34339/0/img/?url=http%3a%2f%2fcodeplex.com%2fccnetconfig&amp;amp;pid=7989600850" alt="Ads by Yahoo!" border="0"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://ccnetconfig.org/download/view/0.5.0.120/default.aspx"&gt;CCNetConfig 0.5.0.120&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, January 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://feeds.feedburner.com/CCNetConfig/releasebuilds"&gt;CCNetConfig Release Builds&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.5.0.120&amp;config=Debug&amp;type="&gt;&lt;img src="http://ccnetconfig.org/images/zip.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.5.0.120 Binaries" title="CCNetConfig 0.5.0.120 Binaries"/&gt;CCNetConfig 0.5.0.120 Binaries&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.5.0.120&amp;config=Debug&amp;type=src"&gt;&lt;img src="http://ccnetconfig.org/images/source.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.5.0.120 Source" title="CCNetConfig 0.5.0.120 Source"/&gt;CCNetConfig 0.5.0.120 Source&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.5.0.120&amp;config=Debug&amp;type=msi"&gt;&lt;img src="http://ccnetconfig.org/images/source.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.5.0.120 Installer" title="CCNetConfig 0.5.0.120 Installer"/&gt;CCNetConfig 0.5.0.120 Installer&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/ccnetconfig/SourceControl/DownloadSourceCode.aspx?changeSetId=0"&gt;&lt;img src="http://ccnetconfig.org/images/codeplexsmall.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig Change Set 0" title="CCNetConfig Change Set 0"/&gt;CCNetConfig Change Set 0&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http://ccnetconfig.org/download/view/0.5.0.120/default.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://ccnetconfig.org/download/view/0.5.0.120/default.aspx" alt="Kick It" title="Kick It" border="0" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;url=http%3a%2f%2fccnetconfig.org%2fdownload%2fview%2f0.5.0.120%2fdefault.aspx&amp;title=&amp;bodytext=&amp;topic=" title="Digg It!"&gt;&lt;img src="http://services.ccnetconfig.org/diggthisimage.ashx?url=http%3a%2f%2fccnetconfig.org%2fdownload%2fview%2f0.5.0.120%2fdefault.aspx" style="height:15px;width:80px;border:0px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ypn-rss.overture.com/rss/34339/0/click/"&gt;&lt;img src="http://ypn-rss.overture.com/rss/34339/0/img/?url=http%3a%2f%2fcodeplex.com%2fccnetconfig&amp;amp;pid=7989600850" alt="Ads by Yahoo!" border="0"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.4.13.1&amp;config=Debug"&gt;CCNetConfig 0.4.13.1&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, July 05, 2007&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://feeds.feedburner.com/CCNetConfig/releasebuilds"&gt;CCNetConfig Release Builds&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;p&gt;0.4 Final.&lt;/p&gt;&lt;p&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.4.13.1&amp;config=Debug&amp;type="&gt;&lt;img src="http://ccnetconfig.org/images/zip.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.4.13.1 Binaries" title="CCNetConfig 0.4.13.1 Binaries"/&gt;CCNetConfig 0.4.13.1 Binaries&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.4.13.1&amp;config=Debug&amp;type=src"&gt;&lt;img src="http://ccnetconfig.org/images/source.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.4.13.1 Source" title="CCNetConfig 0.4.13.1 Source"/&gt;CCNetConfig 0.4.13.1 Source&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.4.13.1&amp;config=Debug&amp;type=msi"&gt;&lt;img src="http://ccnetconfig.org/images/msi.gif" style="verticle-align:middle;padding-right:4px;border:0px;" alt="CCNetConfig 0.4.13.1 Installer" title="CCNetConfig 0.4.13.1 Installer"/&gt;CCNetConfig 0.4.13.1 Installer&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.4.13.1&amp;config=Debug"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://ccnetconfig.org/getfile.ashx?project=CCNetConfig&amp;version=0.4.13.1&amp;config=Debug" alt="Kick It" title="Kick It" border="0" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;url=http%3a%2f%2fccnetconfig.org%2fgetfile.ashx%3fproject%3dCCNetConfig%26version%3d0.4.13.1%26config%3dDebug&amp;title=&amp;bodytext=&amp;topic=" title="Digg It!"&gt;&lt;img src="http://services.ccnetconfig.org/diggthisimage.ashx?url=http%3a%2f%2fccnetconfig.org%2fgetfile.ashx%3fproject%3dCCNetConfig%26version%3d0.4.13.1%26config%3dDebug" style="height:15px;width:80px;border:0px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ypn-rss.overture.com/rss/34339/4131/click/"&gt;&lt;img src="http://ypn-rss.overture.com/rss/34339/4131/img/?url=http%3a%2f%2fcodeplex.com%2fccnetconfig&amp;amp;pid=7989600850" alt="Ads by Yahoo!" border="0"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;CCNetConfig Release Builds News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h1&gt;Releated Links&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http:///ccnetconfig/WorkItem/List.aspx" class="externalLink"&gt;Report Bug&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http:///ccnetconfig/Thread/List.aspx" class="externalLink"&gt;Request Developer Access&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ccnet.thoughtworks.com/" class="externalLink"&gt;CruiseControl.NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/TFSCCNetPlugin" class="externalLink"&gt;TFS CCNet Plugin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks" class="externalLink"&gt;MSBuild Extended Tasks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/rssbuildspublisher" class="externalLink"&gt;Rss Builds Publisher for CC.NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Tue, 12 May 2009 11:57:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090512115728A</guid></item><item><title>Created Issue: Add  Package Publisher for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22221</link><description>Generates a ZIP file package containing the specified files.&lt;br /&gt;&lt;br /&gt;This publisher also allows the generation of a &amp;#34;manifest&amp;#34; to include in the package. A manifest contains additional details on the package, both at a general level and at a file level.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;Package&amp;#43;Publisher&lt;br /&gt;</description><author>camalot</author><pubDate>Wed, 29 Apr 2009 11:04:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Add  Package Publisher for 1.4.4 support 20090429110456A</guid></item><item><title>Created Issue: Add  NDepend Task for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22220</link><description>Runs an NDepend analysis.&lt;br /&gt;&lt;br /&gt;    NDepend is a tool that simplifies managing a complex .NET code base. Architects and developers can analyze code structure, specify design rules, plan massive refactoring, do effective code reviews and master evolution by comparing different versions of the code.&lt;br /&gt;&lt;br /&gt;This application is available from www.ndepend.com. There is both an open source&amp;#47;academic&amp;#47;evaluation version and a professional version.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;NDepend&amp;#43;Task&lt;br /&gt;</description><author>camalot</author><pubDate>Wed, 29 Apr 2009 11:03:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Add  NDepend Task for 1.4.4 support 20090429110354A</guid></item><item><title>Created Issue: Add  Gendarme Task for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22219</link><description>The Gendarme task is used to run a static code analysis over your assemblies.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;Gendarme&amp;#43;Task&lt;br /&gt;</description><author>camalot</author><pubDate>Wed, 29 Apr 2009 11:03:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Add  Gendarme Task for 1.4.4 support 20090429110311A</guid></item><item><title>Created Issue: PVCS labelOnSuccess property not supported by ccnet</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=21712</link><description>the label on success property is no longer supported, and there are some other properties that need to be added.&lt;br /&gt;</description><author>camalot</author><pubDate>Fri, 20 Mar 2009 11:19:43 GMT</pubDate><guid isPermaLink="false">Created Issue: PVCS labelOnSuccess property not supported by ccnet 20090320111943A</guid></item><item><title>Created Issue: PVCS create multiple autoGetSource elements</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=21711</link><description>When serializing, the PVCS Source control create 2 autoGetSource properties.&lt;br /&gt;</description><author>camalot</author><pubDate>Fri, 20 Mar 2009 11:14:36 GMT</pubDate><guid isPermaLink="false">Created Issue: PVCS create multiple autoGetSource elements 20090320111436A</guid></item><item><title>Updated Release: 0.6.46726.1 Beta (Feb 12, 2009)</title><link>http://www.codeplex.com/ccnetconfig/Release/ProjectReleases.aspx?ReleaseId=23156</link><description>&lt;div&gt;
Added a wizard for configuring security permissions.&lt;br&gt;Changed the main node that holds the projects from &amp;quot;CruiseControl&amp;quot; to &amp;quot;Projects&amp;quot; so it matches the rest of the top-level nodes.&lt;br&gt;
&lt;/div&gt;</description><author>ccnetconfig_bt</author><pubDate>Thu, 12 Feb 2009 06:08:32 GMT</pubDate><guid isPermaLink="false">Updated Release: 0.6.46726.1 Beta (Feb 12, 2009) 20090212060832A</guid></item><item><title>Released: 0.6.46726.1 Beta (Feb 12, 2009)</title><link>http://www.codeplex.com/ccnetconfig/Release/ProjectReleases.aspx?ReleaseId=23156</link><description>&lt;div&gt;
Added a wizard for configuring security permissions.&lt;br&gt;Changed the main node that holds the projects from &amp;quot;CruiseControl&amp;quot; to &amp;quot;Projects&amp;quot; so it matches the rest of the top-level nodes.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 12 Feb 2009 06:08:32 GMT</pubDate><guid isPermaLink="false">Released: 0.6.46726.1 Beta (Feb 12, 2009) 20090212060832A</guid></item><item><title>Created Release: 0.6.46726.1 Beta (Feb 12, 2009)</title><link>http://www.codeplex.com/ccnetconfig/Release/ProjectReleases.aspx?ReleaseName=0.6.46726.1 Beta</link><description>&lt;div&gt;
Added a wizard for configuring security permissions.&lt;br&gt;Changed the main node that holds the projects from &amp;quot;CruiseControl&amp;quot; to &amp;quot;Projects&amp;quot; so it matches the rest of the top-level nodes.&lt;br&gt;
&lt;/div&gt;</description><author>ccnetconfig_bt</author><pubDate>Thu, 12 Feb 2009 06:02:49 GMT</pubDate><guid isPermaLink="false">Created Release: 0.6.46726.1 Beta (Feb 12, 2009) 20090212060249A</guid></item></channel></rss>