tame/rater
Mike Gerwitz c7e84f2e29 DslCompiler: Use s9api instead of JAXP
The difference is described here:

  http://www.saxonica.com/html/documentation/using-xsl/embedding/

And s9api here:

  http://www.saxonica.com/html/documentation/using-xsl/embedding/s9api-transformation.html

* Makefile.am (DSLC_CLASSPATH): Export for submakes.
* configure.ac (DSLC_CLASSPATH): Prefix with SAXON_CP.
* rater/rater.xsd (classNameType): Increase length 50=>75 (generated
    identifiers can now exceed that, it seems).
* src/current/rater.xsd: Likewise.  These files need to be combined.
* src/current/src/Makefile (CLASSPATH): Set to DSLC_CLASSPATH.
* src/current/src/com/lovullo/dslc/DslCompiler.java: Update imports.
  (DslCompiler)[_DslCompiler]: New members _processor and
    _xsltCompiler.  Convert to s9api.
2018-12-18 13:33:25 -05:00
..
README.md bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
build-aux core build 2018-11-08 11:15:12 -05:00
c1map bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
c1map.xsl bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
calc.xsd bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
compile.xsl bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
compiler bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
dot.xsl bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
include bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
link.xsl bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
rater.xsd DslCompiler: Use s9api instead of JAXP 2018-12-18 13:33:25 -05:00
src core build 2018-11-08 11:15:12 -05:00
standalone.xsl bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
summary.xsl bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00
tame bin/: Server/client build scripts 2018-10-08 23:25:02 -04:00

README.md

Compatibility Directory

This directory exists for compatibility with earlier build scripts and path assumptions before TAME was extracted into its own repository. A full transition will remove this directory.