<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using Commons Logging from Ant</title>
	<link>http://myarch.com/using-commons-logging-from-ant</link>
	<description>Builds and bytes</description>
	<pubDate>Thu, 28 Aug 2008 08:04:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Alexander Ananiev</title>
		<link>http://myarch.com/using-commons-logging-from-ant#comment-26492</link>
		<pubDate>Fri, 25 Apr 2008 02:11:28 +0000</pubDate>
		<guid>http://myarch.com/using-commons-logging-from-ant#comment-26492</guid>
					<description>SteveL, the class that I posted here simply forwards logging requests to Ant and lets it handle it. I'm more concerned about having to use different logging abstractions, one for Ant and one for commons logging and that's the problem that I've tried to solve.

Regards.</description>
		<content:encoded><![CDATA[<p>SteveL, the class that I posted here simply forwards logging requests to Ant and lets it handle it. I&#8217;m more concerned about having to use different logging abstractions, one for Ant and one for commons logging and that&#8217;s the problem that I&#8217;ve tried to solve.</p>
<p>Regards.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SteveL</title>
		<link>http://myarch.com/using-commons-logging-from-ant#comment-26482</link>
		<pubDate>Thu, 24 Apr 2008 19:47:33 +0000</pubDate>
		<guid>http://myarch.com/using-commons-logging-from-ant#comment-26482</guid>
					<description>...Actually, now that Ant is Java1.4+ only , we could provide a java.util.logging support, letting tasks log that way, and routing the input to our logs. Possibly.</description>
		<content:encoded><![CDATA[<p>&#8230;Actually, now that Ant is Java1.4+ only , we could provide a java.util.logging support, letting tasks log that way, and routing the input to our logs. Possibly.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SteveL</title>
		<link>http://myarch.com/using-commons-logging-from-ant#comment-26481</link>
		<pubDate>Thu, 24 Apr 2008 19:46:09 +0000</pubDate>
		<guid>http://myarch.com/using-commons-logging-from-ant#comment-26481</guid>
					<description>This works -but if you ever tell ant to log through commons-logging you are going to be in recursively deep trouble. I dont think Ant has a commons-logging logger (at least it is not documented), but there is nothing to stop anyone writing one.

Ant's logging is limited. It was good at the time, but its inefficient, and suspected of causing build delays on multicore systems. Trouble is, how do we cut it out and stick in something new? Without adding extra dependencies? Use java.util.logging? Ouch.</description>
		<content:encoded><![CDATA[<p>This works -but if you ever tell ant to log through commons-logging you are going to be in recursively deep trouble. I dont think Ant has a commons-logging logger (at least it is not documented), but there is nothing to stop anyone writing one.</p>
<p>Ant&#8217;s logging is limited. It was good at the time, but its inefficient, and suspected of causing build delays on multicore systems. Trouble is, how do we cut it out and stick in something new? Without adding extra dependencies? Use java.util.logging? Ouch.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
