- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: failing build
Mon, 2011-12-05, 16:51
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:
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.
Thanks Jason that fixed it.
On Mon, Dec 5, 2011 at 10:50 AM, Jason Zaugg <jzaugg@gmail.com> wrote: