<?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: Using Ivy for Dependency Management</title> <atom:link href="http://www.symphonious.net/2010/01/25/using-ivy-for-dependency-management/feed/" rel="self" type="application/rss+xml" /><link>http://www.symphonious.net/2010/01/25/using-ivy-for-dependency-management/</link> <description>Living in a state of accord.</description> <lastBuildDate>Tue, 07 Feb 2012 01:07:58 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: borzoni</title><link>http://www.symphonious.net/2010/01/25/using-ivy-for-dependency-management/comment-page-1/#comment-182408</link> <dc:creator>borzoni</dc:creator> <pubDate>Sat, 03 Dec 2011 13:45:16 +0000</pubDate> <guid
isPermaLink="false">http://www.symphonious.net/?p=1297#comment-182408</guid> <description>Would you be so kind to give small examples for &quot;Sharing Projects and Modules&quot; part? Just afraid i may got it wrong )</description> <content:encoded><![CDATA[<p>Would you be so kind to give small examples for &#8220;Sharing Projects and Modules&#8221; part? Just afraid i may got it wrong )</p> ]]></content:encoded> </item> <item><title>By: Adrian Sutton</title><link>http://www.symphonious.net/2010/01/25/using-ivy-for-dependency-management/comment-page-1/#comment-174590</link> <dc:creator>Adrian Sutton</dc:creator> <pubDate>Tue, 09 Feb 2010 10:03:17 +0000</pubDate> <guid
isPermaLink="false">http://www.symphonious.net/?p=1297#comment-174590</guid> <description>&lt;target name=&quot;module-list&quot;&gt;
&lt;ivy:buildlist reference=&quot;sub-modules&quot;&gt;
&lt;fileset dir=&quot;.&quot; includes=&quot;*/build.xml&quot;/&gt;
&lt;/ivy:buildlist&gt;
&lt;echo message=&quot;Ivy calculated build order as ${ivy.sorted.modules}&quot; /&gt;
&lt;/target&gt;
&lt;target name=&quot;modules&quot; depends=&quot;module-list&quot;&gt;
&lt;subant target=&quot;publish-local&quot; buildpathref=&quot;sub-modules&quot;  /&gt;
&lt;/target&gt;
Each sub-project defines a &quot;publish-local&quot; target to build itself and publish into the local Ivy repository so it can be used as a dependency from other projects during the build.</description> <content:encoded><![CDATA[<p>&lt;target name=&#8221;module-list&#8221;&gt;<br
/> &lt;ivy:buildlist reference=&#8221;sub-modules&#8221;&gt;<br
/> &lt;fileset dir=&#8221;.&#8221; includes=&#8221;*/build.xml&#8221;/&gt;<br
/> &lt;/ivy:buildlist&gt;<br
/> &lt;echo message=&#8221;Ivy calculated build order as ${ivy.sorted.modules}&#8221; /&gt;<br
/> &lt;/target&gt;</p><p> &lt;target name=&#8221;modules&#8221; depends=&#8221;module-list&#8221;&gt;<br
/> &lt;subant target=&#8221;publish-local&#8221; buildpathref=&#8221;sub-modules&#8221;  /&gt;<br
/> &lt;/target&gt;</p><p>Each sub-project defines a &#8220;publish-local&#8221; target to build itself and publish into the local Ivy repository so it can be used as a dependency from other projects during the build.</p> ]]></content:encoded> </item> <item><title>By: Mark O'Connor</title><link>http://www.symphonious.net/2010/01/25/using-ivy-for-dependency-management/comment-page-1/#comment-174589</link> <dc:creator>Mark O'Connor</dc:creator> <pubDate>Mon, 08 Feb 2010 15:52:11 +0000</pubDate> <guid
isPermaLink="false">http://www.symphonious.net/?p=1297#comment-174589</guid> <description>Excellent article.
Could you provide an example of how your project build uses the buildlist task to build each sub-module?</description> <content:encoded><![CDATA[<p>Excellent article.</p><p>Could you provide an example of how your project build uses the buildlist task to build each sub-module?</p> ]]></content:encoded> </item> </channel> </rss>
