<?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: Tip: How to see all available Ant targets</title>
	<atom:link href="http://www.fuzzylizard.com/archives/2007/06/18/888/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzylizard.com/archives/2007/06/18/888/</link>
	<description>Web development and design with a little VFX thrown in for fun</description>
	<lastBuildDate>Fri, 14 Jan 2011 22:45:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Muthu Ramadoss</title>
		<link>http://www.fuzzylizard.com/archives/2007/06/18/888/comment-page-1/#comment-13243</link>
		<dc:creator>Muthu Ramadoss</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/06/18/888/#comment-13243</guid>
		<description>One last time..

[sara@notebookws114 Temp]$ cat build.xml 
&lt;project&gt;
        &lt;target name=&quot;no-desc&quot;/&gt;
&lt;/project&gt;</description>
		<content:encoded><![CDATA[<p>One last time..</p>
<p>[sara@notebookws114 Temp]$ cat build.xml<br />
&lt;project&gt;<br />
        &lt;target name=&#8221;no-desc&#8221;/&gt;<br />
&lt;/project&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu Ramadoss</title>
		<link>http://www.fuzzylizard.com/archives/2007/06/18/888/comment-page-1/#comment-13242</link>
		<dc:creator>Muthu Ramadoss</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/06/18/888/#comment-13242</guid>
		<description>[sara@notebookws114 Temp]$ cat build.xml 

        
</description>
		<content:encoded><![CDATA[<p>[sara@notebookws114 Temp]$ cat build.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu Ramadoss</title>
		<link>http://www.fuzzylizard.com/archives/2007/06/18/888/comment-page-1/#comment-13241</link>
		<dc:creator>Muthu Ramadoss</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/06/18/888/#comment-13241</guid>
		<description>&gt;&gt; I have to add one small caveat though to the above tip. Ant considers a public target to be one with a description. If the description attribute is missing, you will not see the target listed in the output.

Incorrect. Not true always...

[sara@notebookws114 Temp]$ ant -version
Apache Ant version 1.7.0 compiled on December 13 2006

[sara@notebookws114 Temp]$ cat build.xml

        


[sara@notebookws114 Temp]$ ant -p
Buildfile: build.xml

Main targets:

Other targets:

 no-desc
[sara@notebookws114 Temp]$</description>
		<content:encoded><![CDATA[<p>&gt;&gt; I have to add one small caveat though to the above tip. Ant considers a public target to be one with a description. If the description attribute is missing, you will not see the target listed in the output.</p>
<p>Incorrect. Not true always&#8230;</p>
<p>[sara@notebookws114 Temp]$ ant -version<br />
Apache Ant version 1.7.0 compiled on December 13 2006</p>
<p>[sara@notebookws114 Temp]$ cat build.xml</p>
<p>[sara@notebookws114 Temp]$ ant -p<br />
Buildfile: build.xml</p>
<p>Main targets:</p>
<p>Other targets:</p>
<p> no-desc<br />
[sara@notebookws114 Temp]$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Johnston</title>
		<link>http://www.fuzzylizard.com/archives/2007/06/18/888/comment-page-1/#comment-13234</link>
		<dc:creator>Chris Johnston</dc:creator>
		<pubDate>Wed, 20 Jun 2007 03:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/06/18/888/#comment-13234</guid>
		<description>Thanks for the tips. I tried the tab-tab one and it even worked on Windows. I added the shorter version (ant -p) to my tip above.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. I tried the tab-tab one and it even worked on Windows. I added the shorter version (ant -p) to my tip above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sualeh Fatehi</title>
		<link>http://www.fuzzylizard.com/archives/2007/06/18/888/comment-page-1/#comment-13227</link>
		<dc:creator>Sualeh Fatehi</dc:creator>
		<pubDate>Tue, 19 Jun 2007 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/06/18/888/#comment-13227</guid>
		<description>If you find yourself using this command often, you may want to use the abbreviation: ant -p</description>
		<content:encoded><![CDATA[<p>If you find yourself using this command often, you may want to use the abbreviation: ant -p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.fuzzylizard.com/archives/2007/06/18/888/comment-page-1/#comment-13225</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 19 Jun 2007 07:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/06/18/888/#comment-13225</guid>
		<description>Ugh, html stripping took out my lovely fake tabs...
That was &#039;ant&#039; followed by tab tab. &#039;ant c&#039; followed by tab.</description>
		<content:encoded><![CDATA[<p>Ugh, html stripping took out my lovely fake tabs&#8230;<br />
That was &#8216;ant&#8217; followed by tab tab. &#8216;ant c&#8217; followed by tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.fuzzylizard.com/archives/2007/06/18/888/comment-page-1/#comment-13224</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 19 Jun 2007 07:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/06/18/888/#comment-13224</guid>
		<description>That&#039;s a good one across the board.  I also discovered on an earlier project that (at least with an Ubuntu setup), tab completion/searching of ant targets is available at the command line.  &#039;ant&#039; lists them out, &#039;ant c&#039; will recommend &#039;clean&#039;, &#039;compile&#039;, etc. with successive tabs.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good one across the board.  I also discovered on an earlier project that (at least with an Ubuntu setup), tab completion/searching of ant targets is available at the command line.  &#8216;ant&#8217; lists them out, &#8216;ant c&#8217; will recommend &#8216;clean&#8217;, &#8216;compile&#8217;, etc. with successive tabs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

