Menu

Problem with Map.jhm - slash vs back slash

Help
2004-05-20
2004-06-03
  • Eugen Goryachev

    Eugen Goryachev - 2004-05-20

    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

     
    • Khurshidali Shaikh

      It seems the \ works in a open helpset but does not work when you jar it.

      This will be fixed in next release.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.