<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Build and Release Management</title>
	<atom:link href="http://allscm.com/feed" rel="self" type="application/rss+xml" />
	<link>http://allscm.com</link>
	<description>SCM Unleashed!</description>
	<lastBuildDate>Tue, 29 Jun 2010 20:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>No &#8216;Plugin-Class&#8217; entry in the manifest of &#8230;.hpi</title>
		<link>http://allscm.com/archives/no-plugin-class-entry-in-the-manifest-of-hpi.html</link>
		<comments>http://allscm.com/archives/no-plugin-class-entry-in-the-manifest-of-hpi.html#comments</comments>
		<pubDate>Tue, 29 Jun 2010 20:13:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hudson]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=294</guid>
		<description><![CDATA[If you ever wanted to evaluate Hudson CI tool, and ran into a problem while loading any plugin and you get the following error messages: No &#8216;Plugin-Class&#8217; entry in the manifest of &#8230;/path/to/plugin.hpi Then you&#8217;re experiencing a problem I just experienced. The problem lies in the particular version of the hudson.war file. Like me, you [...]


No related posts.]]></description>
		<wfw:commentRss>http://allscm.com/archives/no-plugin-class-entry-in-the-manifest-of-hpi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perforce password (P4PASSWD) invalid or unset error</title>
		<link>http://allscm.com/archives/perforce-password-p4passwd-invalid-or-unset-error.html</link>
		<comments>http://allscm.com/archives/perforce-password-p4passwd-invalid-or-unset-error.html#comments</comments>
		<pubDate>Mon, 28 Jun 2010 19:58:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perforce]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=292</guid>
		<description><![CDATA[If you have gotten &#8220;Perforce password (P4PASSWD) invalid or unset&#8221; error message when you&#8217;ve switched to the ticket based authentication, here&#8217;s what you can do to fix the problem: p4 login -p -a Simple. Straight forward. Related posts:Importing a new Project in Perforce I ran into another not-so-clear Perforce error message today while...


Related posts:<ol><li><a href='http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html' rel='bookmark' title='Permanent Link: Importing a new Project in Perforce'>Importing a new Project in Perforce</a> <small>I ran into another not-so-clear Perforce error message today while...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/perforce-password-p4passwd-invalid-or-unset-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Escape {&#8220;&#8216;&amp;} Characters in ANT</title>
		<link>http://allscm.com/archives/how-to-escape-characters-in-ant.html</link>
		<comments>http://allscm.com/archives/how-to-escape-characters-in-ant.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 01:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ANT]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=283</guid>
		<description><![CDATA[How exactly do you escape special characters from ANT?  Say if you need to add extra &#8221; quotation characters within a property which already has a set of quotes? Here&#8217;s how to do it &#8212; use XML Character entity references: For &#62; use &#38;gt; For &#60; use  &#38;lt; For &#8220; use &#38;quot; For &#38; use [...]


Related posts:<ol><li><a href='http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html' rel='bookmark' title='Permanent Link: Importing a new Project in Perforce'>Importing a new Project in Perforce</a> <small>I ran into another not-so-clear Perforce error message today while...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/how-to-escape-characters-in-ant.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Importing a new Project in Perforce</title>
		<link>http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html</link>
		<comments>http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perforce]]></category>
		<category><![CDATA[Source Control]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=236</guid>
		<description><![CDATA[I ran into another not-so-clear Perforce error message today while trying to import a new project to an existing depot.  I had a new project1 which I wanted to import into the existing // depot, but when I tried to add via P4V or &#8216;p4 add&#8217; in the command line, I kept getting this message: [...]


Related posts:<ol><li><a href='http://allscm.com/archives/how-to-escape-characters-in-ant.html' rel='bookmark' title='Permanent Link: How to Escape {&#8220;&#8216;<>&#038;} Characters in ANT'>How to Escape {&#8220;&#8216;<>&#038;} Characters in ANT</a> <small>How exactly do you escape special characters from ANT?  Say...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance</title>
		<link>http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html</link>
		<comments>http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html#comments</comments>
		<pubDate>Sun, 17 May 2009 10:05:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CruiseControl]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=232</guid>
		<description><![CDATA[Are you using CruiseControl 2.7? Have you inspected the CC log lately? Seeing this error message? atusReportTask- Failed to reach dashboard instance : http://mydomain.com:8080/dashboard/buildloop/listener, either the dashboard has not started up or there is a network problem Recently I&#8217;ve been experiencing some build wlappc jspc freezing issue which I&#8217;ve fixed and works fine when I [...]


Related posts:<ol><li><a href='http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html' rel='bookmark' title='Permanent Link: Importing a new Project in Perforce'>Importing a new Project in Perforce</a> <small>I ran into another not-so-clear Perforce error message today while...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebLogic&#8217;s wlappc ANT Task Compilation Freezing/Hanging Errors</title>
		<link>http://allscm.com/archives/weblogics-wlappc-ant-task-compilation-freezinghanging-errors.html</link>
		<comments>http://allscm.com/archives/weblogics-wlappc-ant-task-compilation-freezinghanging-errors.html#comments</comments>
		<pubDate>Sun, 17 May 2009 09:38:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ANT]]></category>
		<category><![CDATA[Build Framework]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=224</guid>
		<description><![CDATA[Wow.   This little problem was extremely tricky to detect &#8212; mainly due to WebLogic&#8217;s wlappc ANT Task&#8217;s poor documentation.   In one of the projects I&#8217;m working on, there is a need to pre-compile WebLogic JSP so it will be much faster during deployment/runtime and we can catch any potential errors early.   Previously, this step of [...]


No related posts.]]></description>
		<wfw:commentRss>http://allscm.com/archives/weblogics-wlappc-ant-task-compilation-freezinghanging-errors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS</title>
		<link>http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html</link>
		<comments>http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html#comments</comments>
		<pubDate>Sat, 16 May 2009 04:19:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ANT]]></category>
		<category><![CDATA[Build Framework]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=208</guid>
		<description><![CDATA[Ever run into an ANT compilation or ANT task related compilation OutOfMemoryError problem? This little bugger of a problem can be rather tricky to debug. You may run into this problem when you have a large collection of source files to compile (think 1000+). You may also run into this problem with the following WebLogic [...]


No related posts.]]></description>
		<wfw:commentRss>http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release Management Access Control</title>
		<link>http://allscm.com/archives/release-management-access-control.html</link>
		<comments>http://allscm.com/archives/release-management-access-control.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:10:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Build Framework]]></category>
		<category><![CDATA[Release Framework]]></category>
		<category><![CDATA[SCM Basics]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=142</guid>
		<description><![CDATA[Access Control, at first glance seems to be a rather straight forward topic or task to handle.  Well, I can assure you it is not.  Especially when you&#8217;re working in an Engineering organization that seems to be schizophrenic at times in terms of its own unique identity.   I&#8217;m talking about how there should be [...]


Related posts:<ol><li><a href='http://allscm.com/consulting-services' rel='bookmark' title='Permanent Link: Consulting Services'>Consulting Services</a> <small>Establish An Accurate and Continuous Build and Release Infrastructure For...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/release-management-access-control.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CruiseControl&#8217;s Scheduler of Multiple Builders</title>
		<link>http://allscm.com/archives/cruisecontrols-scheduler-of-multiple-builders.html</link>
		<comments>http://allscm.com/archives/cruisecontrols-scheduler-of-multiple-builders.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 00:33:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Automated Test Framework]]></category>
		<category><![CDATA[Build Framework]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=120</guid>
		<description><![CDATA[Ever run into the problem where you must set multiple builders running different inside of CruiseControl&#8217;s scheduler block?  I recently had to do that for one of the projects I&#8217;m integrating, but kept on running into inconsistency in CruiseControl 2.8.2. My first attempt was this: &#60;schedule interval=&#34;900&#34;&#62; &#60;ant time=&#34;1200&#34; anthome=&#34;${ANTHOME}&#34; antworkingdir=&#34;${my_build.dir}&#34; buildfile=&#34;${my_build.file}&#34; target=&#34;build.all.then.test&#34; uselogger=&#34;true&#34; usedebug=&#34;false&#34;/&#62; [...]


No related posts.]]></description>
		<wfw:commentRss>http://allscm.com/archives/cruisecontrols-scheduler-of-multiple-builders.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>//projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.</title>
		<link>http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html</link>
		<comments>http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html#comments</comments>
		<pubDate>Fri, 03 Apr 2009 23:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perforce]]></category>
		<category><![CDATA[Source Control]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=118</guid>
		<description><![CDATA[Ever run into this error with Perforce&#8217;s &#8216;p4 changes&#8217; or any other similar command? //projectfoo/bar/&#8230; &#8211; must refer to client &#8216;some_p4_client&#8217;.? I ran into this exact problem today.  I was trying to do a &#8216;p4 changes //projectfoo/bar/&#8230;@xxxxxx,yyyyyy&#8217; to get a history of the changelist and got that error. The symptoms were that doing the same [...]


Related posts:<ol><li><a href='http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html' rel='bookmark' title='Permanent Link: Importing a new Project in Perforce'>Importing a new Project in Perforce</a> <small>I ran into another not-so-clear Perforce error message today while...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
