<?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: ProcessBuilder and quotes</title>
	<atom:link href="http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/</link>
	<description>Short remarks from Java world</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:44:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Marcel</title>
		<link>http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/comment-page-1/#comment-8925</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Thu, 14 Jul 2011 10:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/#comment-8925</guid>
		<description>Had the same problem with running solr from a junit test, removing to quotes fixed the problem :-)</description>
		<content:encoded><![CDATA[<p>Had the same problem with running solr from a junit test, removing to quotes fixed the problem <img src='http://blog.krecan.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david van brink</title>
		<link>http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/comment-page-1/#comment-1288</link>
		<dc:creator>david van brink</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/#comment-1288</guid>
		<description>Quoting and execs. I&#039;m debugging some java code where the author has worked around anticipated downstream quoting bugs... the thing it&#039;s launching happens to be a csh script that in fact loses some quotes, spaces... the usual.

Thanks for mentioning that quotes-not-needed on windows, works great. thankyou thankyou!</description>
		<content:encoded><![CDATA[<p>Quoting and execs. I'm debugging some java code where the author has worked around anticipated downstream quoting bugs... the thing it's launching happens to be a csh script that in fact loses some quotes, spaces... the usual.</p>
<p>Thanks for mentioning that quotes-not-needed on windows, works great. thankyou thankyou!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: same problem here</title>
		<link>http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/comment-page-1/#comment-1189</link>
		<dc:creator>same problem here</dc:creator>
		<pubDate>Sun, 11 Oct 2009 14:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/#comment-1189</guid>
		<description>any solution?  i have the same problem...</description>
		<content:encoded><![CDATA[<p>any solution?  i have the same problem...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lanes</title>
		<link>http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/comment-page-1/#comment-937</link>
		<dc:creator>lanes</dc:creator>
		<pubDate>Thu, 23 Apr 2009 09:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/#comment-937</guid>
		<description>man, this is the page i looking for.
this is exactly the same problem with me.
thanks dude.</description>
		<content:encoded><![CDATA[<p>man, this is the page i looking for.<br />
this is exactly the same problem with me.<br />
thanks dude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Tisue</title>
		<link>http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/comment-page-1/#comment-547</link>
		<dc:creator>Seth Tisue</dc:creator>
		<pubDate>Wed, 20 Aug 2008 14:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krecan.net/2008/02/09/processbuilder-and-quotes/#comment-547</guid>
		<description>The purpose of the quotes was to prevent characters like * from being interpreted specially by the shell. Only the shell sees the quotes; the shell strips them out before passing the arguments to the rsync command.

But ProcessBuilder doesn&#039;t use a shell; it runs the command directly. Since there&#039;s no shell involved, the quotes aren&#039;t needed, and if you include them, they will not be stripped out, causing the rsync command to become confused about your intentions.

Why it would have worked on Windows with the quotes, I don&#039;t know.</description>
		<content:encoded><![CDATA[<p>The purpose of the quotes was to prevent characters like * from being interpreted specially by the shell. Only the shell sees the quotes; the shell strips them out before passing the arguments to the rsync command.</p>
<p>But ProcessBuilder doesn't use a shell; it runs the command directly. Since there's no shell involved, the quotes aren't needed, and if you include them, they will not be stripped out, causing the rsync command to become confused about your intentions.</p>
<p>Why it would have worked on Windows with the quotes, I don't know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

