<?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: Leiningen &#8211; Adding git submodule to Leiningen project</title>
	<atom:link href="http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/</link>
	<description>Raw information. No finesse :)</description>
	<lastBuildDate>Tue, 26 Feb 2013 22:12:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: dave</title>
		<link>http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/#comment-266</link>
		<dc:creator><![CDATA[dave]]></dc:creator>
		<pubDate>Sat, 17 Dec 2011 04:54:04 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=221#comment-266</guid>
		<description><![CDATA[however, if you add the  :checkout-deps-shares option this can be resolved and you can include these dependencies

e.g:

 :checkout-deps-shares [:source-path :test-path
                                        ~(fn [p] (str (:root p) &quot;/lib/*&quot;))]

I am not sure, yet, as to whether this will work if you had more checkouts in a checkouts module.
My suspicion would be no. but I have not looked.]]></description>
		<content:encoded><![CDATA[<p>however, if you add the  :checkout-deps-shares option this can be resolved and you can include these dependencies</p>
<p>e.g:</p>
<p> :checkout-deps-shares [:source-path :test-path<br />
                                        ~(fn [p] (str (:root p) &#8220;/lib/*&#8221;))]</p>
<p>I am not sure, yet, as to whether this will work if you had more checkouts in a checkouts module.<br />
My suspicion would be no. but I have not looked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/#comment-265</link>
		<dc:creator><![CDATA[dave]]></dc:creator>
		<pubDate>Sat, 17 Dec 2011 04:22:42 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=221#comment-265</guid>
		<description><![CDATA[This is a useful feature,

but, you will need to include all of the module dependencies manually, &quot;lein deps&quot; will not look into submodules]]></description>
		<content:encoded><![CDATA[<p>This is a useful feature,</p>
<p>but, you will need to include all of the module dependencies manually, &#8220;lein deps&#8221; will not look into submodules</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva Jagadeesan</title>
		<link>http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/#comment-210</link>
		<dc:creator><![CDATA[Siva Jagadeesan]]></dc:creator>
		<pubDate>Sun, 12 Dec 2010 08:38:59 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=221#comment-210</guid>
		<description><![CDATA[It does seem to work in v1.3.1.

lein classpath
/Users/admin/work/clojure/clj/src:/Users/admin/work/clojure/clj/test:/Users/admin/work/clojure/clj/classes:/Users/admin/work/clojure/clj/resources:/Users/admin/work/clojure/clj/test-resources:&lt;strong&gt;/Users/admin/work/clojure/clj/checkouts/leiningen/src:/Users/admin/work/clojure/clj/checkouts/leiningen/classes:/Users/admin/work/clojure/clj/checkouts/leiningen/resources&lt;/strong&gt;:/Users/admin/work/clojure/clj/lib/clojure-1.2.0.jar:/Users/admin/work/clojure/clj/lib/clojure-contrib-1.2.0.jar:/Users/admin/work/clojure/clj-bob/lib/dev/swank-clojure-1.2.1.jar]]></description>
		<content:encoded><![CDATA[<p>It does seem to work in v1.3.1.</p>
<p>lein classpath<br />
/Users/admin/work/clojure/clj/src:/Users/admin/work/clojure/clj/test:/Users/admin/work/clojure/clj/classes:/Users/admin/work/clojure/clj/resources:/Users/admin/work/clojure/clj/test-resources:<strong>/Users/admin/work/clojure/clj/checkouts/leiningen/src:/Users/admin/work/clojure/clj/checkouts/leiningen/classes:/Users/admin/work/clojure/clj/checkouts/leiningen/resources</strong>:/Users/admin/work/clojure/clj/lib/clojure-1.2.0.jar:/Users/admin/work/clojure/clj/lib/clojure-contrib-1.2.0.jar:/Users/admin/work/clojure/clj-bob/lib/dev/swank-clojure-1.2.1.jar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/#comment-209</link>
		<dc:creator><![CDATA[Amit]]></dc:creator>
		<pubDate>Sun, 12 Dec 2010 07:42:43 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=221#comment-209</guid>
		<description><![CDATA[What version of Lein are you doing this with? Doesn&#039;t seem to work with v1.3.1]]></description>
		<content:encoded><![CDATA[<p>What version of Lein are you doing this with? Doesn&#8217;t seem to work with v1.3.1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
