<?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"
	>
<channel>
	<title>Comments on: Ant Fu</title>
	<atom:link href="http://www.digitaldimsum.co.uk/2007/10/19/ant-fu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitaldimsum.co.uk/2007/10/19/ant-fu/</link>
	<description>Bite sized info snacks for the digital generation</description>
	<pubDate>Mon, 08 Sep 2008 08:23:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Chris Johnston</title>
		<link>http://www.digitaldimsum.co.uk/2007/10/19/ant-fu/#comment-413</link>
		<dc:creator>Chris Johnston</dc:creator>
		<pubDate>Fri, 19 Oct 2007 19:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitaldimsum.co.uk/2007/10/19/ant-fu/#comment-413</guid>
		<description>In response to the public/private thing, one trick that can be tried is the inclusion of a description. When you do ant -p, only targets with descriptions will show up. This is one way of hiding public targets that you may not want people to know about.

Personally, in the flow targets, I like to use antcall instead of depends. I find this to make the target more readable and communicates the intent of the target better then using depends. For me, a target that depends on other targets, but doesn't do anything doesn't make sense. Whereas a target with a series of antcalls shows me the intent of that target.</description>
		<content:encoded><![CDATA[<p>In response to the public/private thing, one trick that can be tried is the inclusion of a description. When you do ant -p, only targets with descriptions will show up. This is one way of hiding public targets that you may not want people to know about.</p>
<p>Personally, in the flow targets, I like to use antcall instead of depends. I find this to make the target more readable and communicates the intent of the target better then using depends. For me, a target that depends on other targets, but doesn&#8217;t do anything doesn&#8217;t make sense. Whereas a target with a series of antcalls shows me the intent of that target.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
