<?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: Ant bash completion on Mac OS X</title>
	<atom:link href="http://matthew.mceachen.us/blog/ant-bash-completion-on-mac-os-x-43.html/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog/ant-bash-completion-on-mac-os-x-43.html</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Johan Rylander</title>
		<link>http://matthew.mceachen.us/blog/ant-bash-completion-on-mac-os-x-43.html/comment-page-1#comment-182</link>
		<dc:creator>Johan Rylander</dc:creator>
		<pubDate>Tue, 18 Nov 2008 13:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=43#comment-182</guid>
		<description>ant is built in if you installed the Apple dev tools:

&lt;pre&gt;
sudo port install bash-completion
&lt;/pre&gt;

&lt;pre&gt;
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi
complete -C /usr/share/ant/bin/complete-ant-cmd.pl ant
&lt;/pre&gt;

for the build int command.</description>
		<content:encoded><![CDATA[<p>ant is built in if you installed the Apple dev tools:</p>
<pre>
sudo port install bash-completion
</pre>
<pre>
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi
complete -C /usr/share/ant/bin/complete-ant-cmd.pl ant
</pre>
<p>for the build int command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

