<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Integrate ant with dbdeploy not in the classpath</title>
	<atom:link href="http://bdarfler.wordpress.com/2009/01/26/integrate-ant-with-dbdeploy-not-in-the-classpath/feed/" rel="self" type="application/rss+xml" />
	<link>http://bdarfler.wordpress.com/2009/01/26/integrate-ant-with-dbdeploy-not-in-the-classpath/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jan 2009 15:52:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benjamin Darfler</title>
		<link>http://bdarfler.wordpress.com/2009/01/26/integrate-ant-with-dbdeploy-not-in-the-classpath/#comment-38</link>
		<dc:creator>Benjamin Darfler</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=132#comment-38</guid>
		<description>I actually do. The real code is:

&lt;taskdef name=&quot;dbdeploy&quot;
classpathref=&quot;dbdeploy.path&quot;
classname=&quot;net.sf.dbdeploy.AntTarget&quot;/&gt;

Where dbdeploy.path is set by:

&lt;ivy:cachepath pathid=&quot;dbdeploy.path&quot; 
conf=&quot;dbdeploy&quot; /&gt;

Which in turn comes from the dbdeploy conf in ivy.xml config. But I didn’t want to dive into that in the post.</description>
		<content:encoded><![CDATA[<p>I actually do. The real code is:</p>
<p>&lt;taskdef name=&#8221;dbdeploy&#8221;<br />
classpathref=&#8221;dbdeploy.path&#8221;<br />
classname=&#8221;net.sf.dbdeploy.AntTarget&#8221;/&gt;</p>
<p>Where dbdeploy.path is set by:</p>
<p>&lt;ivy:cachepath pathid=&#8221;dbdeploy.path&#8221;<br />
conf=&#8221;dbdeploy&#8221; /&gt;</p>
<p>Which in turn comes from the dbdeploy conf in ivy.xml config. But I didn’t want to dive into that in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Russell</title>
		<link>http://bdarfler.wordpress.com/2009/01/26/integrate-ant-with-dbdeploy-not-in-the-classpath/#comment-35</link>
		<dc:creator>John Russell</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=132#comment-35</guid>
		<description>You might also try the classpathref attribute for taskdef so that you can define you classpath in a &quot;path&quot; element and use the same classpath path element for other things.  This way you can add stuff to the single path element and all of the other things that use that for the classpath get updated.

Nice post.</description>
		<content:encoded><![CDATA[<p>You might also try the classpathref attribute for taskdef so that you can define you classpath in a &#8220;path&#8221; element and use the same classpath path element for other things.  This way you can add stuff to the single path element and all of the other things that use that for the classpath get updated.</p>
<p>Nice post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
