<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: [Quick Tip] Printing out all matches in an Ant fileset</title>
	<atom:link href="http://www.mularien.com/blog/2009/06/23/quick-tip-printing-out-all-matches-in-an-ant-fileset/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2009/06/23/quick-tip-printing-out-all-matches-in-an-ant-fileset/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Tue, 10 Jan 2012 05:14:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: maruzo</title>
		<link>http://www.mularien.com/blog/2009/06/23/quick-tip-printing-out-all-matches-in-an-ant-fileset/comment-page-1/#comment-20970</link>
		<dc:creator>maruzo</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=148#comment-20970</guid>
		<description>Very useful, just little correction, there must be path element:
&lt;code&gt;
&lt;macrodef name=&quot;echo-fileset&quot;&gt;
        &lt;attribute name=&quot;filesetref&quot;/&gt;
        &lt;sequential&gt;
            &lt;for param=&quot;file&quot;&gt;
                &lt;path&gt;
                    &lt;fileset refid=&quot;@{filesetref}&quot;/&gt;
                &lt;/path&gt;
                &lt;sequential&gt;
                    &lt;echo&gt;@{file}&lt;/echo&gt;
                &lt;/sequential&gt;
            &lt;/for&gt;
        &lt;/sequential&gt;
    &lt;/macrodef&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Very useful, just little correction, there must be path element:<br />
<pre><code>&lt;macrodef name="echo-fileset"&gt;
        &lt;attribute name="filesetref"/&gt;
        &lt;sequential&gt;
            &lt;for param="file"&gt;
                &lt;path&gt;
                    &lt;fileset refid="@{filesetref}"/&gt;
                &lt;/path&gt;
                &lt;sequential&gt;
                    &lt;echo&gt;@{file}&lt;/echo&gt;
                &lt;/sequential&gt;
            &lt;/for&gt;
        &lt;/sequential&gt;
    &lt;/macrodef&gt;</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 3.596 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-10 16:30:32 -->

