<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Version Labeling and Continuous Frustration</title>
	<atom:link href="http://www.spiderstrategies.com/blog/index.php/2007/04/version-labeling-and-continuous-frustration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spiderstrategies.com/blog/index.php/2007/04/version-labeling-and-continuous-frustration/</link>
	<description>Notes on Performance Management and writing the software behind it</description>
	<lastBuildDate>Thu, 02 Sep 2010 07:05:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keith</title>
		<link>http://www.spiderstrategies.com/blog/index.php/2007/04/version-labeling-and-continuous-frustration/comment-page-1/#comment-1213</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 15 Apr 2007 16:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderstrategies.com/blog/?p=37#comment-1213</guid>
		<description>First, I would have CI engines consider the build to start with its invocation of &quot;ant&quot; (or maven, bash script, etc).  Starting with a project&#039;s update/checkout is absurd (how can you start a build with nothing to build?).

Secondly, I would somehow enable properties defined by my build.xml to be easily passed-back to the CI&#039;s wrapper.  Currently property definitions seem to be one way -- I can have a CI wrapper pass properties to my build, but I can&#039;t have my build pass properties back to the wrapper.  That way, I could instruct the CI Engine to use my &quot;${build.label}&quot;, generated during the course of my build, as the version label.</description>
		<content:encoded><![CDATA[<p>First, I would have CI engines consider the build to start with its invocation of &#8220;ant&#8221; (or maven, bash script, etc).  Starting with a project&#8217;s update/checkout is absurd (how can you start a build with nothing to build?).</p>
<p>Secondly, I would somehow enable properties defined by my build.xml to be easily passed-back to the CI&#8217;s wrapper.  Currently property definitions seem to be one way &#8212; I can have a CI wrapper pass properties to my build, but I can&#8217;t have my build pass properties back to the wrapper.  That way, I could instruct the CI Engine to use my &#8220;${build.label}&#8221;, generated during the course of my build, as the version label.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Yip</title>
		<link>http://www.spiderstrategies.com/blog/index.php/2007/04/version-labeling-and-continuous-frustration/comment-page-1/#comment-1193</link>
		<dc:creator>Jason Yip</dc:creator>
		<pubDate>Sat, 14 Apr 2007 00:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderstrategies.com/blog/?p=37#comment-1193</guid>
		<description>Ideally, how would you want it to work?</description>
		<content:encoded><![CDATA[<p>Ideally, how would you want it to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-04-12 &#124; Urubatan`s Weblog</title>
		<link>http://www.spiderstrategies.com/blog/index.php/2007/04/version-labeling-and-continuous-frustration/comment-page-1/#comment-1168</link>
		<dc:creator>links for 2007-04-12 &#124; Urubatan`s Weblog</dc:creator>
		<pubDate>Thu, 12 Apr 2007 10:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderstrategies.com/blog/?p=37#comment-1168</guid>
		<description>[...] Version Labeling and Continuous Frustration [...]</description>
		<content:encoded><![CDATA[<p>[...] Version Labeling and Continuous Frustration [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnonymousJavaProgrammer</title>
		<link>http://www.spiderstrategies.com/blog/index.php/2007/04/version-labeling-and-continuous-frustration/comment-page-1/#comment-1160</link>
		<dc:creator>AnonymousJavaProgrammer</dc:creator>
		<pubDate>Wed, 11 Apr 2007 16:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderstrategies.com/blog/?p=37#comment-1160</guid>
		<description>I have a similar situation. I use the Ant buildnum task in my build.xml script. I want to checkout the HEAD, use buildnum to get a unique build number, and then use &#039;cvs tag&#039; to tag the artifacts associated with my build.</description>
		<content:encoded><![CDATA[<p>I have a similar situation. I use the Ant buildnum task in my build.xml script. I want to checkout the HEAD, use buildnum to get a unique build number, and then use &#8216;cvs tag&#8217; to tag the artifacts associated with my build.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
