Re: Nightcode problem

2014-12-07 Thread Julio Berina
I'm getting closer. I have this: Running... Generating manifest... Generating R.java... Compiling 1 source files to C:\Programming\Clojure\Android\sample\target\debug\classes Compiling Clojure files... Build type: debug, dynamic compilation: enabled, remote REPL: enabled. Compiling neko.complimen

Re: Nightcode problem

2014-12-07 Thread Niels van Klaveren
Nightcode is starting a 32 bits version of the JVM which only supports a max of 2 Gb continuos memory. Install a 64 bits JVM or lower the Xmx to 1500m. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googl

Re: Nightcode problem

2014-12-07 Thread Julio Berina
I made a few minor tweaks and now I have a new problem: Running... Generating manifest... Generating R.java... Compiling 1 source files to C:\Programming\Clojure\Android\sample\target\debug\classes Compiling Clojure files... Build type: debug, dynamic compilation: enabled, remote REPL: enabled. Co

Re: Nightcode problem

2014-12-06 Thread Laurent PETIT
It's probably the DEX creator which is installed in "Program Files .." Le dimanche 7 décembre 2014, Julio Berina a écrit : > Here's all the text associated with my error: > > Running... > Generating manifest... > Generating R.java... > Compiling 1 source files to > C:\Programming\Clojure\Android

Re: Nightcode problem

2014-12-06 Thread Julio Berina
Here's all the text associated with my error: Running... Generating manifest... Generating R.java... Compiling 1 source files to C:\Programming\Clojure\Android\sample\target\debug\classes Compiling Clojure files... Build type: debug, dynamic compilation: enabled, remote REPL: enabled. Compiling n

Re: Nightcode problem

2014-12-06 Thread Laurent PETIT
For this exact reason, I develop CCW with the ccw codebase in a path containing spaces, and my test development environment also contains spaces in it. Saved me numerous numbers of time with Windows Users, for instance. 2014-12-06 23:32 GMT+01:00 Sean Corfield : > Don’t store Nightcode or your pr

Re: Nightcode problem

2014-12-06 Thread Sean Corfield
Don’t store Nightcode or your projects on a path that has spaces in it. A lot of tools don’t support spaces in paths. Sean On Dec 6, 2014, at 12:06 PM, Julio Berina wrote: > I'm trying to do Android development on a Clojure IDE called Nightcode, and > clicked 'Run' in order to simply run the s

Re: Nightcode problem

2014-12-06 Thread Fluid Dynamics
On Saturday, December 6, 2014 3:06:53 PM UTC-5, Julio Berina wrote: > > I'm trying to do Android development on a Clojure IDE called Nightcode, > and clicked 'Run' in order to simply run the sample application and see if > my compiler works. I get this error along the way: > > 'C:\Program' is no

Nightcode problem

2014-12-06 Thread Julio Berina
I'm trying to do Android development on a Clojure IDE called Nightcode, and clicked 'Run' in order to simply run the sample application and see if my compiler works. I get this error along the way: 'C:\Program' is not recognized as an internal or external command, operable program or batch file