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 - [freeform] [webapps] Import project without web.xml throws exception
Summary: [freeform] [webapps] Import project without web.xml throws exception
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Fiala
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-10-19 14:09 UTC by zikmund
Modified: 2006-03-24 10:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (10.64 KB, text/plain)
2004-10-19 14:10 UTC, zikmund
Details

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