This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Re: failing build

1 reply
Jason Zaugg
Joined: 2009-05-18,
User offline. Last seen 38 weeks 5 days ago.
Instructions to add JVM args in the maven-scala-plugin:
http://scala-tools.org/mvnsites/maven-scala-plugin/example_compile.html
-jason 

On Mon, Dec 5, 2011 at 4:49 PM, Jason Zaugg <jzaugg@gmail.com> wrote:
The first thing to try it to simply allocate more stack the the compiler process.
-Xss2M
-jason
On Mon, Dec 5, 2011 at 4:43 PM, Glen Marchesani <glen@model3.net> wrote:
Hi Everyone,I have a maven build that dies on the scala compile with a StackOverflowError. I am using scala 2.9.1. The weird bit is this only happens on the build server and not on the client boxes.
Hopefully someone can nudge me in the right direction on this.

fizzy
Joined: 2009-08-30,
User offline. Last seen 3 years 9 weeks ago.
Re: failing build

Thanks Jason that fixed it.

On Mon, Dec 5, 2011 at 10:50 AM, Jason Zaugg <jzaugg@gmail.com> wrote:
Instructions to add JVM args in the maven-scala-plugin:
http://scala-tools.org/mvnsites/maven-scala-plugin/example_compile.html
-jason 

On Mon, Dec 5, 2011 at 4:49 PM, Jason Zaugg <jzaugg@gmail.com> wrote:
The first thing to try it to simply allocate more stack the the compiler process.
-Xss2M
-jason
On Mon, Dec 5, 2011 at 4:43 PM, Glen Marchesani <glen@model3.net> wrote:
Hi Everyone,I have a maven build that dies on the scala compile with a StackOverflowError. I am using scala 2.9.1. The weird bit is this only happens on the build server and not on the client boxes.
Hopefully someone can nudge me in the right direction on this.


Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland