Re: Build Issues with Eclipse

2012-10-30 Thread JvJ
I've resorted to explicitly calling compile from the REPLin CCW projects.  
It's not the best system, but it works.

On Tuesday, 30 October 2012 14:17:47 UTC-4, JvJ wrote:
>
> Thanks for this.  I think I'm getting somewhere, but I'm still having some 
> problems.
>
> I'm trying to use lein-localdeps.  I seem to have been able to install the 
> jar to my local repository, but when I run lein deps it says it can't find 
> it.
> Also, I have some native dependencies that aren't being installed.
>
> Any ideas?
>
> On Monday, 29 October 2012 20:17:45 UTC-4, David McNeil wrote:
>>
>> Does this thread address your need?
>>
>>
>> https://groups.google.com/forum/?fromgroups=#!searchin/clojure/local$20repository$20/clojure/1Ne8RqiffVI/aGoCPWiiCakJ
>>
>> -David
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Build Issues with Eclipse

2012-10-30 Thread JvJ
Thanks for this.  I think I'm getting somewhere, but I'm still having some 
problems.

I'm trying to use lein-localdeps.  I seem to have been able to install the 
jar to my local repository, but when I run lein deps it says it can't find 
it.
Also, I have some native dependencies that aren't being installed.

Any ideas?

On Monday, 29 October 2012 20:17:45 UTC-4, David McNeil wrote:
>
> Does this thread address your need?
>
>
> https://groups.google.com/forum/?fromgroups=#!searchin/clojure/local$20repository$20/clojure/1Ne8RqiffVI/aGoCPWiiCakJ
>
> -David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Build Issues with Eclipse

2012-10-29 Thread David McNeil
Does this thread address your need?

https://groups.google.com/forum/?fromgroups=#!searchin/clojure/local$20repository$20/clojure/1Ne8RqiffVI/aGoCPWiiCakJ

-David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Build Issues with Eclipse

2012-10-29 Thread JvJ
I'm working on a project that requires clojure-java interop.  I'd like to 
have a clojure project referenced by a java project, but there seems to be 
some issues.

First of all, I can't seem to get the standard ccw Clojure project to 
generate any compiled classes, so I've resorted to using Leiningen 
projects.  However, I don't understand how
to get the Lein projects to recognize local Jar/native dependencies (I 
don't mean local repositories, I mean local files).  I'm sharing the 
project with another person on GitHub, and
I'd like all the dependencies to be as localized as possbile.

Does anyone have a solution to this problem?  Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en