Yep, given that Om is a standard Clojure jar, checkouts should work just fine. I was using a symlink in the src directory - putting om into clj-src generated the errors described previously.
Sam --- http://sam.aaron.name On 20 Dec 2013, at 18:10, David Powell <[email protected]> wrote: > You say you are symlinking the clj-src directory? > > lein checkouts works by you symlinking > > /projects/myproject/checkouts/om => /projects/om > > > > > On Fri, Dec 20, 2013 at 6:07 PM, Tim Visher <[email protected]> wrote: > On Fri, Dec 20, 2013 at 1:01 PM, Samuel Aaron <[email protected]> wrote: > > On 20 Dec 2013, at 17:43, Luke Morton <[email protected]> wrote: > > > >> You should probably just use `lein install` like everyone else no? > >> > >> `git pull && lein install` > > > > When I work on other projects that depend on fast moving targets, I've > > definitely benefitted from symlinking them (traditionally with lein's > > checkouts feature). This allows me to easily play with the source of the > > dependencies without having to go through all the mvm machinery. > > > > Is anyone aware of any specific reason(s) why symlinking om is a bad move? > > Transitive dependencies? > > -- > > In Christ, > > Timmy V. > > http://blog.twonegatives.com/ > http://five.sentenc.es/ -- Spend less time on mail > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
