<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>madnet.ch - Rolf Klemenz &#187; maven</title>
	<atom:link href="http://www.madnet.ch/tag/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madnet.ch</link>
	<description>because technology matters</description>
	<lastBuildDate>Thu, 06 Oct 2011 19:02:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>maven and canoo webtest pitfall</title>
		<link>http://www.madnet.ch/2009/04/06/maven-and-canoo-webtest-pitfall/</link>
		<comments>http://www.madnet.ch/2009/04/06/maven-and-canoo-webtest-pitfall/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 19:47:13 +0000</pubDate>
		<dc:creator>Rolf</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[commons]]></category>
		<category><![CDATA[httpclient]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[webDAV]]></category>
		<category><![CDATA[webtest]]></category>

		<guid isPermaLink="false">http://www.madnet.ch/2009/04/06/maven-and-canoo-webtest-pitfall/</guid>
		<description><![CDATA[Today, I spent about 2 hours to find out why our canoo webtests didn&#8217;t run anymore after adding the webDAV wagon to our maven build. The problem was that when adding the webDAV-wagon to your build as an extension, you &#8230; <a href="http://www.madnet.ch/2009/04/06/maven-and-canoo-webtest-pitfall/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, I spent about 2 hours to find out why our canoo webtests didn&#8217;t run anymore after adding the webDAV wagon to our maven build. </p>
<p>The problem was that when adding the webDAV-wagon to your build as an extension, you also get the commons-httpclient dependency to the maven runtime classpath. This wouldn&#8217;t be too bad, but the 1.0-beta2 version of the webDAV-wagon depends on commons-httpclient version 2.0.2. That&#8217;s way too old for canoo webtest and is also deprecated for almost a year now. </p>
<p>I found out that starting with maven 2.0.9 you don&#8217;t need to have an explicit reference to the webDAV-wagon as extension anymore. </p>
<p>E voilà! Suddenly it worked. Maven 2.0.9 also seems to work with version 3.1 of commons-httpclient, the same version canoo webtest depends on. </p>
<p>So, if you get a &#8216;NoSuchMethodFound&#8217; for HttpConnectionManager.getParams() first check if you&#8217;re using the webDAV-wagon extension first. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.madnet.ch/2009/04/06/maven-and-canoo-webtest-pitfall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

