<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Build and Release Management</title>
	<link>http://allscm.com</link>
	<description>SCM Unleashed!</description>
	<lastBuildDate>Fri, 12 Feb 2010 01:23:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to Escape {&#8220;&#8216;&amp;} Characters in ANT</title>
		<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>
		<link>http://allscm.com/archives/how-to-escape-characters-in-ant.html</link>
			</item>
	<item>
		<title>Importing a new Project in Perforce</title>
		<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>
		<link>http://allscm.com/archives/perforce-error-in-client-specification-mapping-some_directory-is-not-under-some_depot.html</link>
			</item>
	<item>
		<title>CruiseControl 2.7 Error: atusReportTask- Failed to reach dashboard instance</title>
		<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>
		<link>http://allscm.com/archives/cruisecontrol-27-error-atusreporttask-failed-to-reach-dashboard-instance.html</link>
			</item>
	<item>
		<title>WebLogic&#8217;s wlappc ANT Task Compilation Freezing/Hanging Errors</title>
		<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>
		<link>http://allscm.com/archives/weblogics-wlappc-ant-task-compilation-freezinghanging-errors.html</link>
			</item>
	<item>
		<title>How To Increase Heap Size for ANT&#8217;s OutOfMemory Error using ANT_OPTS</title>
		<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>
		<link>http://allscm.com/archives/how-to-increase-heap-size-for-ants-outofmemory-error-using-ant_opts.html</link>
			</item>
	<item>
		<title>Release Management Access Control</title>
		<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>
		<link>http://allscm.com/archives/release-management-access-control.html</link>
			</item>
	<item>
		<title>CruiseControl&#8217;s Scheduler of Multiple Builders</title>
		<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>
		<link>http://allscm.com/archives/cruisecontrols-scheduler-of-multiple-builders.html</link>
			</item>
	<item>
		<title>//projectfoo/bar/&#8230; &#8211; must refer to client &#8216;p4_client&#8217;.</title>
		<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>
		<link>http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html</link>
			</item>
	<item>
		<title>Rebirth of AllSCM.com</title>
		<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>
		<link>http://allscm.com/archives/rebirth-of-allscmcom.html</link>
			</item>
	<item>
		<title>Collaboration Framework Benefits</title>
		<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>
		<link>http://allscm.com/archives/collaboration-framework-benefits.html</link>
			</item>
</channel>
</rss>
