<?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>Fri, 12 Feb 2010 01:23:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 &#38;amp;
For &#8216; use &#38;apos;
Any other [...]


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>
<li><a href='http://allscm.com/archives/cruisecontrols-scheduler-of-multiple-builders.html' rel='bookmark' title='Permanent Link: CruiseControl&#8217;s Scheduler of Multiple Builders'>CruiseControl&#8217;s Scheduler of Multiple Builders</a> <small>Ever run into the problem where you must set multiple...</small></li>
<li><a href='http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html' rel='bookmark' title='Permanent Link: How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS'>How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS</a> <small>Ever run into an ANT compilation or ANT task related...</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:
D:\Work\P4&#62;p4 [...]


Related posts:<ol><li><a href='http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html' rel='bookmark' title='Permanent Link: //projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.'>//projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.</a> <small> Ever run into this error with Perforce&#8217;s &#8216;p4 changes&#8217;...</small></li>
<li><a href='http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html' rel='bookmark' title='Permanent Link: CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance'>CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance</a> <small>Are you using CruiseControl 2.7? Have you inspected the CC...</small></li>
<li><a href='http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html' rel='bookmark' title='Permanent Link: How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS'>How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS</a> <small>Ever run into an ANT compilation or ANT task related...</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>
<li><a href='http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html' rel='bookmark' title='Permanent Link: //projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.'>//projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.</a> <small> Ever run into this error with Perforce&#8217;s &#8216;p4 changes&#8217;...</small></li>
<li><a href='http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html' rel='bookmark' title='Permanent Link: How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS'>How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS</a> <small>Ever run into an ANT compilation or ANT task related...</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 [...]


Related posts:<ol><li><a href='http://allscm.com/archives/cruisecontrols-scheduler-of-multiple-builders.html' rel='bookmark' title='Permanent Link: CruiseControl&#8217;s Scheduler of Multiple Builders'>CruiseControl&#8217;s Scheduler of Multiple Builders</a> <small>Ever run into the problem where you must set multiple...</small></li>
<li><a href='http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html' rel='bookmark' title='Permanent Link: CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance'>CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance</a> <small>Are you using CruiseControl 2.7? Have you inspected the CC...</small></li>
<li><a href='http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html' rel='bookmark' title='Permanent Link: How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS'>How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS</a> <small>Ever run into an ANT compilation or ANT task related...</small></li>
</ol>]]></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 [...]


Related posts:<ol><li><a href='http://allscm.com/archives/weblogics-wlappc-ant-task-compilation-freezinghanging-errors.html' rel='bookmark' title='Permanent Link: WebLogic&#8217;s wlappc ANT Task Compilation Freezing/Hanging Errors'>WebLogic&#8217;s wlappc ANT Task Compilation Freezing/Hanging Errors</a> <small>Wow.   This little problem was extremely tricky to detect &#8212;...</small></li>
<li><a href='http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html' rel='bookmark' title='Permanent Link: CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance'>CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance</a> <small>Are you using CruiseControl 2.7? Have you inspected the CC...</small></li>
<li><a href='http://allscm.com/archives/cruisecontrols-scheduler-of-multiple-builders.html' rel='bookmark' title='Permanent Link: CruiseControl&#8217;s Scheduler of Multiple Builders'>CruiseControl&#8217;s Scheduler of Multiple Builders</a> <small>Ever run into the problem where you must set multiple...</small></li>
</ol>]]></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 [...]


No related posts.]]></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; [...]


Related posts:<ol><li><a href='http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html' rel='bookmark' title='Permanent Link: //projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.'>//projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.</a> <small> Ever run into this error with Perforce&#8217;s &#8216;p4 changes&#8217;...</small></li>
<li><a href='http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html' rel='bookmark' title='Permanent Link: How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS'>How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS</a> <small>Ever run into an ANT compilation or ANT task related...</small></li>
</ol>]]></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 &#8217;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 command on [...]


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>
<li><a href='http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html' rel='bookmark' title='Permanent Link: CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance'>CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance</a> <small>Are you using CruiseControl 2.7? Have you inspected the CC...</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>
		<item>
		<title>Rebirth of AllSCM.com</title>
		<link>http://allscm.com/archives/rebirth-of-allscmcom.html</link>
		<comments>http://allscm.com/archives/rebirth-of-allscmcom.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 21:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=99</guid>
		<description><![CDATA[After being neglected and offline for almost a year, AllSCM.com is making a comeback!  With a new sleek design, and more valuable information you can shake a stick at.  The content distribution will be on a whole new level.  Contents will be organized in major sections that will make navigation much easier and self-guiding for [...]


Related posts:<ol><li><a href='http://allscm.com/archives/release-management-access-control.html' rel='bookmark' title='Permanent Link: Release Management Access Control'>Release Management Access Control</a> <small>Access Control, at first glance seems to be a rather...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/rebirth-of-allscmcom.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collaboration Framework Benefits</title>
		<link>http://allscm.com/archives/collaboration-framework-benefits.html</link>
		<comments>http://allscm.com/archives/collaboration-framework-benefits.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:07:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Collaboration Framework]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=82</guid>
		<description><![CDATA[Collaboration Framework (CFW):  Many organization lack this or have it in one form or another but does not really utilize it to it&#8217;s full potential.  A properly enforced, maintained, and updated CFW fulfills the following:

 Focal Communication Point (think: TWiki)
 Robust and Scalable Backend to Ensure Proper Archiving (think:  mySQL)
 Provides Detail Content for Various [...]


Related posts:<ol><li><a href='http://allscm.com/archives/release-management-access-control.html' rel='bookmark' title='Permanent Link: Release Management Access Control'>Release Management Access Control</a> <small>Access Control, at first glance seems to be a rather...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://allscm.com/archives/collaboration-framework-benefits.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
