myGrid

Download raven.properties from the network

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major 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

Activity

Hide
Stuart Owen added a comment - 2006-11-24 12:11

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

Show
Stuart Owen added a comment - 2006-11-24 12:11 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

People

Vote (0)
Watch (0)

Dates

  • Created:
    2006-11-08 14:12
    Updated:
    2006-11-24 12:11
    Resolved:
    2006-11-24 12:11