User documentation

In order to convert an hdoc file to a dokiel archive, you have 2 choices:

  1. If you want to use the website, download it and deploy it on your web server. Then, extract the whole code archive into the folder /www/nf29/ant/hdoc_to_dokiel. Next, upload one of the samples, convert it, and download the resulting archive.

  2. OR, If you want to use the Apache Ant shell command, that's as easy, bust you have to have Apache Ant installed. Just extract the whole code archive anywhere you want. Then, position yourself into the extracted code archive, and write the command line:

    ant -buildfile hdoc_to_dokiel.ant -DInputPath="anyPath/your_HDOC_sample.hdoc" -DOutputPath="anyPath/resulting_dokiel_archive.scar" convert

    You will have the resulting archive at the same place.

  3. Now, import the resulting archive to DokielGuide, in ScenariChain using the import menu.

In the archive, the main file is guidePapier.pub.

Execution by command line