Re: Clojure jar files.

2011-10-21 Thread Stephen Compall
On Fri, 2011-10-21 at 09:19 +0530, Baishampayan Ghose wrote: > If you are going to upload your library to any Maven (or similar) repo > that's accessible through Leiningen, then you may choose to not > include a project.clj file; in any case, if you yourself are using > Leiningen, you should includ

Re: Clojure jar files.

2011-10-20 Thread Baishampayan Ghose
Manoj, On Fri, Oct 21, 2011 at 9:09 AM, mmwaikar wrote: > Clojure.jar does not have a project.clj file because it is all java code, > right? If it is all java code then it's a (java) jar file. > > I found this convention of bundling a clojure jar file with a project.clj > file - lein does this an

Re: Clojure jar files.

2011-10-20 Thread mmwaikar
Clojure.jar does not have a project.clj file because it is all java code, right? If it is all java code then it's a (java) jar file. I found this convention of bundling a clojure jar file with a project.clj file - lein does this and that's all I know - so I was curious to know if every other b

Re: Clojure jar files.

2011-10-19 Thread Alan Malloy
Do whatever you want. Look inside clojure.jar - do you see a project.clj file? That said, I think it's polite to provide them if you're using lein or cake yourself, so that other users can read a config file that's not a POM. On Oct 19, 10:07 pm, mmwaikar wrote: > Hi, > > Is it mandatory that a

Clojure jar files.

2011-10-19 Thread mmwaikar
Hi, Is it mandatory that a clojure jar file, no matter packaged using whichever tool (other than leiningen, for ex.), should have a project.clj file? Thanks, Manoj. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email t