<?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 on: Building Clojure Projects with Leiningen</title>
	<atom:link href="http://zef.me/2470/building-clojure-projects-with-leiningen/feed" rel="self" type="application/rss+xml" />
	<link>http://zef.me/2470/building-clojure-projects-with-leiningen</link>
	<description></description>
	<lastBuildDate>Tue, 14 May 2013 06:12:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: vikrant behal</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-7363</link>
		<dc:creator>vikrant behal</dc:creator>
		<pubDate>Tue, 04 Oct 2011 09:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-7363</guid>
		<description><![CDATA[&lt;p&gt;Exception in thread &quot;main&quot; java.lang.IllegalAccessError: user-setting
exist (NO_SOURCE_FILE:0)
        at clojure.lang.Compiler.eval(Compiler.java:5440)
        at clojure.lang.Compiler.eval(Compiler.java:5391)
        at clojure.core$eval.invoke(core.clj:2382)
        at clojure.main$eval_opt.invoke(main.clj:235)
        at clojure.main$initialize.invoke(main.clj:254)
        at clojure.main$script_opt.invoke(main.clj:270)
        at clojure.main$main.doInvoke(main.clj:354)
        at clojure.lang.RestFn.invoke(RestFn.java:482)
        at clojure.lang.Var.invoke(Var.java:381)
        at clojure.lang.AFn.applyToHelper(AFn.java:178)
        at clojure.lang.Var.applyTo(Var.java:482)
        at clojure.main.main(main.java:37)
Caused by: java.lang.IllegalAccessError: user-settings does not exist
        at clojure.core$refer.doInvoke(core.clj:3287)
        at clojure.lang.RestFn.applyTo(RestFn.java:139)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$load_lib.doInvoke(core.clj:4781)
        at clojure.lang.RestFn.applyTo(RestFn.java:142)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$load_libs.doInvoke(core.clj:4800)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:544)
        at clojure.core$use.doInvoke(core.clj:4892)
        at clojure.lang.RestFn.invoke(RestFn.java:457)
        at leiningen.new$loading__4414__auto__.invoke(new.clj:1)
        at leiningen.new__init.load(Unknown Source)
        at leiningen.new__init.(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at clojure.lang.RT.loadClassForName(RT.java:1578)
        at clojure.lang.RT.load(RT.java:399)
        at clojure.lang.RT.load(RT.java:381)
        at clojure.core$load$fn__4519.invoke(core.clj:4915)
        at clojure.core$load.doInvoke(core.clj:4914)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at clojure.core$load_one.invoke(core.clj:4729)
        at clojure.core$load_lib.doInvoke(core.clj:4766)
        at clojure.lang.RestFn.applyTo(RestFn.java:142)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$load_libs.doInvoke(core.clj:4800)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$require.doInvoke(core.clj:4881)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at leiningen.core$resolve_task.invoke(core.clj:73)
        at leiningen.core$_main.doInvoke(core.clj:110)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:540)
        at leiningen.core$_main.invoke(core.clj:114)
        at user$eval46.invoke(NO_SOURCE_FILE:1)
        at clojure.lang.Compiler.eval(Compiler.java:5424)
        ... 11 more&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Exception in thread &#8220;main&#8221; java.lang.IllegalAccessError: user-setting
exist (NO_SOURCE_FILE:0)
        at clojure.lang.Compiler.eval(Compiler.java:5440)
        at clojure.lang.Compiler.eval(Compiler.java:5391)
        at clojure.core$eval.invoke(core.clj:2382)
        at clojure.main$eval_opt.invoke(main.clj:235)
        at clojure.main$initialize.invoke(main.clj:254)
        at clojure.main$script_opt.invoke(main.clj:270)
        at clojure.main$main.doInvoke(main.clj:354)
        at clojure.lang.RestFn.invoke(RestFn.java:482)
        at clojure.lang.Var.invoke(Var.java:381)
        at clojure.lang.AFn.applyToHelper(AFn.java:178)
        at clojure.lang.Var.applyTo(Var.java:482)
        at clojure.main.main(main.java:37)
Caused by: java.lang.IllegalAccessError: user-settings does not exist
        at clojure.core$refer.doInvoke(core.clj:3287)
        at clojure.lang.RestFn.applyTo(RestFn.java:139)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$load_lib.doInvoke(core.clj:4781)
        at clojure.lang.RestFn.applyTo(RestFn.java:142)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$load_libs.doInvoke(core.clj:4800)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:544)
        at clojure.core$use.doInvoke(core.clj:4892)
        at clojure.lang.RestFn.invoke(RestFn.java:457)
        at leiningen.new$loading__4414__auto__.invoke(new.clj:1)
        at leiningen.new__init.load(Unknown Source)
        at leiningen.new__init.(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at clojure.lang.RT.loadClassForName(RT.java:1578)
        at clojure.lang.RT.load(RT.java:399)
        at clojure.lang.RT.load(RT.java:381)
        at clojure.core$load$fn__4519.invoke(core.clj:4915)
        at clojure.core$load.doInvoke(core.clj:4914)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at clojure.core$load_one.invoke(core.clj:4729)
        at clojure.core$load_lib.doInvoke(core.clj:4766)
        at clojure.lang.RestFn.applyTo(RestFn.java:142)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$load_libs.doInvoke(core.clj:4800)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:542)
        at clojure.core$require.doInvoke(core.clj:4881)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at leiningen.core$resolve_task.invoke(core.clj:73)
        at leiningen.core$_main.doInvoke(core.clj:110)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invoke(core.clj:540)
        at leiningen.core$_main.invoke(core.clj:114)
        at user$eval46.invoke(NO_SOURCE_FILE:1)
        at clojure.lang.Compiler.eval(Compiler.java:5424)
        &#8230; 11 more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Ramsden</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-7356</link>
		<dc:creator>Richard Ramsden</dc:creator>
		<pubDate>Fri, 12 Aug 2011 06:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-7356</guid>
		<description><![CDATA[&lt;p&gt;Thank you! I was having a very difficult time trying to figure out how to get my compiled application to run, turned out I forgot to define :main in project.clj&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thank you! I was having a very difficult time trying to figure out how to get my compiled application to run, turned out I forgot to define :main in project.clj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Clojure] building clojure projects with leiningen</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-7350</link>
		<dc:creator>[Clojure] building clojure projects with leiningen</dc:creator>
		<pubDate>Fri, 15 Jul 2011 04:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-7350</guid>
		<description><![CDATA[&lt;p&gt;[...] http://zef.me/2470/building-clojure-projects-with-leiningen [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://zef.me/2470/building-clojure-projects-with-leiningen" rel="nofollow">http://zef.me/2470/building-clojure-projects-with-leiningen</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Additional Investment To Learn Clojure &#171; Dr. Knucklehead&#039;s Blog</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-7341</link>
		<dc:creator>Additional Investment To Learn Clojure &#171; Dr. Knucklehead&#039;s Blog</dc:creator>
		<pubDate>Mon, 20 Jun 2011 15:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-7341</guid>
		<description><![CDATA[&lt;p&gt;[...] don&#8217;t think it matters if using cake or Leiningen http://zef.me/2470/building-clojure-projects-with-leiningen. But, no matter, the investment is [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] don&#8217;t think it matters if using cake or Leiningen <a href="http://zef.me/2470/building-clojure-projects-with-leiningen" rel="nofollow">http://zef.me/2470/building-clojure-projects-with-leiningen</a>. But, no matter, the investment is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Leiningen to Build Projects &#171; Clojure Companion Cube</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-7085</link>
		<dc:creator>Using Leiningen to Build Projects &#171; Clojure Companion Cube</dc:creator>
		<pubDate>Thu, 09 Dec 2010 17:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-7085</guid>
		<description><![CDATA[&lt;p&gt;[...] http://zef.me/2470/building-clojure-projects-with-leiningen        No tags [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://zef.me/2470/building-clojure-projects-with-leiningen" rel="nofollow">http://zef.me/2470/building-clojure-projects-with-leiningen</a>        No tags [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leiningen and Clojure &#124; Smash Company</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-7034</link>
		<dc:creator>Leiningen and Clojure &#124; Smash Company</dc:creator>
		<pubDate>Thu, 23 Sep 2010 15:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-7034</guid>
		<description><![CDATA[&lt;p&gt;[...] offers the code to do it. I have not used Leiningen so I started looking for information about it. Zef offers this description: Everybody who once used Java, struggled with Java’s classpath at some point during their career. [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] offers the code to do it. I have not used Leiningen so I started looking for information about it. Zef offers this description: Everybody who once used Java, struggled with Java’s classpath at some point during their career. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thirdreplicator</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-4128</link>
		<dc:creator>Thirdreplicator</dc:creator>
		<pubDate>Sun, 11 Jul 2010 12:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-4128</guid>
		<description><![CDATA[&lt;p&gt;You need to say:&lt;br&gt;&lt;br&gt;java -jar helloworld-standalone.jar&lt;br&gt;&lt;br&gt;not&lt;br&gt;&lt;br&gt;java -jar helloworld.jar&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>You need to say:<br /><br />java -jar helloworld-standalone.jar<br /><br />not<br /><br />java -jar helloworld.jar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carson</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-4105</link>
		<dc:creator>Carson</dc:creator>
		<pubDate>Wed, 09 Jun 2010 04:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-4105</guid>
		<description><![CDATA[&lt;p&gt;I&#039;ve written a simpler and briefer guide sharing my experience with using Leiningen for building Clojure programs, using the current version Leiningen 1.1.0.  Not as detailed as yours here, and definitely based on what I learnt from yours, but thought I&#039;d share what bits I know about the newer version.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.carsoncheng.ca/2010/06/building-clojure-projects-with.html&quot; rel=&quot;nofollow&quot;&gt;http://blog.carsoncheng.ca/2010/06/building-clo...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks for writing your guide here. Learnt a lot.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#39;ve written a simpler and briefer guide sharing my experience with using Leiningen for building Clojure programs, using the current version Leiningen 1.1.0.  Not as detailed as yours here, and definitely based on what I learnt from yours, but thought I&#39;d share what bits I know about the newer version.<br /><br /><a href="http://blog.carsoncheng.ca/2010/06/building-clojure-projects-with.html" rel="nofollow"></a><a href="http://blog.carsoncheng.ca/2010/06/building-clo" rel="nofollow">http://blog.carsoncheng.ca/2010/06/building-clo</a>&#8230;<br /><br />Thanks for writing your guide here. Learnt a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giacecco</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-4015</link>
		<dc:creator>giacecco</dc:creator>
		<pubDate>Tue, 11 May 2010 20:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-4015</guid>
		<description><![CDATA[&lt;p&gt;Hi Zef, &lt;br&gt;I am using leiningen 1.1.0 and &#039;lein uberjar&#039; creates two jars, helloworld.jar and helloworld-standalone.jar . Only the latter works with &#039;java -jar helloword-standalone.jar&#039;. You may want to check that your example is consistent with that. Thanks for your tutorial!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Zef, <br />I am using leiningen 1.1.0 and &#39;lein uberjar&#39; creates two jars, helloworld.jar and helloworld-standalone.jar . Only the latter works with &#39;java -jar helloword-standalone.jar&#39;. You may want to check that your example is consistent with that. Thanks for your tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brw314</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3985</link>
		<dc:creator>brw314</dc:creator>
		<pubDate>Mon, 12 Apr 2010 10:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3985</guid>
		<description><![CDATA[&lt;p&gt;yes, actually it turns out the problem seems it is Mac OSX 10.4 that leiningen won&#039;t compile on, it works fine  on the debian system I use, but thanks for a nice tutorial!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>yes, actually it turns out the problem seems it is Mac OSX 10.4 that leiningen won&#39;t compile on, it works fine  on the debian system I use, but thanks for a nice tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3973</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sun, 04 Apr 2010 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3973</guid>
		<description><![CDATA[&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;I get exactly the same error as above when trying to compile with the same input files. Is something broken?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi,<br /><br />I get exactly the same error as above when trying to compile with the same input files. Is something broken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brw314</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3804</link>
		<dc:creator>brw314</dc:creator>
		<pubDate>Wed, 17 Mar 2010 07:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3804</guid>
		<description><![CDATA[&lt;p&gt;hi, sorry, i forgot to comment above , but I think I followed the directions&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>hi, sorry, i forgot to comment above , but I think I followed the directions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brw314</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3805</link>
		<dc:creator>brw314</dc:creator>
		<pubDate>Wed, 17 Mar 2010 07:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3805</guid>
		<description><![CDATA[&lt;p&gt;test2/helloworld rberger$ cat project.clj&lt;br&gt;(defproject helloworld &quot;0.1&quot;&lt;br&gt;    :dependencies [[org.clojure/clojure&lt;br&gt;                      &quot;1.1.0-master-SNAPSHOT&quot;]&lt;br&gt;                   [org.clojure/clojure-contrib&lt;br&gt;                      &quot;1.0-SNAPSHOT&quot;]]&lt;br&gt;    :main helloworld)&lt;br&gt;zephyr:~/desktop/test2/helloworld rberger$ &lt;br&gt;zephyr:~/desktop/test2/helloworld rberger$ ls src&lt;br&gt;helloworld.clj&lt;br&gt;zephyr:~/desktop/test2/helloworld rberger$ cat src/helloworld.clj&lt;br&gt;(ns helloworld&lt;br&gt;  (:gen-class))&lt;br&gt; &lt;br&gt;(defn -main [&amp; args]&lt;br&gt;  (println &quot;Hello world!&quot;))&lt;br&gt;&lt;br&gt;zephyr:~/desktop/test2/helloworld rberger$ lein clean&lt;br&gt;Cleaning up&lt;br&gt;zephyr:~/desktop/test2/helloworld rberger$ lein compile &lt;br&gt;     [copy] Copying 2 files to /Users/rberger/Desktop/test2/helloworld/lib&lt;br&gt;Exception in thread &quot;main&quot; java.lang.NullPointerException (NO_SOURCE_FILE:0)&lt;br&gt;        at clojure.lang.Compiler.eval(Compiler.java:4658)&lt;br&gt;        at clojure.core$eval__5236.invoke(core.clj:2017)&lt;br&gt;        at clojure.main$eval_opt__7411.invoke(main.clj:227)&lt;br&gt;        at clojure.main$initialize__7418.invoke(main.clj:246)&lt;br&gt;        at clojure.main$null_opt__7446.invoke(main.clj:271)&lt;br&gt;        at clojure.main$main__7466.doInvoke(main.clj:346)&lt;br&gt;        at clojure.lang.RestFn.invoke(RestFn.java:426)&lt;br&gt;        at clojure.lang.Var.invoke(Var.java:363)&lt;br&gt;        at clojure.lang.AFn.applyToHelper(AFn.java:175)&lt;br&gt;        at clojure.lang.Var.applyTo(Var.java:476)&lt;br&gt;        at clojure.main.main(main.java:37)&lt;br&gt;Caused by: java.lang.NullPointerException&lt;br&gt;        at clojure.core$name__4748.invoke(core.clj:1053)&lt;br&gt;        at leiningen.compile$find_native_lib_path__775.invoke(compile.clj:80)&lt;br&gt;        at leiningen.compile$eval_in_project__791.doInvoke(compile.clj:109)&lt;br&gt;        at clojure.lang.RestFn.invoke(RestFn.java:430)&lt;br&gt;        at leiningen.compile$compile__806.invoke(compile.clj:154)&lt;br&gt;        at clojure.lang.Var.invoke(Var.java:359)&lt;br&gt;        at clojure.lang.AFn.applyToHelper(AFn.java:173)&lt;br&gt;        at clojure.lang.Var.applyTo(Var.java:476)&lt;br&gt;        at clojure.core$apply__4370.invoke(core.clj:436)&lt;br&gt;        at leiningen.core$&lt;em&gt;main&lt;/em&gt;_46$fn__49.invoke(core.clj:81)&lt;br&gt;        at leiningen.core$&lt;em&gt;main&lt;/em&gt;_46.doInvoke(core.clj:78)&lt;br&gt;        at clojure.lang.RestFn.invoke(RestFn.java:413)&lt;br&gt;        at user$eval__55.invoke(NO_SOURCE_FILE:1)&lt;br&gt;        at clojure.lang.Compiler.eval(Compiler.java:4642)&lt;br&gt;        ... 10 more&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>test2/helloworld rberger$ cat project.clj<br />(defproject helloworld &#8220;0.1&#8243;<br />    :dependencies [[org.clojure/clojure<br />                      "1.1.0-master-SNAPSHOT"]<br />                   [org.clojure/clojure-contrib<br />                      "1.0-SNAPSHOT"]]<br />    :main helloworld)<br />zephyr:~/desktop/test2/helloworld rberger$ <br />zephyr:~/desktop/test2/helloworld rberger$ ls src<br />helloworld.clj<br />zephyr:~/desktop/test2/helloworld rberger$ cat src/helloworld.clj<br />(ns helloworld<br />  (:gen-class))<br /> <br />(defn -main [&amp; args]<br />  (println &#8220;Hello world!&#8221;))<br /><br />zephyr:~/desktop/test2/helloworld rberger$ lein clean<br />Cleaning up<br />zephyr:~/desktop/test2/helloworld rberger$ lein compile <br />     [copy] Copying 2 files to /Users/rberger/Desktop/test2/helloworld/lib<br />Exception in thread &#8220;main&#8221; java.lang.NullPointerException (NO_SOURCE_FILE:0)<br />        at clojure.lang.Compiler.eval(Compiler.java:4658)<br />        at clojure.core$eval__5236.invoke(core.clj:2017)<br />        at clojure.main$eval_opt__7411.invoke(main.clj:227)<br />        at clojure.main$initialize__7418.invoke(main.clj:246)<br />        at clojure.main$null_opt__7446.invoke(main.clj:271)<br />        at clojure.main$main__7466.doInvoke(main.clj:346)<br />        at clojure.lang.RestFn.invoke(RestFn.java:426)<br />        at clojure.lang.Var.invoke(Var.java:363)<br />        at clojure.lang.AFn.applyToHelper(AFn.java:175)<br />        at clojure.lang.Var.applyTo(Var.java:476)<br />        at clojure.main.main(main.java:37)<br />Caused by: java.lang.NullPointerException<br />        at clojure.core$name__4748.invoke(core.clj:1053)<br />        at leiningen.compile$find_native_lib_path__775.invoke(compile.clj:80)<br />        at leiningen.compile$eval_in_project__791.doInvoke(compile.clj:109)<br />        at clojure.lang.RestFn.invoke(RestFn.java:430)<br />        at leiningen.compile$compile__806.invoke(compile.clj:154)<br />        at clojure.lang.Var.invoke(Var.java:359)<br />        at clojure.lang.AFn.applyToHelper(AFn.java:173)<br />        at clojure.lang.Var.applyTo(Var.java:476)<br />        at clojure.core$apply__4370.invoke(core.clj:436)<br />        at leiningen.core$<em>main</em>_46$fn__49.invoke(core.clj:81)<br />        at leiningen.core$<em>main</em>_46.doInvoke(core.clj:78)<br />        at clojure.lang.RestFn.invoke(RestFn.java:413)<br />        at user$eval__55.invoke(NO_SOURCE_FILE:1)<br />        at clojure.lang.Compiler.eval(Compiler.java:4642)<br />        &#8230; 10 more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jneira</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3721</link>
		<dc:creator>jneira</dc:creator>
		<pubDate>Sun, 28 Feb 2010 01:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3721</guid>
		<description><![CDATA[&lt;p&gt;good article , i get leiningen working on windows but i had some issues, &lt;br&gt;first self-install dont works on windows: you have to download jars and set system vars.&lt;br&gt;Second i have tried to use last 1.2.o snapshot clojure.jar and didnt works (clojure-1.1.0.jar was the solution) and then &quot;lein compile&quot; raise a &quot;project.clj not found&quot;. I had to change lein.bat to add &quot;.&quot; to classpath.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>good article , i get leiningen working on windows but i had some issues, <br />first self-install dont works on windows: you have to download jars and set system vars.<br />Second i have tried to use last 1.2.o snapshot clojure.jar and didnt works (clojure-1.1.0.jar was the solution) and then &#8220;lein compile&#8221; raise a &#8220;project.clj not found&#8221;. I had to change lein.bat to add &#8220;.&#8221; to classpath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clojure &#8211; Destillat #4 &#124; duetsch.info - Open Source, Wet-, Web-, Software</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3712</link>
		<dc:creator>Clojure &#8211; Destillat #4 &#124; duetsch.info - Open Source, Wet-, Web-, Software</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3712</guid>
		<description><![CDATA[&lt;p&gt;[...] Building Clojure Projects with Leiningen [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] Building Clojure Projects with Leiningen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesya</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3692</link>
		<dc:creator>Lesya</dc:creator>
		<pubDate>Tue, 23 Feb 2010 00:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3692</guid>
		<description><![CDATA[&lt;p&gt;It was interesting to read this article and I hope to read a new article about this subject in your site in the near time.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>It was interesting to read this article and I hope to read a new article about this subject in your site in the near time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gstamp</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3688</link>
		<dc:creator>gstamp</dc:creator>
		<pubDate>Mon, 22 Feb 2010 08:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3688</guid>
		<description><![CDATA[&lt;p&gt;I wish it was this easy to work with on windows.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I wish it was this easy to work with on windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zef Hemel</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3596</link>
		<dc:creator>Zef Hemel</dc:creator>
		<pubDate>Fri, 08 Jan 2010 14:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3596</guid>
		<description><![CDATA[&lt;p&gt;Actually, I would also expect it to clean the class files. Not sure why it doesn&#039;t.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Actually, I would also expect it to clean the class files. Not sure why it doesn&#39;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vss</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3595</link>
		<dc:creator>vss</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3595</guid>
		<description><![CDATA[&lt;p&gt;Thanks Zef - sounds reasonable. I just sort of expected it to clean the class files etc that were used to compile my project.&lt;br&gt;&lt;br&gt;Appreciate it, and of course the wicked fast response!&lt;br&gt;&lt;br&gt;vss&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks Zef &#8211; sounds reasonable. I just sort of expected it to clean the class files etc that were used to compile my project.<br /><br />Appreciate it, and of course the wicked fast response!<br /><br />vss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zef Hemel</title>
		<link>http://zef.me/2470/building-clojure-projects-with-leiningen/comment-page-1#comment-3594</link>
		<dc:creator>Zef Hemel</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2470#comment-3594</guid>
		<description><![CDATA[&lt;p&gt;This is the intent, lein clean cleans all generated files and dependencies so that you end up with a clean source tree.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This is the intent, lein clean cleans all generated files and dependencies so that you end up with a clean source tree.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
