This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 143028 - [65cat] maven2: building multi-module pom project fails.
Summary: [65cat] maven2: building multi-module pom project fails.
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: Other Other
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 11:14 UTC by kawazu428
Modified: 2008-08-07 08:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump while into "build <project>" (37.92 KB, text/plain)
2008-08-06 11:43 UTC, kawazu428
Details
thread dump while waiting for maven2 projects to finish "Initialize project..." (39.76 KB, text/plain)
2008-08-06 11:43 UTC, kawazu428
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kawazu428 2008-08-06 11:14:53 UTC
[ JDK VERSION : 1.6.0_07 ]

Trying to build a multi-module pom so far seems impossible. Doing
"Clean and build" ends up with an output window being opened and
"Build <project>" in the system tray. Left the IDE open for about
half an hour with no changes (no output text in window, "Build..."
task still running). Closing the IDE, to add to this, it took three
IDE restarts to get the maven2 projects beyond "Initializing...". 


Product Version: NetBeans IDE Dev (Build 200808060201)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.24-20-generic running on i386; UTF-8; de_DE
(nb)
Userdir: /home/kr/.netbeans/dev-6.5
Comment 1 kawazu428 2008-08-06 11:20:37 UTC
adding to this, it seems leaving the process running seems to make the IDE memory consumption go through the roof
("505.8/505.8" in memory applet...). no messages.log entries, though... :o
Comment 2 Milos Kleint 2008-08-06 11:27:50 UTC
can you create a thread dump and attach it to the issue?
Comment 3 kawazu428 2008-08-06 11:43:29 UTC
Created attachment 66662 [details]
thread dump while into "build <project>"
Comment 4 kawazu428 2008-08-06 11:43:57 UTC
Created attachment 66663 [details]
thread dump while waiting for maven2 projects to finish "Initialize project..."
Comment 5 kawazu428 2008-08-07 08:34:43 UTC
see http://www.netbeans.org/issues/show_bug.cgi?id=143133 for explanations, this seems not an issue after dealing more
into it.