<?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: Building Incanter applications with Leiningen</title>
	<atom:link href="http://data-sorcery.org/2009/11/20/leiningen-clojars/feed/" rel="self" type="application/rss+xml" />
	<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/</link>
	<description></description>
	<lastBuildDate>Sat, 05 May 2012 13:46:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Steven</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-1256</link>
		<dc:creator><![CDATA[Steven]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 22:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-1256</guid>
		<description><![CDATA[This worked for me almost on the first try.  Thanks!   Looks lein has change a minor detail.  I had to change the aot class to include &quot;.core&quot; instead of just the class name (notice the last line in the below project.clj)

[~/clojure/hello]$ cat project.clj
(defproject hello &quot;1.0.0-SNAPSHOT&quot;
  :description &quot;FIXME: write description&quot;
  :dependencies [[org.clojure/clojure &quot;1.2.1&quot;]
                 [incanter &quot;1.2.3-SNAPSHOT&quot;]]
  :main hello.core)]]></description>
		<content:encoded><![CDATA[<p>This worked for me almost on the first try.  Thanks!   Looks lein has change a minor detail.  I had to change the aot class to include &#8220;.core&#8221; instead of just the class name (notice the last line in the below project.clj)</p>
<p>[~/clojure/hello]$ cat project.clj<br />
(defproject hello &#8220;1.0.0-SNAPSHOT&#8221;<br />
  :description &#8220;FIXME: write description&#8221;<br />
  :dependencies [[org.clojure/clojure "1.2.1"]<br />
                 [incanter "1.2.3-SNAPSHOT"]]<br />
  :main hello.core)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carson</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-758</link>
		<dc:creator><![CDATA[Carson]]></dc:creator>
		<pubDate>Sat, 22 May 2010 04:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-758</guid>
		<description><![CDATA[You kidding? Everybody needs Incanter!

Say... the same problem occurs even when I do &quot;lein swank&quot;. I had to copy your script/swank to get that to work too.

Probably doesn&#039;t matter, but I notice in your project.clj that you are using [leiningen/lein-swank &quot;1.1.0&quot;], and it seems that&#039;s &quot;deprecated&quot; now as I see from here http://clojars.org/search?q=swank  

I&#039;m using [swank-clojure &quot;1.2.1&quot;] and I got the error still.]]></description>
		<content:encoded><![CDATA[<p>You kidding? Everybody needs Incanter!</p>
<p>Say&#8230; the same problem occurs even when I do &#8220;lein swank&#8221;. I had to copy your script/swank to get that to work too.</p>
<p>Probably doesn&#8217;t matter, but I notice in your project.clj that you are using [leiningen/lein-swank "1.1.0"], and it seems that&#8217;s &#8220;deprecated&#8221; now as I see from here <a href="http://clojars.org/search?q=swank" rel="nofollow">http://clojars.org/search?q=swank</a>  </p>
<p>I&#8217;m using [swank-clojure "1.2.1"] and I got the error still.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liebke</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-755</link>
		<dc:creator><![CDATA[liebke]]></dc:creator>
		<pubDate>Sat, 22 May 2010 03:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-755</guid>
		<description><![CDATA[Haha, yes it would be nice, but Leiningen is a general Clojure build tool, and not everybody needs Incanter in every Clojure project :-)

Once Clojure 1.2 is released (in the next couple weeks or so), Leiningen will likely upgrade its version of Clojure and &#039;lein repl&#039; will work correctly.]]></description>
		<content:encoded><![CDATA[<p>Haha, yes it would be nice, but Leiningen is a general Clojure build tool, and not everybody needs Incanter in every Clojure project :-)</p>
<p>Once Clojure 1.2 is released (in the next couple weeks or so), Leiningen will likely upgrade its version of Clojure and &#8216;lein repl&#8217; will work correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carson</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-754</link>
		<dc:creator><![CDATA[Carson]]></dc:creator>
		<pubDate>Sat, 22 May 2010 03:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-754</guid>
		<description><![CDATA[Thanks!

It&#039;d be nice if &quot;lein new myproj&quot; would create a template with those scripts you mention and a project.clj with incanter already typed in, etc...]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>It&#8217;d be nice if &#8220;lein new myproj&#8221; would create a template with those scripts you mention and a project.clj with incanter already typed in, etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liebke</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-753</link>
		<dc:creator><![CDATA[liebke]]></dc:creator>
		<pubDate>Sat, 22 May 2010 03:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-753</guid>
		<description><![CDATA[lein repl doesn&#039;t support Clojure 1.2 yet. This is a known, and very annoying, problem. :-) If you want a command line repl, I suggest using the repl script in the script/ directory of the Incanter distribution (http://github.com/liebke/incanter/blob/master/script/repl)
You&#039;ll also need the associated run.clj script (http://github.com/liebke/incanter/blob/master/script/run.clj).

David]]></description>
		<content:encoded><![CDATA[<p>lein repl doesn&#8217;t support Clojure 1.2 yet. This is a known, and very annoying, problem. :-) If you want a command line repl, I suggest using the repl script in the script/ directory of the Incanter distribution (<a href="http://github.com/liebke/incanter/blob/master/script/repl" rel="nofollow">http://github.com/liebke/incanter/blob/master/script/repl</a>)<br />
You&#8217;ll also need the associated run.clj script (<a href="http://github.com/liebke/incanter/blob/master/script/run.clj" rel="nofollow">http://github.com/liebke/incanter/blob/master/script/run.clj</a>).</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carson</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-752</link>
		<dc:creator><![CDATA[Carson]]></dc:creator>
		<pubDate>Sat, 22 May 2010 03:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-752</guid>
		<description><![CDATA[I tried your instructions here and it all works well, java -jar .... brings up the window with the histogram.

So then why is it that when I run lein repl, then try this in the repl I get the error?

user=&gt; (ns hello (:use (incanter core stats charts)))
java.lang.VerifyError: class incanter.core$loading__4347__auto__ overrides final method meta.()Lclojure/lang/IPersistentMap; (NO_SOURCE_FILE:1)

And if I try it a second time, I get this:

hello=&gt; (ns hello (:use (incanter core stats charts)))
java.lang.NoClassDefFoundError: Could not initialize class incanter.core__init (NO_SOURCE_FILE:2)

It&#039;s like lein repl doesn&#039;t use the appropriate classpath??

lein version is 1.1.0 here.]]></description>
		<content:encoded><![CDATA[<p>I tried your instructions here and it all works well, java -jar &#8230;. brings up the window with the histogram.</p>
<p>So then why is it that when I run lein repl, then try this in the repl I get the error?</p>
<p>user=&gt; (ns hello (:use (incanter core stats charts)))<br />
java.lang.VerifyError: class incanter.core$loading__4347__auto__ overrides final method meta.()Lclojure/lang/IPersistentMap; (NO_SOURCE_FILE:1)</p>
<p>And if I try it a second time, I get this:</p>
<p>hello=&gt; (ns hello (:use (incanter core stats charts)))<br />
java.lang.NoClassDefFoundError: Could not initialize class incanter.core__init (NO_SOURCE_FILE:2)</p>
<p>It&#8217;s like lein repl doesn&#8217;t use the appropriate classpath??</p>
<p>lein version is 1.1.0 here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liebke</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-723</link>
		<dc:creator><![CDATA[liebke]]></dc:creator>
		<pubDate>Tue, 11 May 2010 20:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-723</guid>
		<description><![CDATA[I&#039;m glad you solved the problem, and I fixed the namespace on the gist, thanks for pointing that out. 

David]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you solved the problem, and I fixed the namespace on the gist, thanks for pointing that out. </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tzach</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-722</link>
		<dc:creator><![CDATA[tzach]]></dc:creator>
		<pubDate>Tue, 11 May 2010 19:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-722</guid>
		<description><![CDATA[problem solved!

I jump directly to the incanter-webapp example and use the following project file:
(defproject incanter-webapp &quot;1.0.0-SNAPSHOT&quot;
  :description &quot;A simple Incanter web-app.&quot;
  :dependencies [[incanter &quot;1.2.3-SNAPSHOT&quot;]
                 [compojure &quot;0.3.2&quot;]]
  :main simple_web_app)

Please note that the git version of the example at
https://gist.github.com/01e4022f6fde08fc5f4b
have the namespace:
simple-web-app
but the post state correctly it should be
simple_web_app

Thanks again for a great work.
This will keep my busy for days and days!]]></description>
		<content:encoded><![CDATA[<p>problem solved!</p>
<p>I jump directly to the incanter-webapp example and use the following project file:<br />
(defproject incanter-webapp &#8220;1.0.0-SNAPSHOT&#8221;<br />
  :description &#8220;A simple Incanter web-app.&#8221;<br />
  :dependencies [[incanter "1.2.3-SNAPSHOT"]<br />
                 [compojure "0.3.2"]]<br />
  :main simple_web_app)</p>
<p>Please note that the git version of the example at<br />
<a href="https://gist.github.com/01e4022f6fde08fc5f4b" rel="nofollow">https://gist.github.com/01e4022f6fde08fc5f4b</a><br />
have the namespace:<br />
simple-web-app<br />
but the post state correctly it should be<br />
simple_web_app</p>
<p>Thanks again for a great work.<br />
This will keep my busy for days and days!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tzach</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-721</link>
		<dc:creator><![CDATA[tzach]]></dc:creator>
		<pubDate>Tue, 11 May 2010 03:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-721</guid>
		<description><![CDATA[Thanks David
appreciate you help.
This did made a change, now the following artifact is missing:

org.clojure:clojure-master:jar:1.1.0-alpha-SNAPSHOT

BTW, this maybe the result of my  slow connection, not the procedure at all.]]></description>
		<content:encoded><![CDATA[<p>Thanks David<br />
appreciate you help.<br />
This did made a change, now the following artifact is missing:</p>
<p>org.clojure:clojure-master:jar:1.1.0-alpha-SNAPSHOT</p>
<p>BTW, this maybe the result of my  slow connection, not the procedure at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liebke</title>
		<link>http://data-sorcery.org/2009/11/20/leiningen-clojars/#comment-718</link>
		<dc:creator><![CDATA[liebke]]></dc:creator>
		<pubDate>Sat, 08 May 2010 18:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://incanter-blog.org/?p=1085#comment-718</guid>
		<description><![CDATA[The version number scheme for clojure-contrib has recently changed; it no longer contains the word &#039;master&#039; in it. I have updated the post to point to a newer version of Incanter that uses the correct name. So just update your project.clj file to use version 1.2.3-SNAPSHOT, or later, of Incanter:

[incanter &quot;1.2.3-SNAPSHOT&quot;]

Good luck,
David]]></description>
		<content:encoded><![CDATA[<p>The version number scheme for clojure-contrib has recently changed; it no longer contains the word &#8216;master&#8217; in it. I have updated the post to point to a newer version of Incanter that uses the correct name. So just update your project.clj file to use version 1.2.3-SNAPSHOT, or later, of Incanter:</p>
<p>[incanter "1.2.3-SNAPSHOT"]</p>
<p>Good luck,<br />
David</p>
]]></content:encoded>
	</item>
</channel>
</rss>

