Task #3243 (new)
Opened 14 years ago
Last modified 14 years ago
Remove / refactor adminWorkflow.py
Reported by: | jamoore | Owned by: | wmoore |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Scripting | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
Having adminWorkflow.py under examples is a bit quirky. It confuses the examples/SConstruct:
python ScriptingService/adminWorkflow.py --Ice.Config=/hudson/.hudson/jobs/OMERO-trunk-examples/workspace/ice.config USAGE: python adminWorkflow.py -s server -u username -f file [options] scons: *** [ScriptingService/adminWorkflow.py] Error 2 scons: building terminated because of errors.
and it would be more beneficial to point users to using bin/omero scripts.
Change History (3)
comment:1 Changed 14 years ago by jmoore
comment:2 Changed 14 years ago by jmoore
(In [8521]) Removing other ScriptingService scripts from OmeroExamples (See #3243)
comment:3 Changed 14 years ago by wmoore
Users are told to use bin/omero scripts and not directed to adminWorkflow.py
http://trac.openmicroscopy.org.uk/omero/wiki/OmeroPy/ScriptingServiceGuide
Haven't deleted adminWorkflow.py because it is still used as a source of examples from http://trac.openmicroscopy.org.uk/omero/wiki/OmeroPy/ScriptingServiceApi
(In [8513]) Omitting adminWorkflow.py (See #3243)