<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Le 07/06/2017 à 18:14, Jonas a écrit :<br>
</div>
<blockquote
cite="mid:CALbJxT4D9WA3kS+CPMMTBi1OJjmYa7HHwSRpveUnkJ+BZHttag@mail.gmail.com"
type="cite">
<div dir="ltr"><img moz-do-not-send="true" class="mailtrack-img"
style="float:right;" alt=""
src="https://mailtrack.io/trace/mail/b5ee07fa33323d3224d4b72a2efea76e59d31f24.png?u=1594834"
height="0" width="0">
<div>I have a doubt.</div>
<div>How do you create .jar used in help.</div>
<div><br>
</div>
<div>When I have create, the .jar file is getting empty</div>
<div><br>
</div>
<div>I do this: [1]Help_from_sci, [2]Xmltojar</div>
<div><br>
</div>
<div>// first generate the .xml files</div>
<div>Help_from_sci (dirname, helpdir);</div>
</div>
</blockquote>
<br>
Unless you have renamed functions, this does not work. The Scilab
function is help_from_sci(), without capital.<br>
<br>
<br>
<blockquote
cite="mid:CALbJxT4D9WA3kS+CPMMTBi1OJjmYa7HHwSRpveUnkJ+BZHttag@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
</div>
<div>// then generate the .jar file</div>
<div>My_english_help_dir = my_module_path + '/ help / en_US';</div>
<div>My_english_help_title = 'toolbox_test';</div>
<div><br>
</div>
<div>Xmltojar (my_english_help_dir, my_english_help_title,
'en_US');</div>
</div>
</blockquote>
<br>
Same remark.<br>
Independently of loading (successfully or not) the chapter, you are
reporting that the .jar file is created but empty: when you open it,
there is no file in it. Is that right ?<br>
<br>
If so: a common reason is that a compilation error occurred when
building the help.<br>
If you are running Scilab on MSWindows, compilation errors are sent
to an external terminal named the "consolebox", instead to the
Scilab console. To get them in order to debug your pages, you may
type:<br>
<tt>--> consolebox on</tt><tt><br>
</tt>and then see and take into account messages displayed in it.<br>
<br>
HTH<br>
Samuel Gougeon<br>
<br>
<br>
</body>
</html>