<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <!--FTPSite hughreid.com-->
  <channel>
    <generator>RSS Builder by B!Soft</generator>
    <title>You Are Number 6</title>
    <link>http://hughreid.com/feed/blog.html</link>
    <description>This is a POTB (Plain Old Techie Blog). You are likely to come across references to Open Source software, Java, Ant, J2EE and various internet topics like security and search engines. Be Seeing You.</description>
    <language>en-GB</language>
    <copyright>Copyright 2006</copyright>
    <item>
      <title>Ant Build Components</title>
      <pubDate>Tue, 18 Apr 2006 11:49:52 +0100</pubDate>
      <description><![CDATA[Ant builds tend to be bespoke, and so reuse of scripts tends to be limited. This article desribes a technique to create components from which you can make reusable builds.]]></description>
      <link>http://www.hughreid.com/articles/ant_build_components.html</link>
    </item>
    <item>
      <title>Extension Library for Ant</title>
      <pubDate>Thu, 3 Nov 2005 09:53:36 GMT</pubDate>
      <description><![CDATA[<p>
      <a title="Extension Library 4 Apache Ant" name="EL4Ant" href="http://el4ant.sourceforge.net/index.html" target="_blank">EL4Ant</a> 
      is a build system that adds easy to use steps over a basic ant script.
    </p>
    <p>
      I am not normally a big fan of ant extensions as task authors tend not 
      to anticipate all the ways in which people use ant scripts. But EL4Ant 
      uses a configuration step to precompile the ant build, which is an 
      interesting way to do things. This configuration step is roughly 
      equivalent to the ant macro functionality, but it takes place at a 
      distinct time from the main build.
    </p>
    <p>
      The build is set up using a plugin concept, where you select the 'kind 
      of things' you do in your build. You then define the structure of the 
      build source. The configuration step then maps out a set of targets for 
      you to use in your main build. This provides a good way to achieve a 
      number of the points in <a title="Aspirational Ants" href="http://www.hughreid.com/articles/aspirational_ants.html">this</a> 
      article.
    </p>
    <p>
      The system has only just been released but there are already some really 
      useful looking features like Eclipse integration and EMMA code coverage 
      execution. There are a number of properties you can set that will 
      augment the script which also helps a great deal.
    </p>
    <p>
      The tool is released under GPL. It might also be worth checking out the 
      EL4J project if you use Spring.
    </p>]]></description>
      <link>http://hughreid.com/feed/archives/11-01-2005_11-30-2005.html#1</link>
      <category>Ant</category>
    </item>
    <item>
      <title>Entry One</title>
      <pubDate>Mon, 24 Oct 2005 23:45:59 GMT</pubDate>
      <description><![CDATA[<p>
      This is the number one entry.
    </p>
    <p>
      It stems from the <a title="Blogspot Powered" href="http://youarenumber6.blogspot.com/">old 
      blog</a>.
    </p>]]></description>
      <link>http://hughreid.com/feed/archives/10-01-2005_10-31-2005.html#0</link>
    </item>
  </channel>
</rss>
