Opened 16 years ago

Closed 16 years ago

#275 closed task (fixed)

Check that Greenstone3 works on Windows using Java 1.6

Reported by: kjdon Owned by: nobody
Priority: high Milestone: 3.04 Release
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 (1)

comment:1 by davidb, 16 years ago

Resolution: fixed
Severity: blocker
Status: newclosed

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

Note: See TracTickets for help on using tickets.