<?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: Converting maven pom to ivy</title>
	<atom:link href="http://vafer.org/blog/20081030002755/feed" rel="self" type="application/rss+xml" />
	<link>http://vafer.org/blog/20081030002755</link>
	<description>ramblings of a creative mind</description>
	<lastBuildDate>Sun, 07 Mar 2010 01:54:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stuartblair</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-59332</link>
		<dc:creator>stuartblair</dc:creator>
		<pubDate>Sat, 13 Feb 2010 03:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-59332</guid>
		<description>Thankyou soooooo much! It worked a treat.</description>
		<content:encoded><![CDATA[<p>Thankyou soooooo much! It worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalyan</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-59198</link>
		<dc:creator>kalyan</dc:creator>
		<pubDate>Tue, 23 Jun 2009 04:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-59198</guid>
		<description>Thanks @ Matt &amp; tcurdt. I think it will run in the ivy versions &gt;= 2.0</description>
		<content:encoded><![CDATA[<p>Thanks @ Matt &amp; tcurdt. I think it will run in the ivy versions &gt;= 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-59191</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 19 Jun 2009 21:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-59191</guid>
		<description>Here&#039;s the way to do it : http://ant.apache.org/ivy/history/trunk/use/makepom.html</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the way to do it : <a href="http://ant.apache.org/ivy/history/trunk/use/makepom.html" rel="nofollow">http://ant.apache.org/ivy/history/trunk/use/makepom.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tcurdt</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-59190</link>
		<dc:creator>tcurdt</dc:creator>
		<pubDate>Thu, 18 Jun 2009 19:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-59190</guid>
		<description>@kalyan: I don&#039;t know of any. And frankly speaking I doubt that&#039;s easily doable.</description>
		<content:encoded><![CDATA[<p>@kalyan: I don&#8217;t know of any. And frankly speaking I doubt that&#8217;s easily doable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalyan</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-59188</link>
		<dc:creator>kalyan</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-59188</guid>
		<description>Hi,
Is there any automated converter which coverts IVY.xml to Maven Pom</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is there any automated converter which coverts IVY.xml to Maven Pom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-58965</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Mon, 10 Nov 2008 16:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-58965</guid>
		<description>Ok, now it works. Nested elements and AntLibs are supported. You could try the sandbox/javafront and start

ant ^
  -lib build\classes -lib _ivy ^
  -main org.apache.ant.javafront.TaskExec ^
  -xmlns:ivy=antlib:org.apache.ivy.ant ^
  ivy:convertpom pomFile pom.xml ivyFile ivy.xml
</description>
		<content:encoded><![CDATA[<p>Ok, now it works. Nested elements and AntLibs are supported. You could try the sandbox/javafront and start</p>
<p>ant ^<br />
  -lib build\classes -lib _ivy ^<br />
  -main org.apache.ant.javafront.TaskExec ^<br />
  -xmlns:ivy=antlib:org.apache.ivy.ant ^<br />
  ivy:convertpom pomFile pom.xml ivyFile ivy.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-58963</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 07 Nov 2008 15:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-58963</guid>
		<description>Nice idea - we have developed something to start tasks from the command line. But for your use case there is one thing open: the use of AntLibs and the need for registration of that tasks. The other open thing is the use of nested elements like s.</description>
		<content:encoded><![CDATA[<p>Nice idea &#8211; we have developed something to start tasks from the command line. But for your use case there is one thing open: the use of AntLibs and the need for registration of that tasks. The other open thing is the use of nested elements like s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheGuru</title>
		<link>http://vafer.org/blog/20081030002755/comment-page-1#comment-58956</link>
		<dc:creator>TheGuru</dc:creator>
		<pubDate>Thu, 30 Oct 2008 07:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://vafer.org/blog/?p=625#comment-58956</guid>
		<description>Thanks for sharing that, it will come in very handy for this ivy convert.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing that, it will come in very handy for this ivy convert.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
