<?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 &#187; Build Framework</title>
	<atom:link href="http://allscm.com/archives/category/build-framework/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>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>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>Build Reproducibility Problem</title>
		<link>http://allscm.com/archives/build-reproducibility-problem.html</link>
		<comments>http://allscm.com/archives/build-reproducibility-problem.html#comments</comments>
		<pubDate>Mon, 14 Apr 2008 09:51:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Build Framework]]></category>
		<category><![CDATA[Release Framework]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=69</guid>
		<description><![CDATA[I&#8217;ve seen a lot of organizations running into this problem such that their build environment gets to a point where it is so complicated that the best way to preserve it is through archiving the image.  I&#8217;m talking about archiving the entire build machine using image tools such as Norton Ghost, VMWare, or Microsoft VirtualPC.  [...]


No related posts.]]></description>
		<wfw:commentRss>http://allscm.com/archives/build-reproducibility-problem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Do Build Dependency</title>
		<link>http://allscm.com/archives/how-to-do-build-dependency.html</link>
		<comments>http://allscm.com/archives/how-to-do-build-dependency.html#comments</comments>
		<pubDate>Tue, 12 Feb 2008 09:45:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Build Framework]]></category>
		<category><![CDATA[Continuous Integration]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=62</guid>
		<description><![CDATA[Awhile back when I was implementing a particular build into the CI model, I ran into a dependency debate; both with my own as well as the development group.  The project (A) in question has a lib dependency on another project (B).   The difference in view came when I suggested for A to depend [...]


No related posts.]]></description>
		<wfw:commentRss>http://allscm.com/archives/how-to-do-build-dependency.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project Build Dependencies in CruiseControl.NET</title>
		<link>http://allscm.com/archives/project-build-dependencies-in-cruisecontrolnet.html</link>
		<comments>http://allscm.com/archives/project-build-dependencies-in-cruisecontrolnet.html#comments</comments>
		<pubDate>Wed, 30 Jan 2008 09:03:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Build Framework]]></category>
		<category><![CDATA[Continuous Integration]]></category>

		<guid isPermaLink="false">http://allscm.com/?p=44</guid>
		<description><![CDATA[CruiseControl.NET allows you to trigger a build base on another build&#8217;s successful completion. This is useful in that it allows builds with dependencies to be fully automated. When one is built successfully, another or more will be triggered. Here is an example code snippet: Within the &#60;triggers&#62; block, you can add an additional trigger similar [...]


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/project-build-dependencies-in-cruisecontrolnet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
