TEIC / Roma-Antiqua

This repository houses the code for Roma Antiqua, the web based TEI software for generating customisations.
https://romaantiqua.tei-c.org
20 stars 7 forks source link

online Roma can't generate HTML documentation #1

Closed lddubeau closed 10 years ago

lddubeau commented 10 years ago

(Since the issue tracker here has not been turned off, I'm assuming that posting issues here rather than Sourceforge is acceptable.)

Steps to reproduce

  1. Open http://www.tei-c.org/Roma/
  2. Select "Build up: create a new customization by adding elements and modules to the smallest recommended schema"
  3. Click "Start".
  4. Click the "Documentation" tab.
  5. Select "HTML web page".
  6. Click "Generate."
  7. Save or open the file when prompted.

    Actual Results

A file which contains this error message:

pl.psnc.dl.ege.exception.ConverterException: Base URI {} is not an absolute URI at pl.psnc.dl.ege.tei.TEIConverter.convert(TEIConverter.java:171) at pl.psnc.dl.ege.component.NamedConverter.convert(NamedConverter.java:44) at pl.psnc.dl.ege.ConversionPerformer.run(ConversionPerformer.java:44) at java.lang.Thread.run(Thread.java:619) 

Expected Results

No error. Documentation of the schema.

Version

This is Roma version 4.15, last updated 2013-01-11. Using TEI P5 version 2.5.0

Workaround

  1. Download the ODD.
  2. Issue:
   $ teitohtml --odd myTEI_doc.xml myTEI_doc.html
sebastianrahtz commented 10 years ago

hmm. it works on on http://tei.oucs.ox.ac.uk/, so what is it? curses curses curses. I dont have a good answer to this

sebastianrahtz commented 10 years ago

I think I have found the problem, so this shoukd be OK now.