Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gorczyca opened this issue Oct 20, 2023 · 7 comments
Closed

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

gorczyca opened this issue Oct 20, 2023 · 7 comments
Labels
bug pressing Will fix issue in next release
Milestone

Comments

@gorczyca
Copy link

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
Copy link
Owner

dgarijo commented Oct 20, 2023

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
Copy link
Author

gorczyca commented Oct 20, 2023

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
Copy link
Owner

dgarijo commented Oct 20, 2023

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

@gorczyca
Copy link
Author

I am getting:

Release: Creation date
Modified on: Modified date

(screenshot below)

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

@dgarijo
Copy link
Owner

dgarijo commented Oct 20, 2023 via email

@arrascue
Copy link

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:

  • "dateCreated" instead of "creationDate".
  • "dateModified" instead of "modified"

It seems to be a problem in the documentation.

@dgarijo dgarijo added bug pressing Will fix issue in next release labels Nov 23, 2023
@dgarijo dgarijo added this to the v1.4.xx milestone Nov 23, 2023
dgarijo added a commit that referenced this issue Dec 31, 2023
@dgarijo
Copy link
Owner

dgarijo commented Dec 31, 2023

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

@dgarijo dgarijo closed this as completed Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pressing Will fix issue in next release
Projects
None yet
Development

No branches or pull requests

3 participants