warn about Windows deprecation#4565
warn about Windows deprecation#4565atarkowska wants to merge 4 commits intoome:developfrom atarkowska:deprecate_win
Conversation
| def import_django_settings(func): | ||
| def wrapper(self, *args, **kwargs): | ||
| if self._isWindows(): | ||
| self.ctx.err("Windows platform will not longer be supported" |
There was a problem hiding this comment.
Perhaps: "Support for Windows will be removed in OMERO 5.3"? Provide http://blog.openmicroscopy.org/tech-issues/future-plans/deployment/2016/03/22/windows-support/ (or too long)?
|
done |
|
Print-out for reviewers: |
|
Hm, I can't get the warning, but I used the right build and the PR seems be merged... any ideas what I'm missing? |
|
@dominikl : only works under Windows due to the call to |
|
Ah thanks! Sure, makes sense :) |
|
Works fine, warning message is shown in above mentioned cases, e. g. |
|
@dominikl thanks for testing, I had difficulty to add warning to |
|
as discussed cherry-picked to #4601 can be closed now |
Following ome/omero-documentation#1437 web plugin should also warn
To test:
bin\omero web -hbin\omero web helptry other commands from help
bin\omero web config ...they should contain:
cc: @jburel