Hello !
I try to make javahelp from api doc. It works fine except one thing. Back slashes in url of generated Map.jhm do not work.
The workaround is to change back slashes to slashes.
It does not work:
<mapID url="package\MyClass.html" target="package\MyClaa.html"/>
It works:
<mapID url="package/MyClass.html" target="package\MyClaa.html"/>
I use WinXp, and make jar files for packaging content for java help.
Best regards
Eugene
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello !
I try to make javahelp from api doc. It works fine except one thing. Back slashes in url of generated Map.jhm do not work.
The workaround is to change back slashes to slashes.
It does not work:
<mapID url="package\MyClass.html" target="package\MyClaa.html"/>
It works:
<mapID url="package/MyClass.html" target="package\MyClaa.html"/>
I use WinXp, and make jar files for packaging content for java help.
Best regards
Eugene
It seems the \ works in a open helpset but does not work when you jar it.
This will be fixed in next release.