-
Type:
Bug
-
Status: To Do
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Taverna Command-line Tool
-
Labels:None
Given a wf in, e.g. C:\wfs\fetch_today_s_xkcd_comic_568671.t2flow, the following will not work:
executeworkflow.bat "C:\wfs\fetch_today_s_xkcd_comic_568671.t2flow"
The was an error processing the URL to the workflow: unknown protocol: c
The following will however work:
executeworkflow.bat "file:C:\wfs\fetch_today_s_xkcd_comic_568671.t2flow"
executeworkflow.bat "\wfs\fetch_today_s_xkcd_comic_568671.t2flow"
executeworkflow.bat "/wfs/fetch_today_s_xkcd_comic_568671.t2flow"
executeworkflow.bat "file:///wfs/fetch_today_s_xkcd_comic_568671.t2flow"
This needs to be documented in the User documentation.
C:\Documents and Settings\christian\Desktop\taverna-nightly-2.3-SNAPSHOT-20110704>executeworkflow.bat "file://wfs\fetch_today_s_xkcd_comic_568671.t2flow"
There was a problem reading the workflow file: wfs
C:\Documents and Settings\christian\Desktop\taverna-nightly-2.3-SNAPSHOT-20110704>executeworkflow.bat "file://wfs/fetch_today_s_xkcd_comic_568671.t2flow"
There was a problem reading the workflow file: wfs
C:\Documents and Settings\christian\Desktop\taverna-nightly-2.3-SNAPSHOT-20110704>executeworkflow.bat "file:///wfs/fetch_today_s_xkcd_comic_568671.t2flow"
Outputs will be saved to the directory: C:\Documents and Settings\christian\Desktop\taverna-nightly-2.3-SNAPSHOT-20110704\Fetch_today_s_xkcd_comic_output_8