<?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 for Cato&#039;s Place</title>
	<atom:link href="http://www.catosplace.net/blogs/personal/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.catosplace.net/blogs/personal</link>
	<description>Pete Sellars&#039; Blogsphere Presence</description>
	<lastBuildDate>Fri, 09 Jul 2010 06:27:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Ant, Ivy, JUnit 4.8.2 and OpenPojo &#8211; Part 1: Challenges by TheKaptain</title>
		<link>http://www.catosplace.net/blogs/personal/?p=555&#038;cpage=1#comment-409</link>
		<dc:creator>TheKaptain</dc:creator>
		<pubDate>Fri, 09 Jul 2010 06:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=555#comment-409</guid>
		<description>You can easily install a downloaded jar into your local maven repository and refer to it in your build dependencies. If you configure the jar in your pom, maven will actually give you back the required command line invocation(minus the file path) required to install the dependency in an error message.

Instructions for how to install the jar locally are here:
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

Cheers, and I look forward to hearing more about your &#039;experiment&#039;.</description>
		<content:encoded><![CDATA[<p>You can easily install a downloaded jar into your local maven repository and refer to it in your build dependencies. If you configure the jar in your pom, maven will actually give you back the required command line invocation(minus the file path) required to install the dependency in an error message.</p>
<p>Instructions for how to install the jar locally are here:<br />
<a href="http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html" rel="nofollow">http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html</a></p>
<p>Cheers, and I look forward to hearing more about your &#8216;experiment&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by Osman Shoukry</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-378</link>
		<dc:creator>Osman Shoukry</dc:creator>
		<pubDate>Fri, 07 May 2010 03:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-378</guid>
		<description>@Peter - I am curious to know the outcome of the experiment as well, and how OpenPojo worked for you :).</description>
		<content:encoded><![CDATA[<p>@Peter &#8211; I am curious to know the outcome of the experiment as well, and how OpenPojo worked for you <img src='http://www.catosplace.net/blogs/personal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by Peter Sellars</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-370</link>
		<dc:creator>Peter Sellars</dc:creator>
		<pubDate>Tue, 04 May 2010 21:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-370</guid>
		<description>@Baruch - thanks for that, will take a look at your presentation.

@John - that was what I meant by being unsure if I would have problems with the test phase using 4.8.2 - as with it not being in the Maven repository what do I need to do to include it. Yes I agree this is not a fault with Maven, but if I need to use that version is it simpler to do it with Maven or Ant etc.

@Mark &amp; Jospeh - I will take a look at buildr, and based on that and Baruch&#039;s presentation maybe extend this experiment.</description>
		<content:encoded><![CDATA[<p>@Baruch &#8211; thanks for that, will take a look at your presentation.</p>
<p>@John &#8211; that was what I meant by being unsure if I would have problems with the test phase using 4.8.2 &#8211; as with it not being in the Maven repository what do I need to do to include it. Yes I agree this is not a fault with Maven, but if I need to use that version is it simpler to do it with Maven or Ant etc.</p>
<p>@Mark &#038; Jospeh &#8211; I will take a look at buildr, and based on that and Baruch&#8217;s presentation maybe extend this experiment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by Joseph Hirn</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-369</link>
		<dc:creator>Joseph Hirn</dc:creator>
		<pubDate>Tue, 04 May 2010 15:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-369</guid>
		<description>Fantastic. It stripped my XML tags, just imagine this around the bottom part. 

[dependency]

[groupId]I am a project that doesn’t publish to central[/groupId]
   [artifactId]Therefore-I-can-put whatever-I-want-here[/artifactId]
   [version]1234567[/version]
   [scope]system[/scope]
   [path]lib/openpojo.jar[/path]

[/dependency]

Of course the best way to do it is to install the jarfile into your repo, very easy if you are using Nexus.</description>
		<content:encoded><![CDATA[<p>Fantastic. It stripped my XML tags, just imagine this around the bottom part. </p>
<p>[dependency]</p>
<p>[groupId]I am a project that doesn’t publish to central[/groupId]<br />
   [artifactId]Therefore-I-can-put whatever-I-want-here[/artifactId]<br />
   [version]1234567[/version]<br />
   [scope]system[/scope]<br />
   [path]lib/openpojo.jar[/path]</p>
<p>[/dependency]</p>
<p>Of course the best way to do it is to install the jarfile into your repo, very easy if you are using Nexus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by Joseph Hirn</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-368</link>
		<dc:creator>Joseph Hirn</dc:creator>
		<pubDate>Tue, 04 May 2010 15:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-368</guid>
		<description>Yes please try Buildr too. It would make this a very complete assessment. It&#039;s a damn shame that so many projects, are not publishing to Maven central. That hurts Ivy, Gradle and Buildr just as much as Maven. 

For Maven you shouldn&#039;t have to do more than this:

mvn archetype:generate (choose quickstart)
cd project-name
Change Junit version to the latest in pom.xml (jarvana.com for this)
mkdir lib
cp $downloads/openpojo.jar lib/

Add java 1.5 to the build (pet peeve, I hate java 1.4 as default: http://blog.cliffano.com/2007/07/10/going-java-15-with-maven2-based-project/)
Add this to pomfile (I also hate projects not in central):
   
        I am a project that doesn&#039;t publish to central
        Therefore-I-can-put whatever-I-want-here
         1234567
         system
          lib/openpojo.jar
     </description>
		<content:encoded><![CDATA[<p>Yes please try Buildr too. It would make this a very complete assessment. It&#8217;s a damn shame that so many projects, are not publishing to Maven central. That hurts Ivy, Gradle and Buildr just as much as Maven. </p>
<p>For Maven you shouldn&#8217;t have to do more than this:</p>
<p>mvn archetype:generate (choose quickstart)<br />
cd project-name<br />
Change Junit version to the latest in pom.xml (jarvana.com for this)<br />
mkdir lib<br />
cp $downloads/openpojo.jar lib/</p>
<p>Add java 1.5 to the build (pet peeve, I hate java 1.4 as default: <a href="http://blog.cliffano.com/2007/07/10/going-java-15-with-maven2-based-project/)" rel="nofollow">http://blog.cliffano.com/2007/07/10/going-java-15-with-maven2-based-project/)</a><br />
Add this to pomfile (I also hate projects not in central):</p>
<p>        I am a project that doesn&#8217;t publish to central<br />
        Therefore-I-can-put whatever-I-want-here<br />
         1234567<br />
         system<br />
          lib/openpojo.jar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by Mark Thomas</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-366</link>
		<dc:creator>Mark Thomas</dc:creator>
		<pubDate>Tue, 04 May 2010 10:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-366</guid>
		<description>Don&#039;t forget Buildr (buildr.apache.org)</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget Buildr (buildr.apache.org)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by Baruch</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-365</link>
		<dc:creator>Baruch</dc:creator>
		<pubDate>Tue, 04 May 2010 07:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-365</guid>
		<description>Last JavaEdge conference I made a session comparing different build tools (much more than Ant, Maven and Gradle). Take a look on it - http://prezi.com/ngwwf1wcfn7n/</description>
		<content:encoded><![CDATA[<p>Last JavaEdge conference I made a session comparing different build tools (much more than Ant, Maven and Gradle). Take a look on it &#8211; <a href="http://prezi.com/ngwwf1wcfn7n/" rel="nofollow">http://prezi.com/ngwwf1wcfn7n/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by andreagosto</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-364</link>
		<dc:creator>andreagosto</dc:creator>
		<pubDate>Tue, 04 May 2010 06:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-364</guid>
		<description>i have just a littel experience about ant, i never see maven in action, but i know the importance of a build framework in my job. i will follow this your experiment with a lot of interest!</description>
		<content:encoded><![CDATA[<p>i have just a littel experience about ant, i never see maven in action, but i know the importance of a build framework in my job. i will follow this your experiment with a lot of interest!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by John Ferguson Smart</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-362</link>
		<dc:creator>John Ferguson Smart</dc:creator>
		<pubDate>Mon, 03 May 2010 22:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-362</guid>
		<description>Hi Peter,

@Dave is correct - Maven will use whatever version of JUnit you specify in your pom file. But at the time of writing, I don&#039;t think junit 4.8.2 has been published to the public repositories yet (4.8.1 is the latest version on repo1). That&#039;s nothing to do with Maven, though ;-)</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>@Dave is correct &#8211; Maven will use whatever version of JUnit you specify in your pom file. But at the time of writing, I don&#8217;t think junit 4.8.2 has been published to the public repositories yet (4.8.1 is the latest version on repo1). That&#8217;s nothing to do with Maven, though <img src='http://www.catosplace.net/blogs/personal/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant, Maven, Gradle&#8230;or something else&#8230; by Peter Sellars</title>
		<link>http://www.catosplace.net/blogs/personal/?p=504&#038;cpage=1#comment-361</link>
		<dc:creator>Peter Sellars</dc:creator>
		<pubDate>Mon, 03 May 2010 21:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.catosplace.net/blogs/personal/?p=504#comment-361</guid>
		<description>@Dave: I know you can use a specific version of JUnit with Maven, but when running the test phase does it use a pre-determined version or a specified version. - A mentioned I have mainly maintained pom files, rather than written them - I am hoping increased understanding of the Maven build phases and set up will be part of what I will gain from the experiment.

@redsolo: I agree it will be interesting to see the results, and of course at the end of the day I will post my opinions but am hoping those opinions will raise some discussion.</description>
		<content:encoded><![CDATA[<p>@Dave: I know you can use a specific version of JUnit with Maven, but when running the test phase does it use a pre-determined version or a specified version. &#8211; A mentioned I have mainly maintained pom files, rather than written them &#8211; I am hoping increased understanding of the Maven build phases and set up will be part of what I will gain from the experiment.</p>
<p>@redsolo: I agree it will be interesting to see the results, and of course at the end of the day I will post my opinions but am hoping those opinions will raise some discussion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
