You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/09 23:26:57 UTC

[GitHub] [netbeans] brutzman opened a new issue, #4492: XML Editor Extension Module Tutorial erratum

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

   ### Apache NetBeans version
   
   Apache NetBeans 14
   
   ### What happened
   
   Problem in HTML, specified choice not available
   
   ### NetBeans XML Editor Extension Module Tutorial
   https://netbeans.apache.org/tutorials/nbm-xmleditor.html
   
   > *Specifying the Module’s Dependencies*
   > You will need to subclass several classes that belong to the NetBeans APIs. Each is declared as a module dependency.
   > 
   > In the Projects window, right-click the Libraries node and choose Add Module Dependency:
   > 
   > Search for each of the following APIs in the Add Module Dependency dialog, select the API, and then click OK to confirm it:
   > 
   > I/O APIs
   
   Two different _choices_ are provided,
   * _I/O APIs - Swing_
   * _I/O API and SPI_
   
   The first one worked,  _I/O APIs - Swing_
   
   ### How to reproduce
   
   Inspect tutorial page, perform steps described there
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 10
   
   ### JDK
   
   OpenJDK 18.0.2
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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-unsubscribe@netbeans.apache.org.apache.org

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


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

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


[GitHub] [netbeans] ebresie commented on issue #4492: XML Editor Extension Module Tutorial erratum

Posted by GitBox <gi...@apache.org>.
ebresie commented on issue #4492:
URL: https://github.com/apache/netbeans/issues/4492#issuecomment-1214385271

   Silly question, if you "edit on github" does this change the files used to eventually generate the "asf-site" branch targeted at the actual website?


-- 
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-unsubscribe@netbeans.apache.org

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


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

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


[GitHub] [netbeans] ebresie commented on issue #4492: XML Editor Extension Module Tutorial erratum

Posted by GitBox <gi...@apache.org>.
ebresie commented on issue #4492:
URL: https://github.com/apache/netbeans/issues/4492#issuecomment-1214162243

   Following the "Next" at the end of "2." there is no "Basic Module Configuration panel as mentioned in step 3 which indicates.
   
   "3. In the Basic Module Configuration panel, type org.netbeans.modules.showxmlstructure in Code Name Base. Click Finish."
   
   There does not appear to be a "Basic Module Configuration panel" following step 2 however on the same panel where the Project Name and Location (on step 2), there is a number of items like the "Package" which maybe is what's being asked here.  This also provide "artifact id, group ID, version, and package". This may be a side effect of this being a "Java with Maven" project.
   
   Currently the next following step 2 takes the user to a "Module Options" panel which only allows "NetBeansVersion" to be specified.
   WHen doing "Next"  
   
   Should "step 2 and 3 be adjusted with the "package" added to step 2 and a more representative details added for step 3?


-- 
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-unsubscribe@netbeans.apache.org

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


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

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


[GitHub] [netbeans] ebresie commented on issue #4492: XML Editor Extension Module Tutorial erratum

Posted by GitBox <gi...@apache.org>.
ebresie commented on issue #4492:
URL: https://github.com/apache/netbeans/issues/4492#issuecomment-1214161015

   Have the Categories changes over time?
   
   From NB 14, I see:
   "1. Choose File > New Project (Ctrl+Shift+N). Under Categories, select NetBeans Modules. Under Projects, select Module. Click Next."
   
   Should this be something like:
   "1. Choose File > New Project (Ctrl+Shift+N). Under Categories, select NetBeans Modules. Under **Java with Maven** Projects, select Module. Click Next."


-- 
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-unsubscribe@netbeans.apache.org

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


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

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


[GitHub] [netbeans] mbien commented on issue #4492: XML Editor Extension Module Tutorial erratum

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4492:
URL: https://github.com/apache/netbeans/issues/4492#issuecomment-1211049052

   Hi @brutzman,
   
   the tutorial page is already marked with "needs review" (although the link to jira is a bit outdated). Filing another issue is redundant. You can simply click "edit on github" and propose an updated version right away if you want to help. Assuming everything worked on NetBeans 14 with the updates you made, we could then also remove all the warning banners on that page.


-- 
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-unsubscribe@netbeans.apache.org

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


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

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


[GitHub] [netbeans] ebresie commented on issue #4492: XML Editor Extension Module Tutorial erratum

Posted by GitBox <gi...@apache.org>.
ebresie commented on issue #4492:
URL: https://github.com/apache/netbeans/issues/4492#issuecomment-1214396733

   @mbien Is there a "label" for "Website" or "Docs" that can be appended to these types of issue?


-- 
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-unsubscribe@netbeans.apache.org

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


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

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