rivenbarkc opened a new issue, #6976:
URL: https://github.com/apache/netbeans/issues/6976

   ### Apache NetBeans version
   
   Apache NetBeans 20
   
   ### What happened
   
   Created a new NetBeans Module Project under Java with Ant -> NetBeans 
Modules -> Module.  Right-clicked on the project and selected New -> Other...  
Selected Module Development -> JavaHelp Help Set.  Files were created as 
expected but the javahelp-hs.xml file looks incomplete.
   
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet 
Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd";>
   <helpset version="2.0">
       <title>JavaHelp Help</title>
       <maps>
           <homeID>org.drsolutions.dro.javahelp.about</homeID>
           <mapref location="javahelp-map.xml"/>
       </maps>
       <view mergetype="javax.help.AppendMerge">
           <name>TOC</name>
           <label>Table of Contents</label>
           <type>javax.help.TOCView</type>
           <data>javahelp-toc.xml</data>
       </view>
       <view mergetype="javax.help.AppendMerge">
           <name>Index</name>
           <label>Index</label>
           <type>javax.help.IndexView</type>
           <data>javahelp-idx.xml</data>
       </view>
       <view>
           <name>
   
   
   ### Language / Project Type / NetBeans Component
   
   Java Ant NetBeans Module project
   
   ### How to reproduce
   
   1. Create a new Java with Ant -> NetBeans Modules -> Module project.
   2. Right-click the project and select New -> Other...
   3. Select Module Development -> JavaHelp Help Set.
   4. Select the javahelp-hs.xml file tab.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 10 21H2
   
   ### JDK
   
   OpenJDK 19
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to