<?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>Jakob Külzer &#187; Tipp</title>
	<atom:link href="http://www.jakusys.de/blog/tag/tipp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jakusys.de/blog</link>
	<description>Ninja Coding Monkey goes Canada</description>
	<lastBuildDate>Sun, 02 Jan 2011 20:12:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Flex Builder and Locales relative to the Workspace</title>
		<link>http://www.jakusys.de/blog/2009/05/flex-builder-and-locales-relative-to-the-workspace/</link>
		<comments>http://www.jakusys.de/blog/2009/05/flex-builder-and-locales-relative-to-the-workspace/#comments</comments>
		<pubDate>Wed, 13 May 2009 17:37:56 +0000</pubDate>
		<dc:creator>Jakob Külzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Tipp]]></category>

		<guid isPermaLink="false">http://www.jakusys.de/blog/?p=968</guid>
		<description><![CDATA[For the project I'm working on right now we are using Flex' localization mechanism. To do so, you need to specify the location of the .properties file in the .actionScriptProperties file, either by editing the file directly or using the project properties dialog. Problem is that this path needs to be absolute. Putting in /Users/jakob/work/.../project-dir/src/main/flex/locales/{locale} [...]]]></description>
			<content:encoded><![CDATA[<p>For the project I'm working on right now we are using Flex' localization mechanism. To do so, you need to specify the location of the .properties file in the .actionScriptProperties file, either by editing the file directly or using the project properties dialog. Problem is that this path needs to be absolute. Putting in /Users/jakob/work/.../project-dir/src/main/flex/locales/{locale} is a bad idea. Fortunately Flex Builder is built on eclipse so you can use Eclipse's Linked Resources. Per default a variable called DOCUMENTS is defined and points to the current workspace:</p>
<p><a href="http://www.jakusys.de/blog/wp-content/uploads/2009/05/picture-2.png" rel="lightbox[968]"><img class="alignnone size-thumbnail wp-image-971" title="picture-2" src="http://www.jakusys.de/blog/wp-content/uploads/2009/05/picture-2-150x150.png" alt="picture-2" width="150" height="150" /></a></p>
<p>So with that in mind you can easily reference paths relative to your workspace:</p>
<pre>${DOCUMENTS}/project-dir/src/main/flex/locales/{locale}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jakusys.de/blog/2009/05/flex-builder-and-locales-relative-to-the-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

