mxp1988 / epubcheck

Automatically exported from code.google.com/p/epubcheck
MIT License
0 stars 0 forks source link

Incorrect version/filename of Saxon library in epub3 branch #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
# PROBLEM:

The epub3 branch contains the file com.adobe.epubcheck/lib/saxon-9.1.0.8.jar. 
However, the Ant buildfiles all reference com.adobe.epubcheck/lib/saxon9he.jar, 
which does not exist by default. Additionally, it appears that the version 
supplied in the SVN repository is Saxon-B rather than Saxon-HE.

# METHOD:

1. svn co svn checkout http://epubcheck.googlecode.com/svn/epub3
2. ant -f epub3/com.adobe.epubcheck/build-and-run-tests.xml

# RESULT:

Lots of spam about missing net.sf.saxon.Transform.

# EXPECTED:

Project builds, tests run successfully.

# PLATFORM:

epub3 branch, svn 1.7.4, ant 1.8.3

# ADDITIONAL INFO:

I've tested it with the latest Saxon library, 9.4.0.3, and adding it causes 
build.xml to build successfully.

Original issue reported on code.google.com by jetbeard@gmail.com on 25 Mar 2012 at 7:26

GoogleCodeExporter commented 8 years ago
We need to use Saxon 9.1.0.8  until we have implemented proper extension 
functions for schematron line+column tracking (see r306). But -- there are 
lingering references in the build to another version of Saxon which causes the 
build errors.

Original comment by markus.g...@gmail.com on 14 Apr 2012 at 8:32

GoogleCodeExporter commented 8 years ago

Original comment by markus.g...@gmail.com on 14 Apr 2012 at 8:33

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r307.

Original comment by markus.g...@gmail.com on 14 Apr 2012 at 8:33