<?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 and the use of the full&#160;stop</title>
	<atom:link href="http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/</link>
	<description>Sam Newman's blog</description>
	<pubDate>Sun, 12 Oct 2008 07:59:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Martin Pllu</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-586</link>
		<dc:creator>Martin Pllu</dc:creator>
		<pubDate>Fri, 17 Dec 2004 10:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-586</guid>
		<description>Take a look at my "blog entry":http://jroller.com/page/martinpllu/20041217#leafcutter_execute_ant_tasks_from on leafcutter, an API which I wrote to execute Ant tasks from Java code. I find this a better choice than Ant for complex build processes.
</description>
		<content:encoded><![CDATA[<p>Take a look at my <a href="http://jroller.com/page/martinpllu/20041217#leafcutter_execute_ant_tasks_from" >blog entry</a> on leafcutter, an <acronym title="Application Programming Interface">API</acronym> which I wrote to execute Ant tasks from Java code. I find this a better choice than Ant for complex build processes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-585</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Thu, 16 Dec 2004 09:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-585</guid>
		<description>I kind of like period for hierarchy with camel case for spaces, as this fits with most peoples Java style, and ant is mostly used to build Java after all. Really though, I'd just like things to be consistent :-)</description>
		<content:encoded><![CDATA[<p>I kind of like period for hierarchy with camel case for spaces, as this fits with most peoples Java style, and ant is mostly used to build Java after all. Really though, I&#8217;d just like things to be consistent :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. K. Oxley (binkley)</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-584</link>
		<dc:creator>B. K. Oxley (binkley)</dc:creator>
		<pubDate>Wed, 15 Dec 2004 19:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-584</guid>
		<description>I like to use the period (you Brits can say 'fullstop' :-) for the hierarchy case.  For the space case, I prefer hyphens.  I avoid the last case.</description>
		<content:encoded><![CDATA[<p>I like to use the period (you Brits can say &#8216;fullstop&#8217; :-) for the hierarchy case.  For the space case, I prefer hyphens.  I avoid the last case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-583</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Wed, 15 Dec 2004 17:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-583</guid>
		<description>We have split some tasks out, but the very nature of spliting stuff out can lead to complexity. We need to rewrite the whole thing to be honest, but will do it bit by bit - we'll create clean, new sub-ant files which we'll make calls to, and let the rest of the file remain awful. Trying to clean up a 2000  ant file during active development in one fell swoop is a recipie for disaster</description>
		<content:encoded><![CDATA[<p>We have split some tasks out, but the very nature of spliting stuff out can lead to complexity. We need to rewrite the whole thing to be honest, but will do it bit by bit &#8211; we&#8217;ll create clean, new sub-ant files which we&#8217;ll make calls to, and let the rest of the file remain awful. Trying to clean up a 2000  ant file during active development in one fell swoop is a recipie for disaster</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Francisoud</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-582</link>
		<dc:creator>Benjamin Francisoud</dc:creator>
		<pubDate>Wed, 15 Dec 2004 17:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-582</guid>
		<description>You should (if possible) try to split this uge thing using subant, import... tasks</description>
		<content:encoded><![CDATA[<p>You should (if possible) try to split this uge thing using subant, import&#8230; tasks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kief</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-581</link>
		<dc:creator>kief</dc:creator>
		<pubDate>Wed, 15 Dec 2004 17:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-581</guid>
		<description>(Whips out ruler) - our main build file is 2817 lines, including the very occasional comment. Plus we've got a few other build files for testing and cvsing.</description>
		<content:encoded><![CDATA[<p>(Whips out ruler) &#8211; our main build file is 2817 lines, including the very occasional comment. Plus we&#8217;ve got a few other build files for testing and cvsing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-580</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Wed, 15 Dec 2004 15:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-580</guid>
		<description>I'm trying "scons":http://www.scons.org/ out now, but it's Java support is leaving a little to be desired. I should probably start by tring to build something small, rather than our existing codebase with the 2000 line ant file :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying <a href="http://www.scons.org/" >scons</a> out now, but it&#8217;s Java support is leaving a little to be desired. I should probably start by tring to build something small, rather than our existing codebase with the 2000 line ant file :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Brunning</title>
		<link>http://www.magpiebrain.com/blog/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-579</link>
		<dc:creator>Simon Brunning</dc:creator>
		<pubDate>Wed, 15 Dec 2004 14:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/12/15/ant-and-the-use-of-the-full-stop/#comment-579</guid>
		<description>2000? *Hardcore*! My biggest is a little over seven hundred lines - that that's probably half comments.</description>
		<content:encoded><![CDATA[<p>2000? <strong>Hardcore</strong>! My biggest is a little over seven hundred lines &#8211; that that&#8217;s probably half comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
