Re: Error while executing the compiler - Java heap space

2007-08-19 Thread ant elder
I've tried including it in the sca pom.xml but that doesn't seem to help, only when set at the cmd line as an environment variable does it fix the problem. Anyone know why not? ...ant On 8/15/07, Luciano Resende [EMAIL PROTECTED] wrote: You can also increase the memory options in the sca

Error while executing the compiler - Java heap space

2007-08-15 Thread ant elder
I always get a Java heap space error during the build while the itests are running these days. Runs fine if i build from within the itests folder but building from the top sca folder always fails. Does anyone else ever see this? Anyone know if there's something i can fiddle with in the mvn config

Re: Error while executing the compiler - Java heap space

2007-08-15 Thread Simon Laws
On 8/15/07, ant elder [EMAIL PROTECTED] wrote: I always get a Java heap space error during the build while the itests are running these days. Runs fine if i build from within the itests folder but building from the top sca folder always fails. Does anyone else ever see this? Anyone know if

Re: Error while executing the compiler - Java heap space

2007-08-15 Thread ant elder
On 8/15/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/15/07, ant elder [EMAIL PROTECTED] wrote: I always get a Java heap space error during the build while the itests are running these days. Runs fine if i build from within the itests folder but building from the top sca folder always

Re: Error while executing the compiler - Java heap space

2007-08-15 Thread Luciano Resende
You can also increase the memory options in the sca pom, in the surefire plugin configuration section. [1] https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/pom.xml On 8/15/07, ant elder [EMAIL PROTECTED] wrote: On 8/15/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/15/07, ant elder