This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FAIL format-users test


Chris Dean wrote:
The format-users XSLT test is failing with a NullPointerException:

java.lang.NullPointerException
        at gnu.expr.LambdaExp.compileBody(LambdaExp.java:1382)
        at gnu.expr.Compilation.addClass(Compilation.java:1507)
        at gnu.expr.Compilation.compile(Compilation.java:799)
        ...

I really have no idea about XSL, perhaps someone else could take a look.

Works for me. Running 'make check' using the kawa-1.7 source distribution (ftp://ftp.gnu.org/pub/gnu/kawa/kawa-1.7.tar.gz) said:


jim@CRPC37641:~/Software/kawa-1.7/gnu/xquery/testsuite> make check
CLASSPATH=../../.. java gnu.xquery.testsuite.TestMisc
# of expected passes      91
CLASSPATH=../../.. \
  java gnu.xquery.testsuite.TestSuite ./use-cases.xml
# of expected passes      12
CLASSPATH=.:../../.. java maketab1 >tmp2
# maketab1 test passes
CLASSPATH=.:../../.. java multab >tmpmul
# multab test passes
CLASSPATH=.:../../.. java descend >tmpdesc
# descend test passes
KAWALIB=../../.. ../../../bin/kawa.sh --xslt ./format-users.xsl users.xml \
  |sed 's/^ *//'>tmp-format-users.html
#  format-users test passes

Jim
--
"I love deadlines. I love the whooshing sound they make as they fly by." -- Douglas Adams



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]