<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software is too expensive to build cheaply... &#187; ant</title>
	<atom:link href="http://twasink.net/blog/tags/ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net/blog</link>
	<description>Robert's Rambling Ruminations Regarding Reality</description>
	<lastBuildDate>Fri, 16 Jul 2010 06:57:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Well, at least I&#8217;ve answered one question</title>
		<link>http://twasink.net/blog/2004/11/well-at-least-ive-answered-one-question/</link>
		<comments>http://twasink.net/blog/2004/11/well-at-least-ive-answered-one-question/#comments</comments>
		<pubDate>Fri, 05 Nov 2004 18:03:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[bea]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[weblogic]]></category>
		<category><![CDATA[weblogic workshop]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=84</guid>
		<description><![CDATA[I figured out why the web app I was trying to build before broken when I used the exported build script. Turns out that you need to run a setup script to get your environment &#8220;just right&#8221; before running the build.

This setup script can be found in any weblogic domain. Of course, this wasn&#8217;t documented [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/11/well-at-least-ive-answered-one-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant 1.6.2 &lt;junitreport&gt; doesn&#8217;t work on Java 1.4.1</title>
		<link>http://twasink.net/blog/2004/07/ant-162-junitreport-doesnt-work-on-java-141/</link>
		<comments>http://twasink.net/blog/2004/07/ant-162-junitreport-doesnt-work-on-java-141/#comments</comments>
		<pubDate>Tue, 20 Jul 2004 15:31:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[junit]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=60</guid>
		<description><![CDATA[Little warning for anyone else who stumbles across this problem: the stylesheet used for &#60;junitreport&#62; in Ant 1.6.2 does not work with Xalan 2.2. Unfortunately, this is the version that&#8217;s bundled inside the rt.jar in Java 1.4.1.

The symptom is that it complains about a ClassNotFoundException for &#8216;redirect&#8217;. The solution is to upgrade to using Xalan [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/07/ant-162-junitreport-doesnt-work-on-java-141/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ant 1.6.2 is out</title>
		<link>http://twasink.net/blog/2004/07/ant-162-is-out/</link>
		<comments>http://twasink.net/blog/2004/07/ant-162-is-out/#comments</comments>
		<pubDate>Mon, 19 Jul 2004 11:24:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[junit]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=59</guid>
		<description><![CDATA[Yep, Ant 1.6.2 has been released. And the forkmode option for JUnit is there!. I&#8217;m really happy.

Updated: Time figures for the fork mode option:
forkMode=&#8221;perTest&#8221;: 3 minutes 31 seconds for a standard (non-clean) build
formMode=&#8221;perBatch&#8221;: 1 minute 16 seconds.
So about half the old build (which did do more than just run the unit tests) was taken launching [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/07/ant-162-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling your log4j settings</title>
		<link>http://twasink.net/blog/2004/06/controlling-your-log4j-settings/</link>
		<comments>http://twasink.net/blog/2004/06/controlling-your-log4j-settings/#comments</comments>
		<pubDate>Wed, 30 Jun 2004 09:29:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[classpath hell]]></category>
		<category><![CDATA[log4j]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=52</guid>
		<description><![CDATA[Nick over at the System Mobile Web Log was having trouble with Log4J and his unit tests. Seems that he was getting the log4j.properties file from XDoclet, instead of the one he wanted.

Getting Log4J to pick up the right configuration file via the classpath is always annoying. Fortunately, there&#8217;s an easy solution.
All you need to [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/06/controlling-your-log4j-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mixing &lt;ant&gt; and &lt;subant&gt; leads to confusion&#8230;</title>
		<link>http://twasink.net/blog/2004/06/mixing-ant-and-subant-leads-to-confusion/</link>
		<comments>http://twasink.net/blog/2004/06/mixing-ant-and-subant-leads-to-confusion/#comments</comments>
		<pubDate>Fri, 18 Jun 2004 13:05:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=46</guid>
		<description><![CDATA[Update: It&#8217;s not a bug, it&#8217;s a feature! Seriously. ;) It turns out that the &#60;ant&#62; task effectively sets the basedir property as a user-property, which means that it can&#8217;t be changed. User-properties are propogated through regardless of the inheritAll flag. The doco could have been clearer, but that&#8217;s life.
The easy work around: don&#8217;t use [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/06/mixing-ant-and-subant-leads-to-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love the &lt;import&gt; task in Ant 1.6&#8230;</title>
		<link>http://twasink.net/blog/2004/04/i-love-the-import-task-in-ant-16/</link>
		<comments>http://twasink.net/blog/2004/04/i-love-the-import-task-in-ant-16/#comments</comments>
		<pubDate>Sun, 04 Apr 2004 08:26:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[build scripts]]></category>
		<category><![CDATA[modularity]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=22</guid>
		<description><![CDATA[What can I say? I love the &#60;import&#62; task. :) If the Jolt Awards were accepting nominations at the moment, I&#8217;d be nominating that one bit of Ant 1.6 all by itself. :)

I&#8217;m directly responsible for about half-a-dozen projects at work (though most are dormant), and indirectly responsible for setting guidelines and standards for another [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/04/i-love-the-import-task-in-ant-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Weblogic &#8220;Kitchen Sink&#8221; episode</title>
		<link>http://twasink.net/blog/2004/02/a-weblogic-kitchen-sink-episode/</link>
		<comments>http://twasink.net/blog/2004/02/a-weblogic-kitchen-sink-episode/#comments</comments>
		<pubDate>Thu, 19 Feb 2004 07:16:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[classpath hell]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://twasink.net/wp/?p=13</guid>
		<description><![CDATA[I encountered a lovely piece of Classpath Hell thanks to Weblogic (7.0) today. Or rather a colleague of mine did; I just helped him figure it out.

He was refactoring his Ant build script so that he didn&#8217;t need a copy of @weblogic.jar@ sitting in his project tree, but would use a copy installed elsewhere. The [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2004/02/a-weblogic-kitchen-sink-episode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
