Re: Scanning for projects... hangs

2010-12-07 Thread Ron Wheeler
On 07/12/2010 10:45 AM, Mahdi Yusuf wrote: where can i increase maven3 memory from? path to script file or where to add the new memory parameter. I also upgraded to maven 3.0 and I am still getting the same issue. Ideas? How do you run Maven? I use it inside my IDE - Eclipse and there is a setti

Re: Scanning for projects... hangs

2010-12-07 Thread Andrew Close
On Tue, Dec 7, 2010 at 9:55 AM, Mahdi Yusuf wrote: > I also noticed that it cant find metadata: > > [DEBUG] Could not find metadata > com.linux:com.linux.parent:2.0.0-SNAPSHOT/maven-metadata.xml > > Does this help. > > On Tue, Dec 7, 2010 at 10:45 AM, Mahdi Yusuf wrote: > >> where can i increase

Re: Scanning for projects... hangs

2010-12-07 Thread Mahdi Yusuf
I also noticed that it cant find metadata: [DEBUG] Could not find metadata com.linux:com.linux.parent:2.0.0-SNAPSHOT/maven-metadata.xml Does this help. On Tue, Dec 7, 2010 at 10:45 AM, Mahdi Yusuf wrote: > where can i increase maven3 memory from? path to script file or where to > add the new m

Re: Scanning for projects... hangs

2010-12-07 Thread Mahdi Yusuf
where can i increase maven3 memory from? path to script file or where to add the new memory parameter. I also upgraded to maven 3.0 and I am still getting the same issue. Ideas? On Mon, Dec 6, 2010 at 5:06 PM, Ron Wheeler wrote: > We could build most of our projects with the default settings but

Re: Scanning for projects... hangs

2010-12-06 Thread Ron Wheeler
We could build most of our projects with the default settings but a 1 or 2 of our builds would fail until we increased the memory limit. It is a safe thing to do and does not really cost anything. We are using a 1GB size and are not having any more problems. Ron On 06/12/2010 4:01 PM, Mahdi Yu

Re: Scanning for projects... hangs

2010-12-06 Thread Mahdi Yusuf
I will give that a shot! I will let you know what i see. The thing is the other jobs work fine. Which is what i find curious. On Mon, Dec 6, 2010 at 1:54 PM, Tim wrote: > A GC overhead limit is not an out of memory. > Refer to > http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.ht

Re: Scanning for projects... hangs

2010-12-06 Thread Tim
A GC overhead limit is not an out of memory. Refer to http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html#par_gc.oom for more information about it. As a work around you can try increasing Xmx as well but that's only masking the underlying problem and may have no effect. I seem to

Re: Scanning for projects... hangs

2010-12-06 Thread Justin Edelson
Why are you using a snapshot when Maven 3 has been released? On Dec 6, 2010, at 1:32 PM, Mahdi Yusuf wrote: > Hi Everyone, > > Its Monday. I would like some help figuring out an issue with my build. No > only on particular job causes a hang after Scanning for projects... > This issue just poppe

Scanning for projects... hangs

2010-12-06 Thread Mahdi Yusuf
Hi Everyone, Its Monday. I would like some help figuring out an issue with my build. No only on particular job causes a hang after Scanning for projects... This issue just popped up after adding some new modules to my parent pom.xml, I have attached the output, of the build with the -X command tac

Re: Scanning for projects ... hangs

2007-12-31 Thread Kalle Korhonen
Haven't used Hardy, but most Linux distros still ship with GNU Java as the default, and it has numerous problems (such as parsing XML files). Run java -version, if you get something like: gij (GNU libgcj) version 4.1.1 20070105, loosely follow for example these instructions: http://daveshields.word

RE: Scanning for projects ... hangs

2007-12-31 Thread Brian E. Fox
Hrm, that's interesting. The default settings should work just fine. Are you able to use maven to build other things? -Original Message- From: Immanuel Normann [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 1:39 PM To: Maven Users List Subject: Re: Scanning for pro

Re: Scanning for projects ... hangs

2007-12-30 Thread Immanuel Normann
Brian, 2007/12/30, Brian E. Fox <[EMAIL PROTECTED]>: > > Immanuel, > After printing the "Scanning for Projects..." message, maven is walking > down the source tree in the current folder. It is looking for a pom.xml > and then processing the modules to find those poms. > > In your case, there shoul

RE: Scanning for projects ... hangs

2007-12-30 Thread Brian E. Fox
- [INFO] Total time: 2 seconds [INFO] Finished at: Sun Dec 30 11:50:48 EST 2007 [INFO] Final Memory: 5M/9M [INFO] -Original Message- From: Immanuel Normann [mailto:[EMAIL PROT

Scanning for projects ... hangs

2007-12-30 Thread Immanuel Normann
Hello, I have just installed maven on my Linux (Ubuntu Hardy) machine: $ mvn -version Maven version: 2.0.8 Java version: 1.4.2 OS name: "linux" version: "2.6.20-15-generic" arch: "i386" Family: "unix" and I have followed the "maven in 5 minutes tutorial" (http://maven.apache.org/guides/getting-

RE: [m2.0.3] Scanning for projects... hangs

2006-04-06 Thread Allison, Bob
Verified that the POM causes an exception rather than hanging. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 11:40 To: Maven Users List Subject: Re: [m2.0.3] Scanning for projects... hangs Alright, this should be fixed now. Can you give

Re: [m2.0.3] Scanning for projects... hangs

2006-04-06 Thread John Casey
bject: Re: [m2.0.3] Scanning for projects... hangs what about the hang? On 4/5/06, Jens Zastrow <[EMAIL PROTECTED]> wrote: Neither with the 2.0.4-SNAPSHOT. To test this just add teh following to a child-pom. ${project.scm.connection}/xxx ${project.scm.developer

RE: [m2.0.3] Scanning for projects... hangs

2006-04-06 Thread Allison, Bob
:10 > To: Maven Users List > Subject: RE: [m2.0.3] Scanning for projects... hangs > > > It doesn't require child projects. The following POM hangs in 2.0.3 (I > haven't downloaded the 2.0.4 RC yet): > > > > 4.0.0 > test > test >

Re: [m2.0.3] Scanning for projects... hangs

2006-04-05 Thread John Casey
t; wrote: And yes it hangs in the 2.0.4 RC -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 19:10 To: Maven Users List Subject: RE: [m2.0.3] Scanning for projects... hangs It doesn't require child projects. The following POM hangs in 2.0.3

Re: [m2.0.3] Scanning for projects... hangs

2006-04-05 Thread Brett Porter
Users List > Subject: RE: [m2.0.3] Scanning for projects... hangs > > > It doesn't require child projects. The following POM hangs in 2.0.3 (I > haven't downloaded the 2.0.4 RC yet): > > > > 4.0.0 > test > test > pom

RE: [m2.0.3] Scanning for projects... hangs

2006-04-04 Thread Allison, Bob
And yes it hangs in the 2.0.4 RC -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 19:10 To: Maven Users List Subject: RE: [m2.0.3] Scanning for projects... hangs It doesn't require child projects. The following POM hangs in 2.0.3 (I ha

RE: [m2.0.3] Scanning for projects... hangs

2006-04-04 Thread Allison, Bob
PROTECTED] Sent: Tuesday, April 04, 2006 17:48 To: Maven Users List Subject: Re: [m2.0.3] Scanning for projects... hangs what about the hang? On 4/5/06, Jens Zastrow <[EMAIL PROTECTED]> wrote: > Neither with the 2.0.4-SNAPSHOT. > > To test this just add teh

Re: [m2.0.3] Scanning for projects... hangs

2006-04-04 Thread Brett Porter
> ${project.scm.url}/xxx > > > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 04, 2006 4:27 PM > To: Maven Users List > Subject: Re: [m2.0.3] Scanning for projects... hangs > > Would you mind trying the latest 2.0.4

RE: [m2.0.3] Scanning for projects... hangs

2006-04-04 Thread Jens Zastrow
, 2006 4:27 PM To: Maven Users List Subject: Re: [m2.0.3] Scanning for projects... hangs Would you mind trying the latest 2.0.4 RC, to see whether this is still happening? If we can isolate the circumstances in which this occurs, we might be able to get it fixed for the release...so any more detail you

RE: [m2.0.3] Scanning for projects... hangs

2006-04-04 Thread Vijay Shanker
Hi John, Just curious to know whether you worked with Protective Life Insurance company. Thanks, Vijay From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tue 4/4/2006 9:26 AM To: Maven Users List Subject: Re: [m2.0.3] Scanning for projects... hangs Would

Re: [m2.0.3] Scanning for projects... hangs

2006-04-04 Thread John Casey
Would you mind trying the latest 2.0.4 RC, to see whether this is still happening? If we can isolate the circumstances in which this occurs, we might be able to get it fixed for the release...so any more detail you could provide would be much appreciated. http://maven.zones.apache.org/~maven/b

RE: [m2.0.3] Scanning for projects... hangs

2006-04-03 Thread Jens Zastrow
Message- From: Jens Zastrow [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 4:48 PM To: Maven Users List Subject: [m2.0.3] Scanning for projects... hangs My multi-module (parent/child) build worked fine with maven 2.0.2. Maven 2.0.3 hangs after/while "Scanning for projects..." con

RE: [m2.0.3] Scanning for projects... hangs

2006-04-03 Thread Vijay Shanker
. Looks like on AIX, it tries to copy resources first and then builds. Help will be appreciated. Thanks vshanker From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Mon 4/3/2006 10:02 AM To: Maven Users List Subject: Re: [m2.0.3] Scanning for projects

Re: [m2.0.3] Scanning for projects... hangs

2006-04-03 Thread Brett Porter
there were some related changes. We are planning a near-term 2.0.4 to correct some issues in relation to that - if you could please file a JIRA with a test case as soon as possible that would be greatly appreciated so we can ensure this gets fixed. - Brett On 4/4/06, Jens Zastrow <[EMAIL PROTECTE

[m2.0.3] Scanning for projects... hangs

2006-04-03 Thread Jens Zastrow
My multi-module (parent/child) build worked fine with maven 2.0.2. Maven 2.0.3 hangs after/while "Scanning for projects..." consuming 100% CPU. Are there some changes related to Parent-POM resulution in 2.0.3?! Thanks Jens Zastrow ---