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 - JavaHelp map.xml is not a valid XML.
Summary: JavaHelp map.xml is not a valid XML.
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Mobility (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Bradley Schmidt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 10:02 UTC by Keiichi Oono
Modified: 2008-10-08 13:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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