<?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>Infrastructure &#8211; LogSaw Project</title>
	<atom:link href="https://logsaw.sourceforge.io/?feed=rss2&#038;cat=8" rel="self" type="application/rss+xml" />
	<link>https://logsaw.sourceforge.io</link>
	<description>LogSaw - a high-performance log viewer based on Eclipse</description>
	<lastBuildDate>Wed, 19 Dec 2012 00:45:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>On the benefits of the Maven switch</title>
		<link>https://logsaw.sourceforge.io/?p=307</link>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Wed, 19 Dec 2012 00:33:58 +0000</pubDate>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Tycho]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=307</guid>

					<description><![CDATA[One of the really cool things about Maven is how well-supported it is. Ironically, I realized this while trying to figure out how to solve a bug in Maven-Tycho. Long story short: My build machine at home is running Windows and that is causing troubles with Tycho doing cross-platform builds on it. For several reasons, &#8230; <a href="https://logsaw.sourceforge.io/?p=307" class="more-link">Continue reading<span class="screen-reader-text"> "On the benefits of the Maven switch"</span></a>]]></description>
										<content:encoded><![CDATA[<p>One of the really cool things about Maven is how well-supported it is. Ironically, I realized this while trying to figure out how to solve a bug in Maven-Tycho.<br />
Long story short: My build machine at home is running Windows and that is <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=355370">causing troubles</a> with Tycho doing cross-platform builds on it.</p>
<p>For several reasons, switching the OS is not an option for me and so I went on looking for alternatives. I came across <a href="https://www.cloudbees.com/">CloudBees</a>, which &#8212; as their company name suggests &#8212; are offering a bunch of services in the cloud. Most notably, a free Jenkins instance.</p>
<p>The service works suprisingly well so far. And thanks to the power of Maven, setting it up was a breeze. A picture tells a thousand words <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
<figure id="attachment_308" aria-describedby="caption-attachment-308" style="width: 300px" class="wp-caption aligncenter"><a href="http://logsaw.sourceforge.net/wp-content/uploads/2012/12/cloudbees.png"><img fetchpriority="high" decoding="async" src="http://logsaw.sourceforge.net/wp-content/uploads/2012/12/cloudbees-300x215.png" alt="" title="cloudbees" width="300" height="215" class="size-medium wp-image-308" srcset="https://logsaw.sourceforge.io/wp-content/uploads/2012/12/cloudbees-300x215.png 300w, https://logsaw.sourceforge.io/wp-content/uploads/2012/12/cloudbees-1024x734.png 1024w, https://logsaw.sourceforge.io/wp-content/uploads/2012/12/cloudbees.png 1042w" sizes="(max-width: 300px) 85vw, 300px" /></a><figcaption id="caption-attachment-308" class="wp-caption-text">CloudBees Jenkins instance</figcaption></figure></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Building instructions updated for Maven-Tycho</title>
		<link>https://logsaw.sourceforge.io/?p=302</link>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Sat, 29 Sep 2012 10:45:38 +0000</pubDate>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Tycho]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=302</guid>

					<description><![CDATA[I have finally updated the building instructions page for the new Tycho-based build process. There are still some outstanding issues with this new build process though: p2.inf touchpoints are not picked up anymore version and build number expansion doesn&#8217;t work anymore But I think these remaining issues should be fixable with reasonable effort.]]></description>
										<content:encoded><![CDATA[<p>I have finally updated the <a href="http://logsaw.sourceforge.net/?page_id=260">building instructions</a> page for the new Tycho-based build process. There are still some outstanding issues with this new build process though:</p>
<ul>
<li>p2.inf touchpoints are not picked up anymore</li>
<li>version and build number expansion doesn&#8217;t work anymore</li>
</ul>
<p>But I think these remaining issues should be fixable with reasonable effort.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Migration to Maven-Tycho</title>
		<link>https://logsaw.sourceforge.io/?p=299</link>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Tue, 24 Jul 2012 22:51:00 +0000</pubDate>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Tycho]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=299</guid>

					<description><![CDATA[Tonight, I have started migrating the build infrastructure behind LogSaw from Buckminster to Maven-Tycho. Please note that you may experience weird problems until all kinks are sorted out. I will keep you posted.]]></description>
										<content:encoded><![CDATA[<p>Tonight, I have started migrating the build infrastructure behind LogSaw from Buckminster to <a href="http://eclipse.org/tycho/">Maven-Tycho</a>. Please note that you may experience weird problems until all kinks are sorted out. I will keep you posted.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Build infrastructure changes</title>
		<link>https://logsaw.sourceforge.io/?p=277</link>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Sat, 22 Oct 2011 15:53:11 +0000</pubDate>
				<category><![CDATA[Buckminster]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=277</guid>

					<description><![CDATA[First of all, sorry for the slow updates! I&#8217;ve been quite busy lately, and LogSaw already does pretty much all I need, so the pressure for me to make changes has been quite low. Though, it&#8217;s still all alive and development should continue soon 🙂 I have been playing around with Buckminster some more recently, &#8230; <a href="https://logsaw.sourceforge.io/?p=277" class="more-link">Continue reading<span class="screen-reader-text"> "Build infrastructure changes"</span></a>]]></description>
										<content:encoded><![CDATA[<p>First of all, sorry for the slow updates! I&#8217;ve been quite busy lately, and LogSaw already does pretty much all I need, so the pressure for me to make changes has been quite low. Though, it&#8217;s still all alive and development should continue soon <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I have been playing around with Buckminster some more recently, and I ended up making the whole development process alot easier (did I already mention, that I really like Bucky?). So, if you ever wanted to play around with the LogSaw source yourself, but were unsure on how to get started: The new <a href="http://logsaw.sourceforge.net/?page_id=260">Building LogSaw</a> tutorial should help you to get started.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Switch to Git SCM completed</title>
		<link>https://logsaw.sourceforge.io/?p=254</link>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Wed, 16 Mar 2011 23:22:45 +0000</pubDate>
				<category><![CDATA[Infrastructure]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=254</guid>

					<description><![CDATA[I have just completed moving the source code to Git SCM. The master repository is now hosted on GitHub. However, a clone of it is also hosted on SourceForge because it doesn&#8217;t allow to point to an external Git repo only. Then again, Git is very capable in terms of syncing multiple repos so this &#8230; <a href="https://logsaw.sourceforge.io/?p=254" class="more-link">Continue reading<span class="screen-reader-text"> "Switch to Git SCM completed"</span></a>]]></description>
										<content:encoded><![CDATA[<p>I have just completed moving the source code to Git SCM. The master repository is now hosted on <a href="https://github.com/logsaw/logsaw-app">GitHub</a>. However, a clone of it is also hosted on <a href="git://logsaw.git.sourceforge.net/gitroot/logsaw/logsaw">SourceForge</a> because it doesn&#8217;t allow to point to an external Git repo only.</p>
<p>Then again, Git is very capable in terms of syncing multiple repos so this shouldn&#8217;t be much of an issue <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
