On Fri, May 13, 2011 at 6:02 PM, Henry Story <[email protected]> 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 windows have been reported and other people are using windows too. > I am not sure where to make the one change, but is should not be too > complicated. In general all versions for dependencies used in more than one place (i.e. practically all dependencies, as the usually at least one module and the launcher depends on them) are in the dependency management section of the parent pom. The scala-scripting module has its own dependency management section as its not inheriting from parent. Note however that we use the scala compiler and library bundles provided by apache service mix. You might want to rise an issue there for them to provided 2.9 based bundles. Reto > > > > On 13 May 2011, at 17:52, Anuj Kumar wrote: > >> 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 < >> [email protected]> wrote: >> >>> 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 <[email protected]> wrote: >>>> 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 < >>>> [email protected]> wrote: >>>> >>>>> On Thu, May 12, 2011 at 8:08 PM, Anuj Kumar <[email protected]> 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 variable. >>>>> >>>>> Cheers, >>>>> Reto >>>>> >>>>>> >>>>>> Thanks, >>>>>> Anuj >>>>>> >>>>>> On Thu, May 12, 2011 at 10:45 PM, Hasan Hasan <[email protected]> >>> wrote: >>>>>> >>>>>>> which maven version are you using? >>>>>>> I use 3.0 >>>>>>> >>>>>>> hasan >>>>>>> >>>>>>> On Thu, May 12, 2011 at 3:31 PM, Anuj Kumar <[email protected]> >>> 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 at 2:05 PM, Anuj Kumar <[email protected]> >>>>> wrote: >>>>>>>> >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> On Thu, May 12, 2011 at 12:25 PM, Henry Story < >>>>> [email protected] >>>>>>>>> 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/getting-started/building-clerezza/ >>>>>>>>>>> >>>>>>>>>>> First observation is that there is no scala-scripting >>> directory. >>>>>>>>>> >>>>>>>>>> Reto just moved that scripting directory yesterday to the parent >>> I >>>>>>>> think, >>>>>>>>>> so that the whole thing could be built in one go. I think it is >>>>>>>>>> in platform.scripting now >>>>>>>>>> >>>>>>>>>>> So, I >>>>>>>>>>> skipped that point and proceeded to the fourth step. When I >>> run >>>>> the >>>>>>>>>> build >>>>>>>>>>> for parent directory, it fails with the StackOverflow error. I >>> am >>>>>>>> using >>>>>>>>>>> Windows Vista and the memory allocated to maven is 512m. >>>>>>>>>>> >>>>>>>>>>> What might be the problem? >>>>>>>>>> >>>>>>>>>> I tried that on OSX a don't get the problem. >>>>>>>>>> >>>>>>>>> >>>>>>>>> I think I need to increase the stack size. I will try that as >>> soon >>>>> as I >>>>>>>> get >>>>>>>>> access to my laptop and let you know. If it works on OSX then it >>>>> might >>>>>>> be >>>>>>>> a >>>>>>>>> configuration issue with my JVM. Here are the posts that talk >>> about >>>>>>>> similar >>>>>>>>> issues- >>>>>>>>> >>>>>>>>> http://www.assembla.com/spaces/scala-ide/tickets/1000143 >>>>>>>>> >>>>>>> >>>>> >>> http://groups.google.com/group/scala-ide-user/msg/1f679ad0a6b8b9e6?pli=1 >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> Anuj >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> > > Social Web Architect > http://bblfish.net/ > >
