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 107087 - JSF libraries not added to project when Target is changed to Tomcat
Summary: JSF libraries not added to project when Target is changed to Tomcat
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks: 99412
  Show dependency tree
 
Reported: 2007-06-18 21:49 UTC by Yousuf Haider
Modified: 2010-06-22 07:00 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Haider 2007-06-18 21:49:16 UTC
NB Build:200706180000
Steps to reproduce:
1. Create a project VW Project with Glassfish as target server.
2. Change target server to bundled Tomcat 6.0.13

Source files will show errors since JSF library is available neither in the project/WEB-INF/lib nor on the server.

 Workaround is to manually add the libraries in the project.
Comment 1 _ potingwu 2007-06-18 21:58:41 UTC
I think this is a general NetBeans JSF web project issue. And I guess we don't support it.
Comment 2 Petr Pisl 2007-06-19 09:53:05 UTC
This functionality is not supported. 
Comment 3 _ potingwu 2008-03-13 19:04:08 UTC
The web/core should provide some kind of listener for the framework when the target server is changed.