Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

History



This article explains the major updates of the tool. To see the change logs, go to sourceforge.net/p/docjgenerator/blog/.

Version 1.4

Support DOCX generation and PDF generation.

Version 1.4.14

Support Scripting.

Version 1.4.5

Support the markdown syntax.

Version 1.4.7

Support Full text search.

Version 1.4.18

Support Epub generation.

Version 1.6.3.1

Allow to use the tool as a library API.

Version 1.6.4.1

Add an incremental generation option.

Version 1.6.4.2

Prior to 1.6.4.2, JavaFX was used in the core tool, meaning that you add to add the JavaFX libraries to the ClassPath when using it beginning with Java 9. This was fixed in 1.6.4.2.

Version 1.6.4.11

Fix a lot of issues with the Image map converter, and improve it.

Version 1.6.5

Add options to use the PageRank algorithm.

Version 1.6.5.1

Improve the integration of the tool on Mac OS X.

Version 1.6.5.3

Fix the help system distribution not containing some necessary files.

Version 1.6.5.4

With versions prior to 1.6.5.4, you could have a message in the error console such as Can't find the Class for Plugin Factory org.docgene.scripts.ScriptFactory when using the tool through ant or maven.

The reason was that you could run into problems whith ClassPath when running ant. ant do not take into account the libraries classpath but use the default classpath (however it allows to explictly set his own). It is said in the ant manual about the java task that:If you need to locate a JAR file relative to the directory the task will be run in, you need to explicitly create the full path to the JAR file. The way to fix it was to add explictly the relevant libraries to the classpath in ant. This was fixed in 1.6.5.4.

Categories: general

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.