<?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>Johlero - Cardoen Lieven &#187; Continuous Integration</title>
	<atom:link href="http://blog.johlero.eu/category/continuousintegration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johlero.eu</link>
	<description>Software development</description>
	<lastBuildDate>Sun, 25 Jul 2010 16:52:00 +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>Database version control MSSQL C#[dot]NET Program</title>
		<link>http://blog.johlero.eu/2009/11/05/database-version-control-mssql-cdotnet-program/</link>
		<comments>http://blog.johlero.eu/2009/11/05/database-version-control-mssql-cdotnet-program/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:08:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Version Control]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Jeff Atwood]]></category>
		<category><![CDATA[MSSQLServer]]></category>
		<category><![CDATA[update scripts]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=465</guid>
		<description><![CDATA[Some time ago I read an article on the importance of version control for databases by Jeff Atwood. I knew that in our team we had to start using something like this because updating different databases to a new release took a lot of time. We always used sql compare to look for the difference [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2009/11/05/database-version-control-mssql-cdotnet-program/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Branch/Tag multiple repos (SubVersion)</title>
		<link>http://blog.johlero.eu/2009/03/09/branch-multiple-repos-subversion/</link>
		<comments>http://blog.johlero.eu/2009/03/09/branch-multiple-repos-subversion/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 20:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Svn]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=317</guid>
		<description><![CDATA[For our product we have several repos that all need to be branched when releasing a stable version. Manually doing this takes a lot of time and because of that I created an ant-script that does this. There are four main public targets and four main private targets: A public target to create branches and [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2009/03/09/branch-multiple-repos-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant Replace Multiple Lines of Text</title>
		<link>http://blog.johlero.eu/2008/10/25/ant-replace-multiple-lines-of-text/</link>
		<comments>http://blog.johlero.eu/2008/10/25/ant-replace-multiple-lines-of-text/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 07:44:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[replaceregexp]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=208</guid>
		<description><![CDATA[Yesterday I needed to uncomment multiple lines in the applicationcontext of a Prana XML. After some searching I found the Ant Task I needed: replaceregexp. Threre were four blocks that I needed to uncomment: PLAIN TEXT XML: ... &#60;/value&#62; &#60;value&#62; &#160; &#160; &#60;object&#160;class="edumatic.backoffice.view.modules.NavigationModuleInfo"&#62; &#160; &#160; &#160; &#160; &#60;property name="url" &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2008/10/25/ant-replace-multiple-lines-of-text/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SvnAnt</title>
		<link>http://blog.johlero.eu/2008/10/04/svnant/</link>
		<comments>http://blog.johlero.eu/2008/10/04/svnant/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 12:52:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Svn]]></category>
		<category><![CDATA[SvnAnt]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=193</guid>
		<description><![CDATA[Yesterday I had some problems installing SvnAnt. When I used the SvnAnt 1.0.0 (bound against subversion 1.3.1) Release I got this error running a svn ant task: Part of Ant-script: PLAIN TEXT XML: &#60;path id="all-java-libs"&#62; &#160; &#160; &#60;fileset dir="${lib.dir}"&#62; &#160; &#160; &#160; &#160; &#60;include name="**/*.jar"/&#62; &#160; &#160; &#60;/fileset&#62; &#60;/path&#62; &#160; &#60;taskdef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="all-java-libs"/&#62; &#160; &#60;svn&#62; [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2008/10/04/svnant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
