Re: Update to scala 2.9? - Re: Build failure due to stack overflow

2011-05-16 Thread Reto Bachmann-Gmuer
+1 On Mon, May 16, 2011 at 11:52 AM, Hasan Hasan wrote: > Hi all, > > I suggest to wait updating scala version until we have a release, unless > updating scala will solve some real problems we do have now. > The reason is to achieve a stable release version as soon as possible. I > just fear that

Re: Update to scala 2.9? - Re: Build failure due to stack overflow

2011-05-16 Thread Hasan Hasan
Hi all, I suggest to wait updating scala version until we have a release, unless updating scala will solve some real problems we do have now. The reason is to achieve a stable release version as soon as possible. I just fear that updating scala will introduce some new problems not foreseen. I am n

Re: Update to scala 2.9? - Re: Build failure due to stack overflow

2011-05-14 Thread Anuj Kumar
Thanks for the info. On Sat, May 14, 2011 at 8:23 PM, Tsuyoshi Ito wrote: > Hi > > We had problems compiling scala (scala server pages) under windows > therefore we created the issue CLEREZZA-339: > > Under windows the stack size has to be changed. > > > Cheers > Tsuy > > On Sat, May 14, 2011 at

Re: Update to scala 2.9? - Re: Build failure due to stack overflow

2011-05-14 Thread Tsuyoshi Ito
Hi We had problems compiling scala (scala server pages) under windows therefore we created the issue CLEREZZA-339: Under windows the stack size has to be changed. Cheers Tsuy On Sat, May 14, 2011 at 4:39 PM, Reto Bachmann-Gmuer wrote: > On Fri, May 13, 2011 at 6:02 PM, Henry Story wrote: >>

Update to scala 2.9? - Re: Build failure due to stack overflow

2011-05-14 Thread Reto Bachmann-Gmuer
On Fri, May 13, 2011 at 6:02 PM, Henry Story wrote: > A new version of Scala is out. Yes, and we could use the DelayedInit Trait for making scala renderlets even more compact > It may be worth trying with that new one one windows > just in case. Afaict this is the first time compile problem on wi

Re: Build failure due to stack overflow

2011-05-13 Thread Henry Story
A new version of Scala is out. It may be worth trying with that new one one windows just in case. I am not sure where to make the one change, but is should not be too complicated. On 13 May 2011, at 17:52, Anuj Kumar wrote: > Ok no luck.. I will use my Linux machine only instead of wasting ti

Re: Build failure due to stack overflow

2011-05-13 Thread Anuj Kumar
Ok no luck.. I will use my Linux machine only instead of wasting time with Windows :-/ Thanks Reto, Hasan and Henry for your help. Regards, Anuj On Fri, May 13, 2011 at 12:06 AM, Reto Bachmann-Gmuer < reto.bachm...@trialox.org> wrote: > I'd try > > MAVEN_OPTS="-Xss1024k -Xmx1g" mvn clean install

Re: Build failure due to stack overflow

2011-05-12 Thread Reto Bachmann-Gmuer
I'd try MAVEN_OPTS="-Xss1024k -Xmx1g" mvn clean install -o don't know the syntax for setting MAVEN_OPTS on windows (try an invalid setting to make sure maven complains) Reto On Thu, May 12, 2011 at 8:27 PM, Anuj Kumar wrote: > Thanks for the response Reto. > Yes, I did it earlier but it didn't

Re: Build failure due to stack overflow

2011-05-12 Thread Anuj Kumar
Thanks for the response Reto. Yes, I did it earlier but it didn't work. How much should I set it to? Thanks, Anuj On Thu, May 12, 2011 at 11:50 PM, Reto Bachmann-Gmuer < reto.bachm...@trialox.org> wrote: > On Thu, May 12, 2011 at 8:08 PM, Anuj Kumar wrote: > > Hi Hasan, > > > > It's Apache Mave

Re: Build failure due to stack overflow

2011-05-12 Thread Reto Bachmann-Gmuer
On Thu, May 12, 2011 at 8:08 PM, Anuj Kumar wrote: > Hi Hasan, > > It's Apache Maven 2.2.1 (r801777; 2009-08-07 00:46:01+0530). > Ok, I can try to update that and see if it helps. I'm using 2.2.1 too. so that can't be the problem. I'd recommend increasing the satck size with MAVEN_OPTS environment

Re: Build failure due to stack overflow

2011-05-12 Thread Anuj Kumar
Hi Hasan, It's Apache Maven 2.2.1 (r801777; 2009-08-07 00:46:01+0530). Ok, I can try to update that and see if it helps. Thanks, Anuj On Thu, May 12, 2011 at 10:45 PM, Hasan Hasan wrote: > which maven version are you using? > I use 3.0 > > hasan > > On Thu, May 12, 2011 at 3:31 PM, Anuj Kumar

Re: Build failure due to stack overflow

2011-05-12 Thread Hasan Hasan
which maven version are you using? I use 3.0 hasan On Thu, May 12, 2011 at 3:31 PM, Anuj Kumar wrote: > Hello Everyone, > > I tried to play around with various JVM options as well but it isn't > working. > Has anyone else faced similar issue before? > > Thanks, > Anuj > > On Thu, May 12, 2011 a

Re: Build failure due to stack overflow

2011-05-12 Thread Anuj Kumar
Hello Everyone, I tried to play around with various JVM options as well but it isn't working. Has anyone else faced similar issue before? Thanks, Anuj On Thu, May 12, 2011 at 2:05 PM, Anuj Kumar wrote: > Hi, > > On Thu, May 12, 2011 at 12:25 PM, Henry Story wrote: > >> >> On 12 May 2011, at 04

Re: Build failure due to stack overflow

2011-05-12 Thread Anuj Kumar
Hi, On Thu, May 12, 2011 at 12:25 PM, Henry Story wrote: > > On 12 May 2011, at 04:25, Anuj Kumar wrote: > > > Hello Everyone, > > > > I have just started with Clerezza project and was trying to build the > code > > base by following this wiki page- > > http://incubator.apache.org/clerezza/gettin

Re: Build failure due to stack overflow

2011-05-12 Thread Hasan Hasan
Hi all, On Thu, May 12, 2011 at 8:55 AM, Henry Story wrote: > > On 12 May 2011, at 04:25, Anuj Kumar wrote: > > > Hello Everyone, > > > > I have just started with Clerezza project and was trying to build the > code > > base by following this wiki page- > > http://incubator.apache.org/clerezza/get