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 149467

Summary: JavaHelp map.xml is not a valid XML.
Product: usersguide Reporter: Keiichi Oono <keiichio>
Component: MobilityAssignee: Bradley Schmidt <psunb>
Status: RESOLVED FIXED    
Severity: blocker CC: g11n
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Keiichi Oono 2008-10-08 10:02:03 UTC
mobility.javahelp/javahelp/org/netbeans/modules/mobility/project/docs/map.xml

line #46
ID target="org.netbeans.modules.vmd.game.dialog.RenameTiledLayerDialog" url="games/games_about.html"/>

It should be:
<mapID target="org.netbeans.modules.vmd.game.dialog.RenameTiledLayerDialog" url="games/games_about.html"/>

shouldn't it?

I set P2 because the integrated XML is not valid XML format. However it can be set P3 if it does not affect IDE's
behavior. If map.xml is fixed, it's not affect ML schedule because the map.xml is not translated for ML (English file is
integrated into ML as it is). The late changing of this map.xml does not affect ML translation.
Comment 1 Bradley Schmidt 2008-10-08 13:35:58 UTC
This one is my mistake. I just pushed the fix to trunk. 

Comment 2 Karol Harezlak 2008-10-08 13:53:11 UTC
Changeset:
details: http://hg.netbeans.org/main?cmd=changeset;node=29e2e4b8b53f