dgarijo / Widoco

Wizard for documenting ontologies. WIDOCO is a step by step generator of HTML templates with the documentation of your ontology. It uses the LODE environment to create part of the template.
Apache License 2.0
276 stars 86 forks source link

"modified" and "creationDate" config properties not working #642

Closed gorczyca closed 6 months ago

gorczyca commented 9 months ago

In my config.properties file I have both creationDate and modified precisely as in described in the guide. However, when generated I get:

Release: Creation date Modified on: Modified date

dgarijo commented 9 months ago

Hello, How is this not the right behavior? The release is the creation date of the artifact. The modified on date tells you when it was last modified.

gorczyca commented 9 months ago

Well, having specified creationDate and modified as:

creationDate="13 Nov, 2022"
modified="15 April, 2023"

I would expect the output to look as follows:

Release: 13 Nov, 2022 Modified on: 15 April, 2023

dgarijo commented 9 months ago

And what is it that you are getting now? I am confused, sorry

gorczyca commented 9 months ago

I am getting:

Release: Creation date Modified on: Modified date

(screenshot below)

Screenshot from 2023-10-20 14-13-34

dgarijo commented 9 months ago

Ohhh I see now.

El vie., 20 oct. 2023 2:14 p. m., Piotr Gorczyca @.***> escribió:

I am getting:

Release: Creation date Modified on: Modified date

(screenshot below)

[image: Screenshot from 2023-10-20 14-13-34] https://user-images.githubusercontent.com/43420734/276926612-de29d52e-f6ee-470d-b301-3a39097476ed.png

— Reply to this email directly, view it on GitHub https://github.com/dgarijo/Widoco/issues/642#issuecomment-1772630903, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALTIGRHFRO3YDI5EAPCYYTYAJTKFAVCNFSM6AAAAAA6I4D5C2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZSGYZTAOJQGM . You are receiving this because you commented.Message ID: @.***>

arrascue commented 8 months ago

Hi, I just wanted to mention that I am also having the same problem with the latest version of Widoco: widoco-1.4.20-jar-with-dependencies_JDK-17.jar.

I managed to find a workaround by using the following keys:

It seems to be a problem in the documentation.

dgarijo commented 6 months ago

Now fixed in doc (a similar thing happened with issued). Closing issue.