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 59426 - NPE during Clean&Build stand-alone project
Summary: NPE during Clean&Build stand-alone project
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 13:54 UTC by Martin Krauskopf
Modified: 2005-09-05 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
59426_NPE.txt (2.20 KB, text/plain)
2005-05-31 13:55 UTC, Martin Krauskopf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2005-05-31 13:54:45 UTC
Steps to reproduce (with *fresh* build):

1) Create new standalone module project with Wizard
2) Call either "Clean and Build", or "Build"

Restart doesn't help. It begins work when you call "ant netbeans" from command
line. (maybe "clean" before it)

NPE is thrown into OW (attached). Project is probably correct since calling "ant
clean netbeans" from command line works (and solve the problem as noted above)
Comment 1 Martin Krauskopf 2005-05-31 13:55:41 UTC
Created attachment 22390 [details]
59426_NPE.txt
Comment 2 Jesse Glick 2005-05-31 17:52:49 UTC
Cannot reproduce in JDK 1.6 (problem with earlier JDKs only?) but can guess what
is wrong. ModuleTracking should not be used for external modules at all.
Comment 3 Jesse Glick 2005-05-31 23:11:23 UTC
Please verify:

committed     Up-To-Date  1.8        
nbbuild/antsrc/org/netbeans/nbbuild/ModuleTracking.java
Comment 4 Martin Krauskopf 2005-06-01 09:34:49 UTC
Seems ok --> v