<?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: Task tags in Eclipse</title>
	<atom:link href="http://veerasundar.com/blog/2009/01/task-tags-in-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2009/01/task-tags-in-eclipse/</link>
	<description>Java / Web developer</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/01/task-tags-in-eclipse/comment-page-1/#comment-17383</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Thu, 17 Feb 2011 10:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=318#comment-17383</guid>
		<description>Hi Dave,

The TODO tasks won&#039;t appear in your MyLyn task list. You have to manually add the MyLyn tasks.

But, TODO task will be automatically shown in Eclipse built-in &quot;Tasks&quot; view. To see this, go to &quot;Window -&gt; Show view -&gt; Others -&gt; General -&gt; Tasks&quot;</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>The TODO tasks won&#8217;t appear in your MyLyn task list. You have to manually add the MyLyn tasks.</p>
<p>But, TODO task will be automatically shown in Eclipse built-in &#8220;Tasks&#8221; view. To see this, go to &#8220;Window -&gt; Show view -&gt; Others -&gt; General -&gt; Tasks&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://veerasundar.com/blog/2009/01/task-tags-in-eclipse/comment-page-1/#comment-17291</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 16 Feb 2011 16:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=318#comment-17291</guid>
		<description>Hi,

My company has set up mylyn with a bugzilla repository for task tracking. I set up task queries and I can create and modify tasks etc.

However, I cannot see any  //TODO tasks listed in my task list. 

Anybody got any ideas how I might see all my local TODOs? 

TIA.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My company has set up mylyn with a bugzilla repository for task tracking. I set up task queries and I can create and modify tasks etc.</p>
<p>However, I cannot see any  //TODO tasks listed in my task list. </p>
<p>Anybody got any ideas how I might see all my local TODOs? </p>
<p>TIA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/01/task-tags-in-eclipse/comment-page-1/#comment-10448</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Wed, 08 Dec 2010 04:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=318#comment-10448</guid>
		<description>Hi Jeff,

Ideally the Task View window should be updated with the task tags. My suggestions on why it may not be working for you.

1. By default the task tags are *case sensitive*. So, if you have &#039;todo&#039; instead of &#039;TODO&#039;, it won&#039;t show up on the task view. So, try with both formats and see if its working (you can change this behavior by going to &lt;i&gt;Windows -&gt; Preferences -&gt; Java -&gt; Compiler -&gt; Task Tags&lt;/i&gt; and un- checking the option &lt;strong&gt;Case sensitive task tag names&lt;/strong&gt;.
2. Try closing and re-opening the task view panel (which might re-build the task tags index).
3. Also when you add a new task tag (from the Task tag dialog in preferences) the task tags index will be re-built. So try adding a new dummy task tag (which u can remove later) and see if the task tags are updated.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Ideally the Task View window should be updated with the task tags. My suggestions on why it may not be working for you.</p>
<p>1. By default the task tags are *case sensitive*. So, if you have &#8216;todo&#8217; instead of &#8216;TODO&#8217;, it won&#8217;t show up on the task view. So, try with both formats and see if its working (you can change this behavior by going to <i>Windows -> Preferences -> Java -> Compiler -> Task Tags</i> and un- checking the option <strong>Case sensitive task tag names</strong>.<br />
2. Try closing and re-opening the task view panel (which might re-build the task tags index).<br />
3. Also when you add a new task tag (from the Task tag dialog in preferences) the task tags index will be re-built. So try adding a new dummy task tag (which u can remove later) and see if the task tags are updated.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://veerasundar.com/blog/2009/01/task-tags-in-eclipse/comment-page-1/#comment-10397</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 07 Dec 2010 13:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=318#comment-10397</guid>
		<description>&gt; Eclipse will automatically detect these task tags and the it will add a new task to the Tasks view

This doesn&#039;t work for me. I have many TODO tags in my code, but my Tasks view is empty.

I am using Helios Service Release 1.

Do you have any idea how I can make this work?

Thanks!</description>
		<content:encoded><![CDATA[<p>&gt; Eclipse will automatically detect these task tags and the it will add a new task to the Tasks view</p>
<p>This doesn&#8217;t work for me. I have many TODO tags in my code, but my Tasks view is empty.</p>
<p>I am using Helios Service Release 1.</p>
<p>Do you have any idea how I can make this work?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Task tags in Eclipse &#171; Nudelfish&#8217;s Blog</title>
		<link>http://veerasundar.com/blog/2009/01/task-tags-in-eclipse/comment-page-1/#comment-8651</link>
		<dc:creator>Task tags in Eclipse &#171; Nudelfish&#8217;s Blog</dc:creator>
		<pubDate>Wed, 03 Nov 2010 18:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=318#comment-8651</guid>
		<description>[...] Task tags in eclipse    Posted by nudelfish Filed in Allgemein   Leave a Comment &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] Task tags in eclipse    Posted by nudelfish Filed in Allgemein   Leave a Comment &#187; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

