Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » IAM (Eclipse Integration for Apache Maven) » Endless rebuilding in IAM Maven Builder
Endless rebuilding in IAM Maven Builder [message #569889] Thu, 25 June 2009 04:53
BenH is currently offline BenHFriend
Messages: 39
Registered: July 2009
Member
In the last few days, our project has been affected by a problem where the
IAM Maven builder continuously rebuilds the project. After each build,
which completes OK without errors, it pauses about 2 secs before the next
one starts. This continues until the IDE crashes with an out of memory
error after 30-45 mins.

Workaround: Disable auto-build. Manually build with Ctl-B as needed.

This behavior seems to be associated with a particular POM, Gmap2 from
Wicketstuff. Its happened on 2 developer machines (Eclipse 3.4.2, IAM 0.9)
and 2 different projects (our own, and gmap2-examples), the common factor
being use of the Gmap2 artefacts.

Here is the details of the open source gmap2-examples project, which shows
this behavior:

<parent>
<groupId>org.wicketstuff</groupId>
<artifactId>gmap2-parent</artifactId>
<version>1.4-SNAPSHOT</version>
</parent>

<artifactId>gmap2-examples</artifactId>
<packaging>war</packaging>

<name>GMap2 - Examples</name>
<description>Examples gmap2 component.</description>

<repositories>
<repository>
<id>org.wicketstuff</id>
<name>Wicket Stuff Repository</name>
<url>http://wicketstuff.org/maven/repository</url>
</repository>
</repositories>


Any help appreciated...
-Ben
Previous Topic:Preliminary EAR support
Next Topic:Is there any build for Galileo
Goto Forum:
  


Current Time: Tue Apr 23 16:50:50 GMT 2024

Powered by FUDForum. Page generated in 0.02501 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top