On Thu, Feb 4, 2010 at 12:55 AM, Stuart Sierra
wrote:
> On Feb 3, 1:20 pm, Ramakrishnan Muthukrishnan
> wrote:
>> I uploaded clojure-contrib 1.1 debian package into the debian repos.
>
> I hope that's the 1.1 release, not the current github master.
yes, 1.1 release as I have written above.
--
On Feb 3, 1:20 pm, Ramakrishnan Muthukrishnan
wrote:
> I uploaded clojure-contrib 1.1 debian package into the debian repos.
I hope that's the 1.1 release, not the current github master.
-SS
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to
On Wed, Feb 3, 2010 at 11:43 PM, Stuart Sierra
wrote:
> On Feb 3, 2:03 am, Ramakrishnan Muthukrishnan
> wrote:
>> I hope this will be added back into the repo soon.
>
> It's in now.
Thanks.
I uploaded clojure-contrib 1.1 debian package into the debian repos.
It should hit the debian archive in
On Feb 3, 2:03 am, Ramakrishnan Muthukrishnan
wrote:
> I hope this will be added back into the repo soon.
It's in now.
-SS
--
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
On Wed, Feb 3, 2010 at 1:12 AM, Rob Wolfe wrote:
> there are needed two things:
>
> 1. maven profile, which will be activated by "-Denv=local"
> 2. dependency defined with "system" scope and "systemPath"
>
> I can not find anything like that in clojure-contrib pom.xml.
> So I added this part to or
On Feb 2, 2:42 pm, Rob Wolfe wrote:
> In order to use command like this:
>
> mvn -Denv=local -Dclojure.jar=/path/to/clojure.jar package
>
> there are needed two things:
>
> 1. maven profile, which will be activated by "-Denv=local"
> 2. dependency defined with "system" scope and "systemPath"
Whoo
Ramakrishnan Muthukrishnan writes:
> Hi,
>
> I am trying to package clojure-contrib for Debian and one of the
> debian java packaging practices is that the build should not download
> any external dependencies. All the dependencies should be debian
> packages themselves.
>
> I tried building cloj
Try adding the "-o" (for offline) option to the Maven command line.
-SS
On Feb 2, 6:20 am, Ramakrishnan Muthukrishnan
wrote:
> Hi,
>
> I am trying to package clojure-contrib for Debian and one of the
> debian java packaging practices is that the build should not download
> any external dependenc
Hi,
I am trying to package clojure-contrib for Debian and one of the
debian java packaging practices is that the build should not download
any external dependencies. All the dependencies should be debian
packages themselves.
I tried building clojure-contrib with mvn -Dclojure.jar= as detailed in