Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: Taverna Core
-
Labels:None
Description
raven.properties specifies the application to run (currently Workbench), but also the repositories from where to download everything.
Although versions of Raven and the target artifact can be overridden by the profile, which is downloaded, the repositories are hard coded with the distributed bootstrapper. This means we don't have any flexibility in changing future repository URLs, which we do want to have.
This bug proposes to download the raven.properties and cache them in the same way as the profile. That way it should work both online and offline.
Issue Links
| Duplicate | |||
|---|---|---|---|
|
|
|
||
First a remote copy is checked for according to a supplied list of URL's, and if found is stored locally.
If this fails a local copy is checked for and used, and failing this properties bundled as a resource with the jar file are used instead.
All that needs to be done is to host the properties somewhere - its currently set to my public_html