<?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"
	>
<channel>
	<title>Comments on: A fine motto</title>
	<atom:link href="http://blog.tmorris.net/a-fine-motto/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tmorris.net/a-fine-motto/</link>
	<description>The weblog of Tony Morris</description>
	<pubDate>Sat, 19 May 2012 02:25:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Berlin Brown</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-26616</link>
		<dc:creator>Berlin Brown</dc:creator>
		<pubDate>Sun, 28 Dec 2008 01:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-26616</guid>
		<description>I agree with some degree on Java.  It has issues and I work with it, but not because I want to.  It pays the bills and I really don't code a lot of Java everyday.  Most of my time is spent with other technologies.

On Ruby and Rails,  Ruby doesn't seem to give you any advanced language features and still shares a procedural style of development.  And it is still slow (Even the 1.9 release).  I don't know much about rails, but I can't seem to find out why there is so much hype.  Most of what I hear about the technology seems to be hype.  But I will give Ruby and Rails the benefit of the doubt.  They are taking jobs away from the J2EE world and getting support from major companies.  Kudos for that, I guess.

Maven is what I really wanted to talk about.  I don't have the heart to write a maven script, but I am just frustrated trying to build a maven application.  For example, scala? and other scala projects like lift-web use maven.  Normally, I just build my own Ant script because I am pissed off with maven's design.

First thing, I don't build tools that need to download files from some repository.  This is not specific to just Maven, but Maven thrives on it.  Some of us might be behind a restrictive firewall or not have an internet connection.  And there is nothing more frustrating than having to download 100MB of file from one repository location.  No thanks.

And in general, why is Java/Jar Hell all that bad.  It is not nearly the same as DLL hell.  I guess Maven is supposed to solve the Jar Hell issue.  Maybe it is just me, but is it really that difficult to have a listing of jar files and add that list to the java runtime arguments.  I never understood why so many people have an issue with Jar Hell.   In any case, Maven does a poor to OK job of finding those dependencies.  I rarely can get a Maven application compiled.


"Maven is pretty decent in enterprise (large) projects. Typical properties of “enterprise” projects include overloaded scms, numerous concurrent releases/branches/versions/environments, some “impossible” scenarios to automatically test (i.e. COBOL-systems) leading to QA and testers, reporting and documentation demands from the foul project managers, developers of very different skill-levels (some outright dumb) and in general sub-optimal-everything — then maven flourish"</description>
		<content:encoded><![CDATA[<p>I agree with some degree on Java.  It has issues and I work with it, but not because I want to.  It pays the bills and I really don&#8217;t code a lot of Java everyday.  Most of my time is spent with other technologies.</p>
<p>On Ruby and Rails,  Ruby doesn&#8217;t seem to give you any advanced language features and still shares a procedural style of development.  And it is still slow (Even the 1.9 release).  I don&#8217;t know much about rails, but I can&#8217;t seem to find out why there is so much hype.  Most of what I hear about the technology seems to be hype.  But I will give Ruby and Rails the benefit of the doubt.  They are taking jobs away from the J2EE world and getting support from major companies.  Kudos for that, I guess.</p>
<p>Maven is what I really wanted to talk about.  I don&#8217;t have the heart to write a maven script, but I am just frustrated trying to build a maven application.  For example, scala? and other scala projects like lift-web use maven.  Normally, I just build my own Ant script because I am pissed off with maven&#8217;s design.</p>
<p>First thing, I don&#8217;t build tools that need to download files from some repository.  This is not specific to just Maven, but Maven thrives on it.  Some of us might be behind a restrictive firewall or not have an internet connection.  And there is nothing more frustrating than having to download 100MB of file from one repository location.  No thanks.</p>
<p>And in general, why is Java/Jar Hell all that bad.  It is not nearly the same as DLL hell.  I guess Maven is supposed to solve the Jar Hell issue.  Maybe it is just me, but is it really that difficult to have a listing of jar files and add that list to the java runtime arguments.  I never understood why so many people have an issue with Jar Hell.   In any case, Maven does a poor to OK job of finding those dependencies.  I rarely can get a Maven application compiled.</p>
<p>&#8220;Maven is pretty decent in enterprise (large) projects. Typical properties of “enterprise” projects include overloaded scms, numerous concurrent releases/branches/versions/environments, some “impossible” scenarios to automatically test (i.e. COBOL-systems) leading to QA and testers, reporting and documentation demands from the foul project managers, developers of very different skill-levels (some outright dumb) and in general sub-optimal-everything — then maven flourish&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Morris</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-25090</link>
		<dc:creator>Tony Morris</dc:creator>
		<pubDate>Sat, 13 Dec 2008 11:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-25090</guid>
		<description>Uh huh (sense?)</description>
		<content:encoded><![CDATA[<p>Uh huh (sense?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glu</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-25086</link>
		<dc:creator>Glu</dc:creator>
		<pubDate>Sat, 13 Dec 2008 11:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-25086</guid>
		<description>Add your Haskell Ant++ to the list at the top until you produce something that works on different operating systems and has a community following. 

Maven 2 is a better choice than Ant for most new projects. The plugin for Eclipse may be crap but the one for Netbeans is excellent.</description>
		<content:encoded><![CDATA[<p>Add your Haskell Ant++ to the list at the top until you produce something that works on different operating systems and has a community following. </p>
<p>Maven 2 is a better choice than Ant for most new projects. The plugin for Eclipse may be crap but the one for Netbeans is excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Christian Rynning</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-24841</link>
		<dc:creator>Ole Christian Rynning</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-24841</guid>
		<description>(Ben:) Maven is pretty decent in &#60;claptrap&#62;enterprise&#60;/claptrap&#62; (large) projects. Typical properties of "enterprise" projects include overloaded scms, numerous concurrent releases/branches/versions/environments, some "impossible" scenarios to automatically test (i.e. COBOL-systems) leading to QA and testers, reporting and documentation demands from the foul project managers, developers of very different skill-levels (some outright dumb) and in general sub-optimal-everything -- then maven flourish. Maven is simple to learn, and if used *somewhat* correct provides alot of good practises.

If you have such properties and try to reinvent the wheel or build your own magic heavenly supreme and elegant code in say Haskell -- you are a way too optimistic code onanist who will create a lot of problems for yourself and doom yourself into fixing other peoples mistakes ;)

If your projects don't have such properties - or you have a stabile team of excellent programmers - or already have good control over your CI, builds and already manage to release often and successful - or even the number of dependencies are limited to say: 10 -- I see no obvious reasons why you should be forced to use maven.  :)</description>
		<content:encoded><![CDATA[<p>(Ben:) Maven is pretty decent in &lt;claptrap&gt;enterprise&lt;/claptrap&gt; (large) projects. Typical properties of &#8220;enterprise&#8221; projects include overloaded scms, numerous concurrent releases/branches/versions/environments, some &#8220;impossible&#8221; scenarios to automatically test (i.e. COBOL-systems) leading to QA and testers, reporting and documentation demands from the foul project managers, developers of very different skill-levels (some outright dumb) and in general sub-optimal-everything &#8212; then maven flourish. Maven is simple to learn, and if used *somewhat* correct provides alot of good practises.</p>
<p>If you have such properties and try to reinvent the wheel or build your own magic heavenly supreme and elegant code in say Haskell &#8212; you are a way too optimistic code onanist who will create a lot of problems for yourself and doom yourself into fixing other peoples mistakes <img src='http://blog.tmorris.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>If your projects don&#8217;t have such properties - or you have a stabile team of excellent programmers - or already have good control over your CI, builds and already manage to release often and successful - or even the number of dependencies are limited to say: 10 &#8212; I see no obvious reasons why you should be forced to use maven.  <img src='http://blog.tmorris.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Suereth</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-24764</link>
		<dc:creator>Josh Suereth</dc:creator>
		<pubDate>Tue, 09 Dec 2008 13:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-24764</guid>
		<description>I only really disagree with the maven part there, but only if you're arguing ant vs. maven.  Anyway, I believe we've had that discussion sometime in the past, and I'd rather agree to disagree.</description>
		<content:encoded><![CDATA[<p>I only really disagree with the maven part there, but only if you&#8217;re arguing ant vs. maven.  Anyway, I believe we&#8217;ve had that discussion sometime in the past, and I&#8217;d rather agree to disagree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-24760</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Tue, 09 Dec 2008 10:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-24760</guid>
		<description>Yeah, Java sucks, I better start writing my own compiler in Lisp for compiling Scala, way to go!</description>
		<content:encoded><![CDATA[<p>Yeah, Java sucks, I better start writing my own compiler in Lisp for compiling Scala, way to go!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-24756</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Tue, 09 Dec 2008 10:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-24756</guid>
		<description>i don't understand the attraction of maven. the things i most hate about maven:

- the way maven fetches dependencies from the network seems to be stupid and makes builds run slow. i don't understand why dependencies can't just checked into source control.

- if you want to do anything not supported by maven you are in a world of pain.

- maven doesn't seem to integrate well with IDEs. eclipse plugin is buggy as hell and randomly breaks other launch configurations in eclipse.</description>
		<content:encoded><![CDATA[<p>i don&#8217;t understand the attraction of maven. the things i most hate about maven:</p>
<p>- the way maven fetches dependencies from the network seems to be stupid and makes builds run slow. i don&#8217;t understand why dependencies can&#8217;t just checked into source control.</p>
<p>- if you want to do anything not supported by maven you are in a world of pain.</p>
<p>- maven doesn&#8217;t seem to integrate well with IDEs. eclipse plugin is buggy as hell and randomly breaks other launch configurations in eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Peurala</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-24733</link>
		<dc:creator>Ville Peurala</dc:creator>
		<pubDate>Tue, 09 Dec 2008 06:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-24733</guid>
		<description>&#62;&#62; What do you yourself use for building your Scala software? 

&#62; Haskell

This is very interesting. Do you have any published example of a build written in Haskell?</description>
		<content:encoded><![CDATA[<p>&gt;&gt; What do you yourself use for building your Scala software? </p>
<p>&gt; Haskell</p>
<p>This is very interesting. Do you have any published example of a build written in Haskell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Morris</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-24732</link>
		<dc:creator>Tony Morris</dc:creator>
		<pubDate>Tue, 09 Dec 2008 05:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-24732</guid>
		<description>&lt;blockquote&gt;
What do you yourself use for building your Scala software? 
&lt;/blockquote&gt;

Haskell</description>
		<content:encoded><![CDATA[<blockquote><p>
What do you yourself use for building your Scala software?
</p></blockquote>
<p>Haskell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Peurala</title>
		<link>http://blog.tmorris.net/a-fine-motto/#comment-24730</link>
		<dc:creator>Ville Peurala</dc:creator>
		<pubDate>Tue, 09 Dec 2008 05:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=482#comment-24730</guid>
		<description>Tony, what do you yourself use for building your Scala software? Maven is on your "analogous to Windows" list, and I guess you don't use Buildr or Rake since Ruby is there too. So what does that leave us with? Do you have some secret build tool the general public does not know about, or do you just write shell scripts? Or something else?</description>
		<content:encoded><![CDATA[<p>Tony, what do you yourself use for building your Scala software? Maven is on your &#8220;analogous to Windows&#8221; list, and I guess you don&#8217;t use Buildr or Rake since Ruby is there too. So what does that leave us with? Do you have some secret build tool the general public does not know about, or do you just write shell scripts? Or something else?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

