From e377b9ef2b8ddc3a7828c4196550b8bb6d1a5c6b Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 14 Aug 2009 18:39:55 +0000 Subject: [PATCH] Update script to latest Xalan. --- build/count_scopes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/count_scopes.pl b/build/count_scopes.pl index a6e51405..f3c779fd 100755 --- a/build/count_scopes.pl +++ b/build/count_scopes.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata-unsigned.xml -XSL extract_scopes.xsl|") || die "could not open input file"; +open(XML,"java -Djava.endorsed.dirs=../tools/xalan/endorsed org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata-unsigned.xml -XSL extract_scopes.xsl|") || die "could not open input file"; while () { # print $_; chop;