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 50616

Summary: [freeform] [webapps] Import project without web.xml throws exception
Product: projects Reporter: zikmund <zikmund>
Component: AntAssignee: Pavel Fiala <pfiala>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 42682    
Attachments: NPE

Description zikmund 2004-10-19 14:09:32 UTC
Build 200410181800

1) Have a WebApp with existing build.xml and with
missing web.xml (WEB-INF directory must exist)
2) Invoke 'WebApp wit Ex. Ant Script' wizard
3) Go to 3rd page
4) Press Next
5) NPE (see attachment) from guessDocBase
Comment 1 zikmund 2004-10-19 14:10:01 UTC
Created attachment 18378 [details]
NPE
Comment 2 Pavel Fiala 2004-10-24 13:37:06 UTC
Fixed

Checking in
freeform/src/org/netbeans/modules/ant/freeform/ui/WebLocationsWizardPanel.java;
/cvs/ant/freeform/src/org/netbeans/modules/ant/freeform/ui/WebLocationsWizardPanel.java,v
 <--  WebLocationsWizardPanel.java
new revision: 1.15; previous revision: 1.14
done
Comment 3 zikmund 2004-10-26 16:33:30 UTC
Verified.