Task #5604 (closed)
Refactor grid executables into variables for simplified modification
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | Deployment | Version: | n.a. |
| Keywords: | n.a. | Cc: | cxallan, rajarshi.guha@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-06-02 (13) |
Description
etc/grid/windefault.xml and default.xml reference "python" and "java" directly, making it difficult for users to replace them with other values.
See: https://www.openmicroscopy.org/community/viewtopic.php?f=5&t=700
Change History (4)
comment:1 Changed 8 years ago by jmoore
- Cc rajarshi.guha@… added
- Status changed from new to accepted
comment:2 Changed 8 years ago by jmoore <josh@…>
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 8 years ago by jmoore <josh@…>
(In [9eda3033987fa38c4b27ed179271d034b3573142/ome.git] on branch develop) Changing "python" to sys.executable in OmeroPy (See #5604)
comment:4 Changed 8 years ago by jmoore <josh@…>
(In [efdeb58223fd2d893a24701de1d42fd1583fd5cd/ome.git] on branch develop) Fixing 'sys' import in processor.py (See #5604)
(In [59a3038fe8ffaf30fac1a0d77fbc7a7ac333bd61/ome.git] on branch develop) Replace "python" and "java" with variables in grid configuration (Fix #5604)