greenstone.org greenstone wiki greenstone trac planet greenstone

Ticket #275 (closed task: fixed)

Opened 7 months ago

Last modified 2 months ago

Check that Greenstone3 works on Windows using Java 1.6

Reported by: kjdon Assigned to: nobody
Priority: high Milestone: Release 3.04
Component: Greenstone3 Runtime Severity: blocker
Keywords: Cc:

Description

Using Java 1.6 on Windows, the ApplyXSLT class (used by plugouts in Greenstone2) had difficulty finding xsl files. If given a path of C:\Program Files\Greenstone... it would complain about unknown protocol C. Shaoqun fixed this by adding file:// in front of the paths.

We need to check Greenstone3 on Windows using 1.6 to see if this problem occurs there too. E.g. in TransformingReceptionist? (uses XMLTransformer.java) we are loading in XSL files to fransform the page XML into HTML. Also, I guess it could be a problem for loading in XML files too? Reading in all configuration files.

Change History

2008-08-07 12:08:39 changed by davidb

  • status changed from new to closed.
  • resolution set to fixed.
  • severity set to blocker.

Max has been using Greenstone 3 with Java 1.6 for several months. No problems found.