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 157268

Summary: All web html related templates are no longer working
Product: javaee Reporter: _ potingwu <potingwu>
Component: CodeAssignee: issues@javaee <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: jtulach, pjiricka
Priority: P2 Keywords: ERGONOMICS
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ potingwu 2009-01-21 19:21:52 UTC
When creating new file by selecting category Web, the file types HTML and XHTML are no longer working! Sometimes I got
error mesg under the wizard shows "... org/netbeans/modules/html/templates/xhtml.xhtml cannot be found" or the wizard
just shows "Requested functionality not found!"!

I think it is caused by the recent 'ergonomics' scheme because it will work after I added the following runtime
dependency in web.core module:
                <dependency>
                    <code-name-base>org.netbeans.modules.html</code-name-base>
                    <build-prerequisite/>
                    <run-dependency>
                        <release-version>1</release-version>
                        <specification-version>1.25</specification-version>
                    </run-dependency>
                </dependency>

More serious issue: All html/xhtml file objects cannot be identified because the html module is not 'activated'! All
html editor functions are then disabled!! It affects all frameworks that use html/xhtml. E.g., the Facelets!
Comment 1 Petr Jiricka 2009-02-12 17:22:23 UTC
Works for me in build 5020 from deadlock. Marking as FIXED.