<?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"
	>
<channel>
	<title>Comments on: JBoss Tools Properties Editor Surprise</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<pubDate>Sat, 05 Jul 2008 18:37:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-4784</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Wed, 26 Mar 2008 18:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-4784</guid>
		<description>It's part of JBoss Tools:

&lt;a href="http://labs.jboss.com/tools/" rel="nofollow"&gt;http://labs.jboss.com/tools/&lt;/a&gt;

I have the update URL above, and links to the Resource Bundle Editor are above as well.</description>
		<content:encoded><![CDATA[<p>It&#8217;s part of JBoss Tools:</p>
<p><a href="http://labs.jboss.com/tools/" rel="nofollow">http://labs.jboss.com/tools/</a></p>
<p>I have the update URL above, and links to the Resource Bundle Editor are above as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divya</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-4778</link>
		<dc:creator>Divya</dc:creator>
		<pubDate>Wed, 26 Mar 2008 09:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-4778</guid>
		<description>how can I download Red Hat editor?
how to use this editor?</description>
		<content:encoded><![CDATA[<p>how can I download Red Hat editor?<br />
how to use this editor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-1518</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Tue, 04 Sep 2007 16:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-1518</guid>
		<description>Looks like fixes were just checked in.  That's why I love open source projects.

&lt;a href="http://jira.jboss.com/jira/browse/JBIDE-804?page=all" target="_new" rel="nofollow"&gt;http://jira.jboss.com/jira/browse/JBIDE-804?page=all&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Looks like fixes were just checked in.  That&#8217;s why I love open source projects.</p>
<p><a href="http://jira.jboss.com/jira/browse/JBIDE-804?page=all" target="_new" rel="nofollow">http://jira.jboss.com/jira/browse/JBIDE-804?page=all</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-1453</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Tue, 21 Aug 2007 00:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-1453</guid>
		<description>JBoss ticket:

&lt;a href="http://jira.jboss.com/jira/browse/JBIDE-804" target="_new" rel="nofollow"&gt;http://jira.jboss.com/jira/browse/JBIDE-804&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>JBoss ticket:</p>
<p><a href="http://jira.jboss.com/jira/browse/JBIDE-804" target="_new" rel="nofollow">http://jira.jboss.com/jira/browse/JBIDE-804</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-1452</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Mon, 20 Aug 2007 18:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properties-editor-surprise.html#comment-1452</guid>
		<description>So this may not be a bug so much as some oddness and interaction between this editor plugin and the &lt;a href="http://www.resourcebundleeditor.com/" rel="nofollow"&gt;resource bundle editor plugin&lt;/a&gt; I use for managing the 26 languages, and growing, of &lt;a href="http://10minutemail.com" rel="nofollow"&gt;10MinuteMail&lt;/a&gt;.

Basically the resource bundle editor uses a space-equals-space to separate keys from values.  " = ".   This is how Sun's examples of resource bundle properties file look so that seems reasonable.  However, the Red Hat editor goes by the strict definition of a Java Properties file, which lets you use spaces as the delimiter, and ignore any immediately subsequent delimiters.  It then rewrites the delimiter to only the first valid delimiter it finds, which in this case is a space " ".  

Then, the resource bundle editor apparently can't handle spaces as delimiters, in violation of the spec apparently, and can't handle the newly formatted properties files.

I have a bug open with the resource bundle editor here:

&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&#38;atid=701316&#38;aid=1777814&#38;group_id=125041" rel="nofollow"&gt;http://sourceforge.net/tracker/index.php?func=detail&#38;atid=701316&#38;aid=1777814&#38;group_id=125041&lt;/a&gt;

And will also be opening a Jira ticket asking that the Red Hat editor leave in the complete set of adjacent delimiters it finds.</description>
		<content:encoded><![CDATA[<p>So this may not be a bug so much as some oddness and interaction between this editor plugin and the <a href="http://www.resourcebundleeditor.com/" rel="nofollow">resource bundle editor plugin</a> I use for managing the 26 languages, and growing, of <a href="http://10minutemail.com" rel="nofollow">10MinuteMail</a>.</p>
<p>Basically the resource bundle editor uses a space-equals-space to separate keys from values.  &#8221; = &#8220;.   This is how Sun&#8217;s examples of resource bundle properties file look so that seems reasonable.  However, the Red Hat editor goes by the strict definition of a Java Properties file, which lets you use spaces as the delimiter, and ignore any immediately subsequent delimiters.  It then rewrites the delimiter to only the first valid delimiter it finds, which in this case is a space &#8221; &#8220;.  </p>
<p>Then, the resource bundle editor apparently can&#8217;t handle spaces as delimiters, in violation of the spec apparently, and can&#8217;t handle the newly formatted properties files.</p>
<p>I have a bug open with the resource bundle editor here:</p>
<p><a href="http://sourceforge.net/tracker/index.php?func=detail&amp;atid=701316&amp;aid=1777814&amp;group_id=125041" rel="nofollow">http://sourceforge.net/tracker/index.php?func=detail&amp;atid=701316&amp;aid=1777814&amp;group_id=125041</a></p>
<p>And will also be opening a Jira ticket asking that the Red Hat editor leave in the complete set of adjacent delimiters it finds.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
