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 - "ant init all-contrib/quickfilechooser" fails
Summary: "ant init all-contrib/quickfilechooser" fails
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-01-07 12:38 UTC by Jan Lahoda
Modified: 2006-10-23 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ant -d init all-contrib/quickfilechooser log (69.00 KB, application/octet-stream)
2006-01-07 12:39 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
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