[windup-dev] Build Problem
Ondrej Zizka
ozizka at redhat.com
Mon Nov 3 08:05:40 EST 2014
I think it could be javac stack size.
Try setting this:
MAVEN_OPTS='-Xms256m -Xmx1024m -Xss1024k'
or we should add something like this to pom.xml...
|<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>|
| <compilerArgs>
<arg>|||-Xss20M|</arg>
</compilerArgs>
</configuration>
</plugin>|
Did it help?
Ondra
On 29.10.2014 10:05, Daniel Cunha wrote:
> When I skip tests I have same problem.
>
> Linux Xubuntu 32bits
> Kernel 3.13.0-37
> JDK 1.7.0_72
>
> On Wed, Oct 29, 2014 at 2:41 AM, Lincoln Baxter, III
> <lincolnbaxter at gmail.com <mailto:lincolnbaxter at gmail.com>> wrote:
>
> Also, what is your Java version and OS?
>
> On Tue, Oct 28, 2014 at 11:32 PM, Lincoln Baxter, III
> <lincolnbaxter at gmail.com <mailto:lincolnbaxter at gmail.com>> wrote:
>
> This happened to me recently, and in the end I think I didn't
> find a solution, but it hasn't happened since. What happens if
> you skip the tests?
>
> On Tue, Oct 28, 2014 at 7:20 PM, Daniel Cunha
> <danielsoro at gmail.com <mailto:danielsoro at gmail.com>> wrote:
>
> Hi folks,
>
> I had this problem with my build:
> https://www.irccloud.com/pastebin/e4EvaA1y
>
> I would like simulate this problem:
> https://issues.jboss.org/browse/WINDUP-305
> Maybe is a problem on æsh. I can fix it. :)
>
> --
> Daniel Cunha (soro) <http://www.cejug.net>
> Blog: http://www.danielsoro.com.br
> Twitter: https://twitter.com/dvlc_
> GitHub: https://github.com/danielsoro
> LinkedIn: http://www.linkedin.com/in/danielvlcunha
>
> _______________________________________________
> windup-dev mailing list
> windup-dev at lists.jboss.org <mailto:windup-dev at lists.jboss.org>
> https://lists.jboss.org/mailman/listinfo/windup-dev
>
>
>
>
> --
> Lincoln Baxter, III
> http://ocpsoft.org
> "Simpler is better."
>
>
>
>
> --
> Lincoln Baxter, III
> http://ocpsoft.org
> "Simpler is better."
>
> _______________________________________________
> windup-dev mailing list
> windup-dev at lists.jboss.org <mailto:windup-dev at lists.jboss.org>
> https://lists.jboss.org/mailman/listinfo/windup-dev
>
>
>
>
> --
> Daniel Cunha (soro) <http://www.cejug.net>
> Blog: http://www.danielsoro.com.br
> Twitter: https://twitter.com/dvlc_
> GitHub: https://github.com/danielsoro
> LinkedIn: http://www.linkedin.com/in/danielvlcunha
>
>
> _______________________________________________
> windup-dev mailing list
> windup-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/windup-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/windup-dev/attachments/20141103/78e1a963/attachment-0001.html
More information about the windup-dev
mailing list