<?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 for Curious</title>
	<atom:link href="http://blogs.plexibus.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.plexibus.com</link>
	<description>Thoughts, questions and opinions - some from the trenches, a few from the Ivory Tower</description>
	<lastBuildDate>Tue, 23 Feb 2010 11:30:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on REST-esting with cURL by Evgeny</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-1584</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-1584</guid>
		<description>Some json web services expect their input in multipart form-data, so instead of doing -d&quot;user=a&amp;pass=b&quot; you need to do -F&quot;user=a&quot; -F&quot;pass=b&quot;.

One example is the reviewboard.org json api.</description>
		<content:encoded><![CDATA[<p>Some json web services expect their input in multipart form-data, so instead of doing -d&#8221;user=a&amp;pass=b&#8221; you need to do -F&#8221;user=a&#8221; -F&#8221;pass=b&#8221;.</p>
<p>One example is the reviewboard.org json api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bashisms and Ubuntu by Curious &#187; Appistry CloudIQ on Ubuntu</title>
		<link>http://blogs.plexibus.com/2010/01/04/bashisms-and-ubuntu/comment-page-1/#comment-1505</link>
		<dc:creator>Curious &#187; Appistry CloudIQ on Ubuntu</dc:creator>
		<pubDate>Mon, 04 Jan 2010 20:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/01/04/bashisms-and-ubuntu/#comment-1505</guid>
		<description>[...] reason for doing this is because of the bashisms that exist in the two scripts.   [...]</description>
		<content:encoded><![CDATA[<p>[...] reason for doing this is because of the bashisms that exist in the two scripts.   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install rpms packages on Ubuntu using alien by Curious &#187; Appistry CloudIQ on Ubuntu</title>
		<link>http://blogs.plexibus.com/2010/01/04/install-rpms-packages-on-ubuntu-using-alien-2/comment-page-1/#comment-1498</link>
		<dc:creator>Curious &#187; Appistry CloudIQ on Ubuntu</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/01/04/install-rpms-packages-on-ubuntu-using-alien-2/#comment-1498</guid>
		<description>[...] alien allows you to convert rpm packages to debian packages and then install them via dpkg. See how-to install [...]</description>
		<content:encoded><![CDATA[<p>[...] alien allows you to convert rpm packages to debian packages and then install them via dpkg. See how-to install [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change your local Maven repository by roger</title>
		<link>http://blogs.plexibus.com/2008/03/11/how-to-change-your-local-maven-repository/comment-page-1/#comment-1497</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2008/03/11/how-to-change-your-local-maven-repository/#comment-1497</guid>
		<description>Sweet thanks for the tip.

http://www.mkyong.com/maven/where-is-maven-local-repository/

shows you a bit more where to put it [it&#039;s within ]</description>
		<content:encoded><![CDATA[<p>Sweet thanks for the tip.</p>
<p><a href="http://www.mkyong.com/maven/where-is-maven-local-repository/" rel="nofollow">http://www.mkyong.com/maven/where-is-maven-local-repository/</a></p>
<p>shows you a bit more where to put it [it's within ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with AOP &#8211; reducing redundant code &#8211; the &#8216;for&#8217; loop by sandrar</title>
		<link>http://blogs.plexibus.com/2008/07/15/fun-with-aop-reducing-redundant-code-the-for-loop/comment-page-1/#comment-1494</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=21#comment-1494</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://blogs.plexibus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by Ehren Metcalfe</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-1357</link>
		<dc:creator>Ehren Metcalfe</dc:creator>
		<pubDate>Sat, 08 Aug 2009 23:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-1357</guid>
		<description>the command curl -X POST -d saved my life! I previously couldn&#039;t manually POST to an RPX api function (now I can). Thanks a lot!</description>
		<content:encoded><![CDATA[<p>the command curl -X POST -d saved my life! I previously couldn&#8217;t manually POST to an RPX api function (now I can). Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by roshanallan</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-1341</link>
		<dc:creator>roshanallan</dc:creator>
		<pubDate>Sun, 03 May 2009 22:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-1341</guid>
		<description>Brian,
You need to encode the &quot;&amp;&quot; sign since it&#039;s part of the &quot;url&quot; query parameter. In this case, &quot;%26&quot;. You need to do this since &quot;&amp;&quot; is treated as a query parameter separator.

So the example would look like:
curl -d &quot;url=http://www.prh.noaa.gov/ptwc/?region=1%26id=pacific.2009.04.18.193652&quot; http://tinyurl.com/api-create.php

Output tiny url: http://tinyurl.com/c6tu9n

Another example:
$ curl -d &quot;url=http://www.prh.noaa.gov/ptwc/?region=1%26id=pacific.2009.04.18.193652&quot; http://api.tr.im/api/trim_simple

Output: http://tr.im/knmk

HTH,
RAS</description>
		<content:encoded><![CDATA[<p>Brian,<br />
You need to encode the &#8220;&#038;&#8221; sign since it&#8217;s part of the &#8220;url&#8221; query parameter. In this case, &#8220;%26&#8243;. You need to do this since &#8220;&#038;&#8221; is treated as a query parameter separator.</p>
<p>So the example would look like:<br />
curl -d &#8220;url=http://www.prh.noaa.gov/ptwc/?region=1%26id=pacific.2009.04.18.193652&#8243; <a href="http://tinyurl.com/api-create.php" rel="nofollow">http://tinyurl.com/api-create.php</a></p>
<p>Output tiny url: <a href="http://tinyurl.com/c6tu9n" rel="nofollow">http://tinyurl.com/c6tu9n</a></p>
<p>Another example:<br />
$ curl -d &#8220;url=http://www.prh.noaa.gov/ptwc/?region=1%26id=pacific.2009.04.18.193652&#8243; <a href="http://api.tr.im/api/trim_simple" rel="nofollow">http://api.tr.im/api/trim_simple</a></p>
<p>Output: <a href="http://tr.im/knmk" rel="nofollow">http://tr.im/knmk</a></p>
<p>HTH,<br />
RAS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by Brian</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-1339</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 02 May 2009 21:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-1339</guid>
		<description>I&#039;ve been trying to use cURL to access a URL-shortening API like TinyURL, bit.ly, or tr.im.  My problem for all three of these is that I need to pass it a long URL that contains multiple parameters itself, e.g., 

curl -d &quot;url=http://www.prh.noaa.gov/ptwc/?region=1&amp;id=pacific.2009.04.18.193652&quot; http://tinyurl.com/api-create.php

curl -d &quot;url=http://www.prh.noaa.gov/ptwc/?region=1&amp;id=pacific.2009.04.18.193652&quot; http://api.tr.im/api/trim_simple

The result is always the same: it truncates the long url at the &amp; (therefore only using the first argument, region, instead of both, region and id).

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to use cURL to access a URL-shortening API like TinyURL, bit.ly, or tr.im.  My problem for all three of these is that I need to pass it a long URL that contains multiple parameters itself, e.g., </p>
<p>curl -d &#8220;url=http://www.prh.noaa.gov/ptwc/?region=1&amp;id=pacific.2009.04.18.193652&#8243; <a href="http://tinyurl.com/api-create.php" rel="nofollow">http://tinyurl.com/api-create.php</a></p>
<p>curl -d &#8220;url=http://www.prh.noaa.gov/ptwc/?region=1&amp;id=pacific.2009.04.18.193652&#8243; <a href="http://api.tr.im/api/trim_simple" rel="nofollow">http://api.tr.im/api/trim_simple</a></p>
<p>The result is always the same: it truncates the long url at the &amp; (therefore only using the first argument, region, instead of both, region and id).</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tagging and branching with the Maven release plugin &#8211; a few pain points by Baptiste</title>
		<link>http://blogs.plexibus.com/2007/11/22/tagging-and-branching-with-the-maven-release-plugin-a-few-pain-points/comment-page-1/#comment-1334</link>
		<dc:creator>Baptiste</dc:creator>
		<pubDate>Tue, 28 Apr 2009 20:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=4#comment-1334</guid>
		<description>&lt;blockquote cite=&quot;Alex&quot;&gt;
IMHO, there should be a setting to override this *Check that there are no SNAPSHOT dependencies* behavior.
&lt;/blockquote&gt;

Well, I disagree with this one. I really think maven snapshot (and the release-plugin) handling is the right way to go. 

Depending on a snapshot version ad vitam æternam gives you the risk to make your build unreproducible in the future (using the created tag). 

IMO, the way to go in this particular case is the following (depending on snapshot version, because no other exists) :
* Install and configure (if not already done) a maven repository manager (archiva, nexus, artifactory... choose what you want)
* retrieve the corresponding jar/last version known to work with your code
* deploy it as a released version (deploy:deploy-file goal)
* use this jar as the dependency for the project you&#039;re releasing.

HTH,
Cheers</description>
		<content:encoded><![CDATA[<blockquote cite="Alex"><p>
IMHO, there should be a setting to override this *Check that there are no SNAPSHOT dependencies* behavior.
</p></blockquote>
<p>Well, I disagree with this one. I really think maven snapshot (and the release-plugin) handling is the right way to go. </p>
<p>Depending on a snapshot version ad vitam æternam gives you the risk to make your build unreproducible in the future (using the created tag). </p>
<p>IMO, the way to go in this particular case is the following (depending on snapshot version, because no other exists) :<br />
* Install and configure (if not already done) a maven repository manager (archiva, nexus, artifactory&#8230; choose what you want)<br />
* retrieve the corresponding jar/last version known to work with your code<br />
* deploy it as a released version (deploy:deploy-file goal)<br />
* use this jar as the dependency for the project you&#8217;re releasing.</p>
<p>HTH,<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by Restlet with Spring &#171; Jgoday&#8217;s Blog</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-1331</link>
		<dc:creator>Restlet with Spring &#171; Jgoday&#8217;s Blog</dc:creator>
		<pubDate>Fri, 10 Apr 2009 09:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-1331</guid>
		<description>[...] We can use curl to make a rest request (http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/) [...]</description>
		<content:encoded><![CDATA[<p>[...] We can use curl to make a rest request (<a href="http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/" rel="nofollow">http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/</a>) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.939 seconds -->
