<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Build and Release Management</title>
	<link>http://allscm.com</link>
	<description>SCM Unleashed!</description>
	<lastBuildDate>Tue, 29 Jun 2010 20:13:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>No &#8216;Plugin-Class&#8217; entry in the manifest of &#8230;.hpi</title>
		<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>
		<link>http://allscm.com/archives/no-plugin-class-entry-in-the-manifest-of-hpi.html</link>
			</item>
	<item>
		<title>Perforce password (P4PASSWD) invalid or unset error</title>
		<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>
		<link>http://allscm.com/archives/perforce-password-p4passwd-invalid-or-unset-error.html</link>
			</item>
	<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 [...]


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>
		<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: [...]


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>
		<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>
</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 [...]


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


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


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>
		<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; uselogger=&#34;true&#34; usedebug=&#34;false&#34;/&#62; [...]


No related posts.]]></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 &#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>
		<link>http://allscm.com/archives/projectfoobar-must-refer-to-client-2.html</link>
			</item>
</channel>
</rss>
