Re: use lein compile a Java project

2013-10-14 Thread Gaofeng Zeng
nd I set this (:resource-paths >> ["resources/lib"]), but not effect. >> >> On Friday, October 11, 2013 10:20:41 PM UTC+8, John Hume wrote: >>> >>> I believe :dependencies and :resource-paths will be used for the >>> classpath at both build and run time

Re: use lein compile a Java project

2013-10-11 Thread Shantanu Kumar
> On Friday, October 11, 2013 10:20:41 PM UTC+8, John Hume wrote: >> >> I believe :dependencies and :resource-paths will be used for the >> classpath at both build and run time. Does that meet your needs? >> >> >> On Fri, Oct 11, 2013 at 8:00 AM, Gaofeng

Re: use lein compile a Java project

2013-10-11 Thread Gaofeng Zeng
> > wrote: > >> How use lein compile a Java project? >> >> I know the java-source-paths can specify the src path. But I don't know >> is there any option can specify the lib path that contains dependencies of >> Java source. >> >> (de

Re: use lein compile a Java project

2013-10-11 Thread John D. Hume
I believe :dependencies and :resource-paths will be used for the classpath at both build and run time. Does that meet your needs? On Fri, Oct 11, 2013 at 8:00 AM, Gaofeng Zeng wrote: > How use lein compile a Java project? > > I know the java-source-paths can specify the src path. Bu

Re: use lein compile a Java project

2013-10-11 Thread Pablo Nussembaum
ofeng Zeng wrote: > How use lein compile a Java project? > > I know the java-source-paths can specify the src path. But I don't > know is there any option can specify the lib path that contains > dependencies of Java source. > > (defproject crawler "0.1.0-SNAPSHOT&qu

use lein compile a Java project

2013-10-11 Thread Gaofeng Zeng
How use lein compile a Java project? I know the java-source-paths can specify the src path. But I don't know is there any option can specify the lib path that contains dependencies of Java source. (defproject crawler "0.1.0-SNAPSHOT" :description "FIXM