-
Notifications
You must be signed in to change notification settings - Fork 99
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
Frontpage override after HSAC update #412
Comments
I don't actually believe this is an issue for this project, but for the 'sample project', that you probably based your project on. It uses the Can you validate why/how that file is actually being overwritten? Does it keep occurring? I mean if you now downgrade to the before last version, update the file and then upgrade to the latest version does it overwrite it again? I don't quite understand how it would happen, as the plugin's configuration does state it shouldn't overwrite files. I introduced a new release process and I fear it may have altered the timestamps of the pages in the 'standalone.zip' and maybe that did something? If this is the problem, committing a new version of your custom frontpage may keep the problem away (as your new frontpage would be newer than the one in the zip from Maven) |
We had the same when we upgraded to HSAC 5.2.5. But you're right, adjusted our custom frontpage |
It's still an issue when updating HSAC (e.g. from 5.1.11 to 5.2.12). |
It happened to me earlier. @fhoeben we might need to add "-o" argument to the script responsible for launching fitnesse in the hsac fixtures, for example "exec-maven-plugin" config. something like below: No? |
@aquddos123 I fear adding the Previously the root page was not updated when this project's version was updated. The customer/deployment customised version would have a newer timestamp than the one in the standalone zip of this project and would therefore not be overridden. This issue indicates that this (sometimes, always?) does not work correctly and the customised version is overwritten by the one in the standalone zip. I wonder now whether there are actually two different scenario's that got mixed together in this issue:
In the past I looked at the first, and I thought this was addressed, but @timovd reported that it still occurs. Maybe the second scenario can also be in play, also causing the root page changes to be overwritten? |
Before the last HSAC update (5.2.20) I already updated the FitNesse version (separate dependency, override from HSAC) and this didn't override the frontpage. After updating to HSAC 5.2.20, the frontpage got overridden again. So in this case, the FitNesse version remained the same. |
I have a FitNesse suite based on HSAC fixtures. nl.hsac.hsac-fitnesse-fixtures is imported as a dependency.
I also created my own frontpage in wiki/FitNesseRoot/FrontPage/content.txt
When I update the version (e.g. from 5.2.0 to 5.2.5), the frontpage is overridden by the default frontpage by HSAC.
Expected result: Frontpage remains, no override.
Quite hard to reproduce, since this only happens after the first update. When downgrading and updating again, this is not reproducible anymore. I believe this occurs since HSAC 5.1.2.
The text was updated successfully, but these errors were encountered: