<?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 on: java.io.tmpdir Inconsitency</title>
	<atom:link href="http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/feed/" rel="self" type="application/rss+xml" />
	<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/</link>
	<description>Java Dev Bits...</description>
	<lastBuildDate>Thu, 26 Nov 2009 10:47:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Final Take On Java System Properties Molindo Techblog - Molindo Techblog &#8211; formerly known as talk-on-tech.blogspot.com</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-173</link>
		<dc:creator>The Final Take On Java System Properties Molindo Techblog - Molindo Techblog &#8211; formerly known as talk-on-tech.blogspot.com</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-173</guid>
		<description>[...] if you know of any inconsistencies across different environments (e.g. like java.io.tmpdir that might or might not endswith a file seperator) &#8211; make a guess &#8211; let me [...]</description>
		<content:encoded><![CDATA[<p>[...] if you know of any inconsistencies across different environments (e.g. like java.io.tmpdir that might or might not endswith a file seperator) &#8211; make a guess &#8211; let me [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghavan alias Saravanan M</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-169</link>
		<dc:creator>Raghavan alias Saravanan M</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-169</guid>
		<description>Yes of course. I too faced this. No need to go all these. Just look at the &quot;System.getProperty(&quot;line.separator&quot;)&quot;. It is of 1 character in Unix and its flavors whereas it is of 2 characters in Windows (\r\n). :(.</description>
		<content:encoded><![CDATA[<p>Yes of course. I too faced this. No need to go all these. Just look at the &#8220;System.getProperty(&#8220;line.separator&#8221;)&#8221;. It is of 1 character in Unix and its flavors whereas it is of 2 characters in Windows (\r\n). :(.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonel Martins</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-164</link>
		<dc:creator>Leonel Martins</dc:creator>
		<pubDate>Fri, 10 Jul 2009 15:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-164</guid>
		<description>Even in Java, sometimes you need to pass a String path as parameter, because the library doesn´t have and method with File version. And contructing a java.io.File just to concatenate the path isn´t a good solution, IMHO.</description>
		<content:encoded><![CDATA[<p>Even in Java, sometimes you need to pass a String path as parameter, because the library doesn´t have and method with File version. And contructing a java.io.File just to concatenate the path isn´t a good solution, IMHO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-163</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-163</guid>
		<description>Clemens,
thanks a lot. Google took me right here, where I got a precise answer!</description>
		<content:encoded><![CDATA[<p>Clemens,<br />
thanks a lot. Google took me right here, where I got a precise answer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-159</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 13 Mar 2009 13:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-159</guid>
		<description>It baffles me why people don&#039;t use:
 fullpath = new File(parentDir, relativePath)

to concatenate file paths.  Are you just trying to make your life miserable?</description>
		<content:encoded><![CDATA[<p>It baffles me why people don&#8217;t use:<br />
 fullpath = new File(parentDir, relativePath)</p>
<p>to concatenate file paths.  Are you just trying to make your life miserable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Manning</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-157</link>
		<dc:creator>Rob Manning</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-157</guid>
		<description>Clemens,

I thought the same thing; use File API instead of concatenating strings then get the path from the constructed File object.  However, while this works find in a Java application, it doesn&#039;t work so well in an Ant build script that references java.io.tmpdir to place temporary files. So this blog entry is still useful.

Rob</description>
		<content:encoded><![CDATA[<p>Clemens,</p>
<p>I thought the same thing; use File API instead of concatenating strings then get the path from the constructed File object.  However, while this works find in a Java application, it doesn&#8217;t work so well in an Ant build script that references java.io.tmpdir to place temporary files. So this blog entry is still useful.</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fábio Franco Uechi</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-142</link>
		<dc:creator>Fábio Franco Uechi</dc:creator>
		<pubDate>Tue, 12 Aug 2008 16:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-142</guid>
		<description>I faced similar problems on HP-UX 

On HP-UX: java.io.tmpdir:[/var/tmp/]

greets</description>
		<content:encoded><![CDATA[<p>I faced similar problems on HP-UX </p>
<p>On HP-UX: java.io.tmpdir:[/var/tmp/]</p>
<p>greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-141</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-141</guid>
		<description>Glad it was helpful! :-)</description>
		<content:encoded><![CDATA[<p>Glad it was helpful! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javadude</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-140</link>
		<dc:creator>javadude</dc:creator>
		<pubDate>Mon, 23 Jun 2008 23:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-140</guid>
		<description>Sweet, I was having this problem and a google search brought me here. Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Sweet, I was having this problem and a google search brought me here. Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clemens</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-85</link>
		<dc:creator>Clemens</dc:creator>
		<pubDate>Thu, 16 Aug 2007 14:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-85</guid>
		<description>It&#039;s not really good style to append paths via string concatenation. Better use the java.io.File constructor:
  new File(System.getProperty(&quot;java.io.tmpdir&quot;), &quot;file.txt&quot;));</description>
		<content:encoded><![CDATA[<p>It&#8217;s not really good style to append paths via string concatenation. Better use the java.io.File constructor:<br />
  new File(System.getProperty(&#8220;java.io.tmpdir&#8221;), &#8220;file.txt&#8221;));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
