<?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>Eclipse &#8211; LogSaw Project</title>
	<atom:link href="https://logsaw.sourceforge.io/?feed=rss2&#038;cat=5" 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>RCP Product configuration best practice with Buckminster</title>
		<link>https://logsaw.sourceforge.io/?p=208</link>
					<comments>https://logsaw.sourceforge.io/?p=208#comments</comments>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Sat, 27 Nov 2010 22:07:24 +0000</pubDate>
				<category><![CDATA[Buckminster]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=208</guid>

					<description><![CDATA[P2 update should work now, after I have changed the product configuration to follow a standard layout that is recommended by the Buckminster folks. The configuration is depicted in the diagram shown above. For building, we first import site.feature. This feature in turn includes the product.feature and buckminster.cspex that will contribute the create.product and create.product.zip &#8230; <a href="https://logsaw.sourceforge.io/?p=208" class="more-link">Continue reading<span class="screen-reader-text"> "RCP Product configuration best practice with Buckminster"</span></a>]]></description>
										<content:encoded><![CDATA[<p>P2 update should work now, after I have changed the product configuration to follow a standard layout that is recommended by the Buckminster folks.<br />
<figure id="attachment_226" aria-describedby="caption-attachment-226" style="width: 300px" class="wp-caption aligncenter"><a href="http://logsaw.sourceforge.net/wp-content/uploads/2010/11/product_configuration.png"><img decoding="async" src="http://logsaw.sourceforge.net/wp-content/uploads/2010/11/product_configuration-300x297.png" alt="" title="product_configuration" width="300" height="297" class="size-medium wp-image-226" srcset="https://logsaw.sourceforge.io/wp-content/uploads/2010/11/product_configuration-300x297.png 300w, https://logsaw.sourceforge.io/wp-content/uploads/2010/11/product_configuration-150x150.png 150w, https://logsaw.sourceforge.io/wp-content/uploads/2010/11/product_configuration.png 541w" sizes="(max-width: 300px) 85vw, 300px" /></a><figcaption id="caption-attachment-226" class="wp-caption-text">RCP Product configuration best practice</figcaption></figure>The configuration is depicted in the diagram shown above. For building, we first import site.feature. This feature in turn includes the product.feature and buckminster.cspex that will contribute the create.product and create.product.zip Buckminster actions.<br />
<span id="more-208"></span><br />
Next, the product feature includes all the components that make up the actual product. Most notably, it also contains the product definition itself. This product definition is based solely on the product feature and has no version defined. Because of this, the product version will be copied from the product feature which makes the whole versioning more simple and easier to grasp.<br />
<!--more--><br />
Finally, using Buckminsters built-in qualifier replacement, the qualifier part of the product feature and plugins will be replaced using the SVN revision number. This will ensure that updates are found and only those parts are updated that have changed.<br />
<!--more--><br />
That&#8217;s about it, I hope this info will help out someone or another <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>
					
					<wfw:commentRss>https://logsaw.sourceforge.io/?feed=rss2&#038;p=208</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Eclipse Helios SR1 out now!</title>
		<link>https://logsaw.sourceforge.io/?p=177</link>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 23:14:12 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=177</guid>

					<description><![CDATA[The Eclipse folks have unleashed Helios SR1 to the masses. You can snag the bits right here. I have also upgraded the LogSaw target platform to point to the new feature versions, and let my Hudson spill out a new build &#8212; which is looking good so far 🙂 Speaking of LogSaw, the next public &#8230; <a href="https://logsaw.sourceforge.io/?p=177" class="more-link">Continue reading<span class="screen-reader-text"> "Eclipse Helios SR1 out now!"</span></a>]]></description>
										<content:encoded><![CDATA[<p>The Eclipse folks have unleashed Helios SR1 to the masses. You can snag the bits <a href="http://www.eclipse.org/downloads/">right here</a>.</p>
<p>I have also upgraded the LogSaw target platform to point to the new feature versions, and let my Hudson spill out a new build &#8212; which is looking good so far <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>Speaking of LogSaw, the next public release will probably be dubbed as Release Candidate and is currently scheduled for sometime early October.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Taskbar progress with Eclipse RCP 3.6</title>
		<link>https://logsaw.sourceforge.io/?p=156</link>
					<comments>https://logsaw.sourceforge.io/?p=156#comments</comments>
		
		<dc:creator><![CDATA[philippn]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 07:37:51 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<guid isPermaLink="false">http://logsaw.sourceforge.net/?p=156</guid>

					<description><![CDATA[A few days ago Eclipse 3.6 aka Helios has been released and after playing around with it for a bit I realized that the update isn&#8217;t much of an issue. So, in trunk we are now building against Eclipse platform 3.6 and Buckminster 3.6 in case you wonder. The only real change I did was &#8230; <a href="https://logsaw.sourceforge.io/?p=156" class="more-link">Continue reading<span class="screen-reader-text"> "Taskbar progress with Eclipse RCP 3.6"</span></a>]]></description>
										<content:encoded><![CDATA[<p>A few days ago <a href="http://www.eclipse.org/downloads/">Eclipse 3.6 aka Helios</a> has been released and after playing around with it for a bit I realized that the update isn&#8217;t much of an issue. So, in trunk we are now building against Eclipse platform 3.6 and Buckminster 3.6 in case you wonder.</p>
<p>The only <em>real</em> change I did was enabling the taskbar progress feature that is present for Windows 7 and certain MacOS X versions. That&#8217;s pretty neat stuff and really simple to do too if you are working with jobs:<br />
<code><br />
job.setProperty(IProgressConstants2.SHOW_IN_TASKBAR_ICON_PROPERTY, true);<br />
</code></p>
<figure id="attachment_155" aria-describedby="caption-attachment-155" style="width: 139px" class="wp-caption aligncenter"><a href="http://logsaw.sourceforge.net/wp-content/uploads/2010/06/taskbar_progress.png"><img decoding="async" src="http://logsaw.sourceforge.net/wp-content/uploads/2010/06/taskbar_progress.png" alt="" title="taskbar_progress" width="139" height="100" class="size-full wp-image-155" /></a><figcaption id="caption-attachment-155" class="wp-caption-text">Showing progress in the taskbar (Win7)</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://logsaw.sourceforge.io/?feed=rss2&#038;p=156</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
