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 54662 - [client] Compile File (F9) on servlet doesn't compile WS client
Summary: [client] Compile File (F9) on servlet doesn't compile WS client
Status: CLOSED DUPLICATE of bug 50096
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 10:13 UTC by L Martinek
Modified: 2006-03-24 13:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2005-02-08 10:13:27 UTC
1. Create Web Service client in web project
2. Create new Servlet in web project
3. From editor popup menu, select Web Service
Client Resources -> Call Web Service Operation.
4. Just to be sure, clean project.
5. Press F9 in servlet. Compile will fail because
web service client isn't compiled. F9 should
compile all necessary files including ws client.
Comment 1 L Martinek 2005-02-08 13:49:01 UTC

*** This issue has been marked as a duplicate of 50096 ***
Comment 2 L Martinek 2005-02-09 17:36:23 UTC
verified