<?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: My eventual enjoyment with Hudson</title>
	<atom:link href="http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/</link>
	<description>My repository for development tidbits, and a few personal anecdotes</description>
	<lastBuildDate>Wed, 11 Nov 2009 22:09:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: doubleA</title>
		<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-281</link>
		<dc:creator>doubleA</dc:creator>
		<pubDate>Wed, 14 Nov 2007 17:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-281</guid>
		<description>Martha, could you post the specific error Hudson is reporting?  Your maven settings.xml file should be on the same machine as Hudson and it should be in the MAVEN_HOME/conf dir.  

Are you using a private maven repo for your artifacts, or do you just use the .m2 directory?  Finally, is the artifact that is not found one of your artifacts are a third party artifact?

Oh, and one more note.  Did you make sure you are using a free-style project in Hudson instead of a Maven project.  I never had any luck with the Maven type project.</description>
		<content:encoded><![CDATA[<p>Martha, could you post the specific error Hudson is reporting?  Your maven settings.xml file should be on the same machine as Hudson and it should be in the MAVEN_HOME/conf dir.  </p>
<p>Are you using a private maven repo for your artifacts, or do you just use the .m2 directory?  Finally, is the artifact that is not found one of your artifacts are a third party artifact?</p>
<p>Oh, and one more note.  Did you make sure you are using a free-style project in Hudson instead of a Maven project.  I never had any luck with the Maven type project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martha</title>
		<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-278</link>
		<dc:creator>Martha</dc:creator>
		<pubDate>Tue, 13 Nov 2007 23:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-278</guid>
		<description>Hi:

I&#039;m evaluating Hudson to use it for our nightly build system, and I have the same problem that has Danny but I can&#039;t figure it out how to solve it.

The settings.xml file is in C:\Documments and Settings\username\.m2\repository\ and also in the MAVEN_HOME\conf directory, but when I build my project, Hudson send me that don&#039;t find the artifact that is repository.


I hope you can give a clue. I put this problem in the hudson mailing list but I&#039;m waiting for an answer. Maybe is something very easy but at this moment I&#039;m block and sometimes the view of other could help.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I&#8217;m evaluating Hudson to use it for our nightly build system, and I have the same problem that has Danny but I can&#8217;t figure it out how to solve it.</p>
<p>The settings.xml file is in C:\Documments and Settings\username\.m2\repository\ and also in the MAVEN_HOME\conf directory, but when I build my project, Hudson send me that don&#8217;t find the artifact that is repository.</p>
<p>I hope you can give a clue. I put this problem in the hudson mailing list but I&#8217;m waiting for an answer. Maybe is something very easy but at this moment I&#8217;m block and sometimes the view of other could help.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-109</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 14 Jun 2007 22:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-109</guid>
		<description>Actually, the problem ended up being on that system.  Someone had left some maven settings lying around in the $MAVEN_HOME/conf directory, which were taking precedence over the ones I had in ~jboss/.m2.  The only issue I&#039;m still having is hudson ticket #503, but I&#039;m sure I&#039;ll have that solved soon enough.  Thanks for the great blog; sorry to turn your comments area into a &#039;help me&#039; post. :-)</description>
		<content:encoded><![CDATA[<p>Actually, the problem ended up being on that system.  Someone had left some maven settings lying around in the $MAVEN_HOME/conf directory, which were taking precedence over the ones I had in ~jboss/.m2.  The only issue I&#8217;m still having is hudson ticket #503, but I&#8217;m sure I&#8217;ll have that solved soon enough.  Thanks for the great blog; sorry to turn your comments area into a &#8216;help me&#8217; post. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doubleA</title>
		<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-95</link>
		<dc:creator>doubleA</dc:creator>
		<pubDate>Mon, 04 Jun 2007 15:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-95</guid>
		<description>Danny, I did not have any problems with Hudson picking up my Maven settings.  With my config, I setup maven 2.0.4 on the Hudson server first, then I installed Hudson.  I&#039;m using maven-proxy for my corporate repo, and that is also on the same server.  But it should all work even if it is on different servers because my settings.xml references the full server hostname of the maven-proxy repo.</description>
		<content:encoded><![CDATA[<p>Danny, I did not have any problems with Hudson picking up my Maven settings.  With my config, I setup maven 2.0.4 on the Hudson server first, then I installed Hudson.  I&#8217;m using maven-proxy for my corporate repo, and that is also on the same server.  But it should all work even if it is on different servers because my settings.xml references the full server hostname of the maven-proxy repo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-89</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 31 May 2007 23:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-89</guid>
		<description>I just found Hudson today and I&#039;m thrilled with its ease-of-install (the JNLP made the demo a sinch), but I&#039;m stuck on using it with a corporate maven2 repository.  The project&#039;s don&#039;t seem to read the local settings.xml file or use the ~/.m2/repository so its not finding some of our internal artifacts.  Is this a problem you had to work through?</description>
		<content:encoded><![CDATA[<p>I just found Hudson today and I&#8217;m thrilled with its ease-of-install (the JNLP made the demo a sinch), but I&#8217;m stuck on using it with a corporate maven2 repository.  The project&#8217;s don&#8217;t seem to read the local settings.xml file or use the ~/.m2/repository so its not finding some of our internal artifacts.  Is this a problem you had to work through?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanR</title>
		<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-78</link>
		<dc:creator>DanR</dc:creator>
		<pubDate>Mon, 28 May 2007 20:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-78</guid>
		<description>Yeah, that and keep some cold hard cash on hand for the licensing costs of parabuild.  Dude, if you&#039;re gonna troll-post adverts for your product, be forthright about it.  Why the Hudson slam anyway Slava?  Nervous much?  ;)</description>
		<content:encoded><![CDATA[<p>Yeah, that and keep some cold hard cash on hand for the licensing costs of parabuild.  Dude, if you&#8217;re gonna troll-post adverts for your product, be forthright about it.  Why the Hudson slam anyway Slava?  Nervous much?  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slava Imeshev</title>
		<link>http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-4</link>
		<dc:creator>Slava Imeshev</dc:creator>
		<pubDate>Fri, 16 Mar 2007 00:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/03/15/my-eventual-enjoyment-with-hudson/#comment-4</guid>
		<description>Actually, you need only one key step for success:

1. Install Parabuild.

Regards,

Slava Imeshev</description>
		<content:encoded><![CDATA[<p>Actually, you need only one key step for success:</p>
<p>1. Install Parabuild.</p>
<p>Regards,</p>
<p>Slava Imeshev</p>
]]></content:encoded>
	</item>
</channel>
</rss>
