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 71130

Summary: "ant init all-contrib/quickfilechooser" fails
Product: www Reporter: Jan Lahoda <jlahoda>
Component: Builds & RepositoriesAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: lahodaj
Priority: P2 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: ant -d init all-contrib/quickfilechooser log

Description Jan Lahoda 2006-01-07 12:38:20 UTC
Current sources. If I cd into ${nball}/nbbuild and run:
ant init all-contrib/quickfilechooser
the build fails with a NPE. Seems to be caused by recent change in
ModuleListParser - cannot reproduce the problem with revision 1.29 of MLP, but
the problem occurs with revision 1.30 of MLP. Will attach output from
ant -d init all-contrib/quickfilechooser
Comment 1 Jan Lahoda 2006-01-07 12:39:50 UTC
Created attachment 28273 [details]
ant -d init all-contrib/quickfilechooser log
Comment 2 Jesse Glick 2006-01-07 17:23:34 UTC
Oops, I thought I had tested that scenario already.

Checking in ModuleListParser.java;
/cvs/nbbuild/antsrc/org/netbeans/nbbuild/ModuleListParser.java,v  <-- 
ModuleListParser.java
new revision: 1.31; previous revision: 1.30
done
Checking in ParseProjectXml.java;
/cvs/nbbuild/antsrc/org/netbeans/nbbuild/ParseProjectXml.java,v  <-- 
ParseProjectXml.java
new revision: 1.36; previous revision: 1.35
done