<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Hidden Clause</title>
	<atom:link href="http://cvalcarcel.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cvalcarcel.wordpress.com</link>
	<description>Lessons From Behind The Curtain</description>
	<lastBuildDate>Thu, 21 Feb 2013 22:53:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on ECJ: A First/Simple Tutorial by gif</title>
		<link>http://cvalcarcel.wordpress.com/2009/08/22/ecj-a-firstsimple-tutorial/#comment-959</link>
		<dc:creator><![CDATA[gif]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 22:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=243#comment-959</guid>
		<description><![CDATA[great tutorial ! this is very helpful for me to start using ECJ. thanks !]]></description>
		<content:encoded><![CDATA[<p>great tutorial ! this is very helpful for me to start using ECJ. thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing an Eclipse Plug-in (Part 2): Creating a custom project in Eclipse &#8211; Adding to the New Project Wizard by elFarto</title>
		<link>http://cvalcarcel.wordpress.com/2009/07/11/writing-an-eclipse-plug-in-part-2-creating-a-custom-project-in-eclipse-adding-to-the-new-project-wizard/#comment-958</link>
		<dc:creator><![CDATA[elFarto]]></dc:creator>
		<pubDate>Fri, 15 Feb 2013 20:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=102#comment-958</guid>
		<description><![CDATA[Add org.eclipse.ui.ide to the plug-in dependencies.]]></description>
		<content:encoded><![CDATA[<p>Add org.eclipse.ui.ide to the plug-in dependencies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing an Eclipse Plug-in (Part 4): Create a Custom Project in Eclipse &#8211; New Project Wizard: the Behavior by FrancisANDRE</title>
		<link>http://cvalcarcel.wordpress.com/2009/07/26/writing-an-eclipse-plug-in-part-4-create-a-custom-project-in-eclipse-new-project-wizard-the-behavior/#comment-957</link>
		<dc:creator><![CDATA[FrancisANDRE]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 17:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=137#comment-957</guid>
		<description><![CDATA[Hi Carlos

I forgot also to mention that the workspaceFilePath should also be customized to fit the local Eclipse machine. I would suggest to use &quot;C:/TEMP/customws&quot; on Windows.]]></description>
		<content:encoded><![CDATA[<p>Hi Carlos</p>
<p>I forgot also to mention that the workspaceFilePath should also be customized to fit the local Eclipse machine. I would suggest to use &#8220;C:/TEMP/customws&#8221; on Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing an Eclipse Plug-in (Part 4): Create a Custom Project in Eclipse &#8211; New Project Wizard: the Behavior by FrancisANDRE</title>
		<link>http://cvalcarcel.wordpress.com/2009/07/26/writing-an-eclipse-plug-in-part-4-create-a-custom-project-in-eclipse-new-project-wizard-the-behavior/#comment-956</link>
		<dc:creator><![CDATA[FrancisANDRE]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 17:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=137#comment-956</guid>
		<description><![CDATA[Hi

JUnit complains about a ‘NoClassDefFoundError: customplugin/projects/CustomProjectSupport’ in method ‘assertProjectDotFileAndStructureAndNatureExist’.

For solving this issue, one should make customplugin as a required plug-ins dependencies in the customplugin.test plugin.xml]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>JUnit complains about a ‘NoClassDefFoundError: customplugin/projects/CustomProjectSupport’ in method ‘assertProjectDotFileAndStructureAndNatureExist’.</p>
<p>For solving this issue, one should make customplugin as a required plug-ins dependencies in the customplugin.test plugin.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing an Eclipse Plug-in (Part 1)- What I&#8217;m going to do by TestEd &#8211; an Eclipse plugin &#124; Christoffer Holmstedt</title>
		<link>http://cvalcarcel.wordpress.com/2009/07/08/writing-an-eclipse-plug-in-part-1-what-im-going-to-do/#comment-955</link>
		<dc:creator><![CDATA[TestEd &#8211; an Eclipse plugin &#124; Christoffer Holmstedt]]></dc:creator>
		<pubDate>Tue, 12 Feb 2013 15:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=92#comment-955</guid>
		<description><![CDATA[[...] 1 &#8211; Mária Jurčovičová Tutorial 2 &#8211; cvalcarcel Tutorial 3 &#8211; Steffen [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 1 &#8211; Mária Jurčovičová Tutorial 2 &#8211; cvalcarcel Tutorial 3 &#8211; Steffen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing an Eclipse Plug-in (Part 2): Creating a custom project in Eclipse &#8211; Adding to the New Project Wizard by &#187; Building an Eclipse Plug-in Project Wizard Linux Sagas</title>
		<link>http://cvalcarcel.wordpress.com/2009/07/11/writing-an-eclipse-plug-in-part-2-creating-a-custom-project-in-eclipse-adding-to-the-new-project-wizard/#comment-947</link>
		<dc:creator><![CDATA[&#187; Building an Eclipse Plug-in Project Wizard Linux Sagas]]></dc:creator>
		<pubDate>Fri, 18 Jan 2013 02:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=102#comment-947</guid>
		<description><![CDATA[[...] found this really great article at Hidden Clause called Writing an Eclipse Plug-in (Part 2): Creating a custom project in Eclipse – Adding to the New Proj....  My only problem with it is that I am using a newer version of Eclipse, and I really needed [...]]]></description>
		<content:encoded><![CDATA[<p>[...] found this really great article at Hidden Clause called Writing an Eclipse Plug-in (Part 2): Creating a custom project in Eclipse – Adding to the New Proj&#8230;.  My only problem with it is that I am using a newer version of Eclipse, and I really needed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing an Eclipse Plug-in (Part 23): Common Navigator: Rewriting History by David</title>
		<link>http://cvalcarcel.wordpress.com/2010/08/14/writing-an-eclipse-plug-in-part-23-common-navigator-rewriting-history/#comment-945</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 10 Jan 2013 18:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=1334#comment-945</guid>
		<description><![CDATA[Hi man,

This is the best eclipse plugin tutorial I have ever read. Eclipse should give you an award as they did to Lars Vogel. It really helped new biginners in eclipse plugin development like me.

I have some questin for you: Can I add some custom fields in the project creatino wizard (such as using Struts or JFS? if JFS, create some JSF files. If Struts, create some Struts files, etc.). If yes, how can i do it?

Thanks you so much!]]></description>
		<content:encoded><![CDATA[<p>Hi man,</p>
<p>This is the best eclipse plugin tutorial I have ever read. Eclipse should give you an award as they did to Lars Vogel. It really helped new biginners in eclipse plugin development like me.</p>
<p>I have some questin for you: Can I add some custom fields in the project creatino wizard (such as using Struts or JFS? if JFS, create some JSF files. If Struts, create some Struts files, etc.). If yes, how can i do it?</p>
<p>Thanks you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kubuntu 11.10: Mapping the Windows Key to Activate KMenu by Murz</title>
		<link>http://cvalcarcel.wordpress.com/2012/01/07/kubuntu-11-10-mapping-the-windows-key-to-activate-kmenu/#comment-944</link>
		<dc:creator><![CDATA[Murz]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 08:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=1622#comment-944</guid>
		<description><![CDATA[I have found the very good solution for this problem, it is described on page http://hanschen.org/2012/10/17/open-application-launcher-with-super-key/]]></description>
		<content:encoded><![CDATA[<p>I have found the very good solution for this problem, it is described on page <a href="http://hanschen.org/2012/10/17/open-application-launcher-with-super-key/" rel="nofollow">http://hanschen.org/2012/10/17/open-application-launcher-with-super-key/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kubuntu 11.10: Mapping the Windows Key to Activate KMenu by Murz</title>
		<link>http://cvalcarcel.wordpress.com/2012/01/07/kubuntu-11-10-mapping-the-windows-key-to-activate-kmenu/#comment-943</link>
		<dc:creator><![CDATA[Murz]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 05:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=1622#comment-943</guid>
		<description><![CDATA[istok, thanks, this way works, but it broke other win+key combinations, for example - win+R, win+D and other, so we can use only single Win keypres or Win with other keys, but not together :(]]></description>
		<content:encoded><![CDATA[<p>istok, thanks, this way works, but it broke other win+key combinations, for example &#8211; win+R, win+D and other, so we can use only single Win keypres or Win with other keys, but not together <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing an Eclipse Plug-in: The Missing Zip Files by Peter</title>
		<link>http://cvalcarcel.wordpress.com/2010/06/29/writing-an-eclipse-plug-in-the-missing-zip-files/#comment-942</link>
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 07 Jan 2013 14:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://cvalcarcel.wordpress.com/?p=1209#comment-942</guid>
		<description><![CDATA[Link for Part 13 is still down :(]]></description>
		<content:encoded><![CDATA[<p>Link for Part 13 is still down <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
