Package: saxon-catalog
Version: 20020210-0.2
Severity: serious

When building 'saxon-catalog' on unstable, I get the following error:

dh_testdir
if [ ! -d build ]; then mkdir build; fi
jikes-classpath -cp /usr/share/java/saxon.jar:/usr/share/java/catalog.jar 
-sourcepath src -d build `find src -name \*.java`

Found 3 semantic errors compiling "src/cz/kosek/CatalogXMLReader.java":

     7. import com.icl.saxon.aelfred.SAXDriver;
               ^-----------------------------^
*** Semantic Error: The import "com/icl/saxon/aelfred/SAXDriver" is not valid, 
since it does not name a type in a package.


    11. public class CatalogXMLReader extends SAXDriver
                                              ^-------^
*** Semantic Error: Type "SAXDriver" was not found.


    27.         this.setEntityResolver(resolver);
                ^------------------------------^
*** Semantic Error: No accessible method with signature 
"setEntityResolver(com.arbortext.catalog.CatalogEntityResolver)" was found in 
type "cz.kosek.CatalogXMLReader".
make: *** [build-stamp] Error 1

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to