Hi Bob. On 17/07/2015 13:19, Robert Hanson wrote: > I can't figure out how the GIT business works -- my version is totally > corrupted, and I can't remember how to pull it down. I probably need > to start over with GIT. Don't worry about it. For now it's just as > well if I play in my own little sandbox.... OK. guess that means we won't be able to help :( We shouldn't leave getting your git stuff working before too long, since I'm also keen on getting automated builds going for this ASAP. First thing Monday ?
> Q: what do you propose that this does? Being passed to it is > Applet.getDocumentBase() or Applet.getCodeBase(), which are fully > qualified URIs -- with queries and such. It's supposed to create an absolute URL given a relative URL string and fully qualified URL and a (possibly relative) URL. The applet would try both docbase and codebase (since it was never specified how relative paths were resolved in early versions of the applet) until it got something. Sometimes the codebase URL might be pointing to a specific resource, rather than a directory, so Jalview would strip off URL to the next path separator before prepending to the relative URL. The 'debug=true' applet parameter causes Jalview to report how it's resolving file paths.. that's particularly useful when this stuff is failing to work correctly. Jim. _______________________________________________ Jalview-dev mailing list [email protected] http://www.compbio.dundee.ac.uk/mailman/listinfo/jalview-dev
