Re: OT: Github Alternatives

2014-07-01 Thread Rainer Schuster
Git is like clojure. You have to know your tools in order to do something meaningful with it. But you could just use Java to get your job done. So its your decision. Don't blame someone/-thing for not fitting your style or skill set. Am Montag, 30. Juni 2014 12:34:56 UTC+2 schrieb Adrian Mowat:

Re: OT: Github Alternatives

2014-06-30 Thread Rainer Schuster
We are using http://gitblit.com (written in Java)The new release finally supports ssh! Am Montag, 30. Juni 2014 20:14:42 UTC+2 schrieb Andrey Antukh: > > > > 2014-06-30 19:17 GMT+02:00 Phang Mulianto > >: > >> Hi, >> >> Can try Tracscm [ *trac*.edgewall.org/ ] >> >> or gitlab is good, the inte

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2013-03-01 Thread Rainer Schuster
our current fork and running nlein as a module Am Samstag, 2. März 2013 00:48:28 UTC+1 schrieb Rainer Schuster: > > Thx and great work. I have a working nlein.exe ... and had serveral issues > so far. > > First of all: I"m using VS2012. Don't this is not an issue. >

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2013-03-01 Thread Rainer Schuster
output: # 16. Wtf... ok, get-dependency-assembly-references uses nuget to resolve the dependencies 17. Used the 2.3.0-alpha002 Version again ... tada works ... Am Freitag, 1. März 2013 02:59:18 UTC+1 schrieb Aaron: > > Rainer, I've pushed some updates to nleiningen. Be sure you do a g

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2013-02-28 Thread Rainer Schuster
I had a quick look into nleiningen. I'm not able to bootstrap the build atm. Can't build the ClojureClrEx dep. What I basically did was: git clone https://github.com/aaronc/nleiningen.git git submodules init git submodules update nuget install Nuget.Core -o packages $env:CLOJURE_LOAD_PATH="./src

Re: Simple things should be simple

2010-09-09 Thread Rainer Schuster
no this discussion is going to be ... won't say it. Quiz: - is your solution functional (regarding the requirements= - is your solution scallable? (groing large or running plattformindependent?) - is your solution easily maintainable (in the sense of mutating it some days to get complex and have

Re: clojure box: Problem with classpath (noob question)

2010-05-01 Thread Rainer
obvious to advanced users. Anything else I could try? On 30 Apr., 19:27, Shawn Hoover wrote: > On Thu, Apr 29, 2010 at 6:58 PM, Rainer wrote: > > Hello, > > > I'm stuck with "Programming Clojure" on page 37 on a Windows 7 > > machine. After downloading

Fwd: clojure box: Problem with classpath (noob question)

2010-04-30 Thread Rainer Wolf
Hello, yesterday, I sent my noob question about the classpath to the group. So far, my message has not shown up yet. Could you please post my message to the Clojure group? Thank you in advance. Kind regards, Rainer Wolf -- Forwarded message -- From: Rainer Date: Fri, Apr 30

clojure box: Problem with classpath (noob question)

2010-04-30 Thread Rainer
Hello, I'm stuck with "Programming Clojure" on page 37 on a Windows 7 machine. After downloading the "examples" dir into "C:/clojure", I typed: user> (require 'examples.introduction) and I got ; Evaluation aborted. java.io.FileNotFoundException: Could not locate examples/ introduction__init.cl