<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>CodePlex Release Publisher for CruiseControl.NET</title><link>http://www.codeplex.com/cprp/Project/ProjectRss.aspx</link><description>A publisher for CruiseControl.NET that wraps the CodePlex API to submit a release. In some cases, a publisher may be a better candidate then using MSBuild task because the CodePlex API requires a u...</description><item><title>UPDATED RELEASE: 0.1.0.5 Beta (Apr 29, 2007)</title><link>http://www.codeplex.com/cprp/Release/ProjectReleases.aspx?ReleaseId=3843</link><description>&amp;#33; This project is now part of &amp;#91;url&amp;#58;CC.NET Community Plugins&amp;#124;http&amp;#58;&amp;#47;&amp;#47;codeplex.com&amp;#47;ccnetplugins&amp;#93; and all future development and releases will take place there</description><author></author><pubDate>Wed, 30 Apr 2008 12:13:11 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.1.0.5 Beta (Apr 29, 2007) 20080430121311P</guid></item><item><title>UPDATED WIKI: Example Configuration</title><link>http://www.codeplex.com/cprp/Wiki/View.aspx?title=Example Configuration&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
This project is now part of &lt;a href="http://codeplex.com/ccnetplugins" class="externalLink"&gt;CC.NET Community Plugins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and all future development and releases will take place there
&lt;/h1&gt; &lt;br /&gt;&lt;pre&gt;
      &amp;lt;codeplexRelease buildCondition=&amp;quot;IfModificationExists&amp;quot;&amp;gt;
        &amp;lt;!--
          codeplexRelease
            @userName
              - Required: A CodePlex user name that has permissions to create a release for this project.
            @password
              - Required: The password for the CodePlex user account.
            @projectName
              - Optional: This is the URL name of the project. This is case sensitive. If this is 
                left blank, the CCNET project name will be used ( set to lowercase )
            @buildCondition [AllBuildConditions|IfModificationExists|ForceBuild]
              - Optional: The type of build to publish on. [default: AllBuildConditions]
            @releases
              - Optional: A Collection of releases to create.
        --&amp;gt;
        &amp;lt;userName&amp;gt;[CodePlexUsername]&amp;lt;/userName&amp;gt;
        &amp;lt;password&amp;gt;[CodePlexPassword]&amp;lt;/password&amp;gt;
        &amp;lt;releases&amp;gt;
          &amp;lt;!-- 
            release
              @releaseName
                - Required: The name of the release
              @description
                - Required: The description of the release
              @releaseFiles
                - Required: A collection of files to include in the release.
              @releaseStatus [Planned|Released]
                - Required: The release status, either Planned or Released
              @releaseType   [{null}|Alpha|Beta|Nightly|Production]
                - Optional: The type of release. This will be added to the name of the release
                            but not to the name in the TaskResult, there is an attribute called Type
                            that will hold this value in the taskresult. [default:{null}]
              @releaseDate   [default: DateTime.Now]
                - Optional: This is the date the release was released. Ignored for Planned releases. 
              @isDefaultRelease [default: true]
                - Optional: If true, this release will be the default release.
              @showOnHomePage [default: true]
                - Optional: If true, this release will be shown on the home page.
              @showToPublic [default: true]
                - Optional: If true, this release will be visible to the public.
          --&amp;gt;
          &amp;lt;release releaseName=&amp;quot;$(Label)&amp;quot;&amp;gt;
            &amp;lt;releaseType&amp;gt;Production&amp;lt;/releaseType&amp;gt;
            &amp;lt;description&amp;gt;$(ProjectName) $(Label)&amp;lt;/description&amp;gt;
            &amp;lt;isDefaultRelease&amp;gt;false&amp;lt;/isDefaultRelease&amp;gt;
            &amp;lt;releaseStatus&amp;gt;Planned&amp;lt;/releaseStatus&amp;gt;
            &amp;lt;showOnHomePage&amp;gt;false&amp;lt;/showOnHomePage&amp;gt;
            &amp;lt;showToPublic&amp;gt;false&amp;lt;/showToPublic&amp;gt;
            &amp;lt;releaseFiles&amp;gt;
              &amp;lt;!--
                releaseFile
                  @fileName
                    - Required: This MUST be the FULL PATH to the file.
                  @fileType [RuntimeBinary|SourceCode|Documentation|Example]
                    - Required: Tells CodePlex what type of file this is.
                  @mimeType [default: application/octet-stream]
                    - Optional: The mimeType of the file.
                  @name     [default: fileName]
                    - Optional: The name to display for the file. If left blank, the Name of 
                      the file will be used.
              --&amp;gt;
              &amp;lt;releaseFile fileName=&amp;quot;F:\bins\$(ProjectName)\$(Label)\$(ProjectName).$(Label).zip&amp;quot;
                       fileType=&amp;quot;RuntimeBinary&amp;quot; mimeType=&amp;quot;application/x-zip&amp;quot;
                       name=&amp;quot;$(ProjectName).$(Label)&amp;quot; /&amp;gt;
              &amp;lt;releaseFile fileName=&amp;quot;F:\bins\$(ProjectName)\$(Label)\$(ProjectName).$(Label).src.zip&amp;quot;
                       fileType=&amp;quot;SourceCode&amp;quot; mimeType=&amp;quot;application/x-zip&amp;quot;
                       name=&amp;quot;$(ProjectName).$(Label).src&amp;quot; /&amp;gt;
              &amp;lt;releaseFile fileName=&amp;quot;F:\bins\$(ProjectName)\$(Label)\$(ProjectName).$(Label).msi.zip&amp;quot;
                       fileType=&amp;quot;RuntimeBinary&amp;quot; mimeType=&amp;quot;application/x-zip&amp;quot;
                       name=&amp;quot;$(ProjectName).$(Label).msi&amp;quot; /&amp;gt;
            &amp;lt;/releaseFiles&amp;gt;
          &amp;lt;/release&amp;gt;
        &amp;lt;/releases&amp;gt;
      &amp;lt;/codeplexRelease&amp;gt; 
&lt;/pre&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Wed, 30 Apr 2008 12:12:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Example Configuration 20080430121240P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/cprp/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
This project is now part of &lt;a href="http://codeplex.com/ccnetplugins" class="externalLink"&gt;CC.NET Community Plugins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and all future development and releases will take place there
&lt;/h1&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Wed, 30 Apr 2008 12:11:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080430121157P</guid></item><item><title>CREATED ISSUE: Integration Fails if release already exists</title><link>http://www.codeplex.com/cprp/WorkItem/View.aspx?WorkItemId=1509</link><description>If the release has been created on codeplex but the build failed, the next time a build occurs, the same release name is used. This causes an error because you can not create another release with the same name as an existing release. </description><author>camalot</author><pubDate>Thu, 07 Jun 2007 02:51:08 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Integration Fails if release already exists 20070607025108A</guid></item><item><title>COMMENTED TASK: Integration complete: Failure</title><link>http://www.codeplex.com/cprp/WorkItem/View.aspx?WorkItemId=424</link><description>Anyway to get more information when the logs show an integration failure message? Comments: Associated with changeset 4402.</description><author>camalot</author><pubDate>Sat, 02 Jun 2007 14:32:02 GMT</pubDate><guid isPermaLink="false">COMMENTED TASK: Integration complete: Failure 20070602023202P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/cprp/SourceControl/ListDownloadableCommits.aspx</link><description>Added more information to why the build faild. &amp;#91;workitem&amp;#58;424&amp;#93;</description><author>camalot</author><pubDate>Sat, 02 Jun 2007 14:32:02 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070602023202P</guid></item><item><title>CREATED ISSUE: Password exposed</title><link>http://www.codeplex.com/cprp/WorkItem/View.aspx?WorkItemId=1146</link><description>The CodePlex password is exposed in the CruiseControl.NET server logs. This should be not be included in the logs since it may be read by others on the Internet. </description><author>tgiphil</author><pubDate>Wed, 30 May 2007 03:09:21 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Password exposed 20070530030921A</guid></item><item><title>NEW POST: Integration complete: Failure</title><link>http://www.codeplex.com/cprp/Thread/View.aspx?ThreadId=10204</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/cprp/WorkItem/View.aspx?WorkItemId=424"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Fri, 18 May 2007 19:13:22 GMT</pubDate><guid isPermaLink="false">NEW POST: Integration complete: Failure 20070518071322P</guid></item><item><title>CREATED TASK: Integration complete: Failure</title><link>http://www.codeplex.com/cprp/WorkItem/View.aspx?WorkItemId=424</link><description>Anyway to get more information when the logs show an integration failure message? </description><author>camalot</author><pubDate>Fri, 18 May 2007 19:13:19 GMT</pubDate><guid isPermaLink="false">CREATED TASK: Integration complete: Failure 20070518071319P</guid></item><item><title>NEW POST: Integration complete: Failure</title><link>http://www.codeplex.com/cprp/Thread/View.aspx?ThreadId=10204</link><description>&lt;div class="wikidoc"&gt;
I will add information about the failure to the log that comes back from the API&lt;br /&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Tue, 15 May 2007 15:19:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Integration complete: Failure 20070515031937P</guid></item><item><title>NEW POST: Integration complete: Failure</title><link>http://www.codeplex.com/cprp/Thread/View.aspx?ThreadId=10204</link><description>&lt;div class="wikidoc"&gt;
Anyway to get more information when the logs show an integration failure message? &lt;br /&gt;
&lt;/div&gt;</description><author>tgiphil</author><pubDate>Sun, 13 May 2007 14:51:51 GMT</pubDate><guid isPermaLink="false">NEW POST: Integration complete: Failure 20070513025151P</guid></item><item><title>UPDATED RELEASE: 0.1.0.5 Beta (Apr 29, 2007)</title><link>http://www.codeplex.com/cprp/Release/ProjectReleases.aspx?ReleaseId=3843</link><description>cprp 0.1.0.5
            
            </description><author></author><pubDate>Sun, 29 Apr 2007 19:16:53 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.1.0.5 Beta (Apr 29, 2007) 20070429071653P</guid></item><item><title>CREATED RELEASE: 0.1.0.5 Production (Apr 29, 2007)</title><link>http://www.codeplex.com/cprp/Release/ProjectReleases.aspx?ReleaseId=3843</link><description>cprp 0.1.0.5
            
            </description><author></author><pubDate>Sun, 29 Apr 2007 19:05:24 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.1.0.5 Production (Apr 29, 2007) 20070429070524P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/cprp/SourceControl/ListDownloadableCommits.aspx</link><description>fixed issue with the uploading failing due to not taking the release type into account</description><author>camalot</author><pubDate>Sun, 29 Apr 2007 19:03:01 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070429070301P</guid></item><item><title>CREATED ISSUE: Not finding correct release when uploading files</title><link>http://www.codeplex.com/cprp/WorkItem/View.aspx?WorkItemId=99</link><description>The uploading step doesn't take the ReleaseType in to account when passing the release name. This causes the build to fail because the release doesn't exist. </description><author>camalot</author><pubDate>Sun, 29 Apr 2007 18:45:14 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Not finding correct release when uploading files 20070429064514P</guid></item><item><title>CREATED RELEASE: 0.1.0.5 Production (Apr 29, 2007)</title><link>http://www.codeplex.com/cprp/Release/ProjectReleases.aspx?ReleaseId=3842</link><description>cprp 0.1.0.5
            
            </description><author></author><pubDate>Sun, 29 Apr 2007 17:01:33 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.1.0.5 Production (Apr 29, 2007) 20070429050133P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/cprp/SourceControl/ListDownloadableCommits.aspx</link><description>Added more tests. Added references that needed to be copied locally for the tests</description><author>camalot</author><pubDate>Sun, 29 Apr 2007 15:55:37 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070429035537P</guid></item><item><title>CREATED RELEASE: 0.1.0.5 Production (Apr 29, 2007)</title><link>http://www.codeplex.com/cprp/Release/ProjectReleases.aspx?ReleaseId=3839</link><description>cprp 0.1.0.5
            
            </description><author></author><pubDate>Sun, 29 Apr 2007 13:39:16 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.1.0.5 Production (Apr 29, 2007) 20070429013916P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/cprp/SourceControl/ListDownloadableCommits.aspx</link><description>changes to the configuration example.</description><author>camalot</author><pubDate>Sun, 29 Apr 2007 13:07:49 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070429010749P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/cprp/SourceControl/ListDownloadableCommits.aspx</link><description>fixed netreflector issue</description><author>camalot</author><pubDate>Sun, 29 Apr 2007 06:48:19 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070429064819A</guid></item></channel></rss>