Michel Normand changed bug 914681
What Removed Added
CC   normand@linux.vnet.ibm.com

Comment # 19 on bug 914681 from
Hi there,
What is the status of this bug ?

I tried to use jing to validate an autoinst.xml as per cmd (1)
and it still reports missing saxon6 package.
The jing script still refer to saxon6 but the spec has saxon9 as Requires (2)

(1)
===
$jing /usr/share/YaST2/schema/autoyast/rng/profile.rng  /tmp/autoinst.xml
/usr/bin/build-classpath: Could not find saxon6 Java extension for this JVM
===

(2)
=== 
$rpm -q jing saxon9 saxon6
jing-20091111-21.2.noarch
saxon9-9.4.0.7-11.13.noarch
package saxon6 is not installed
===                                                                           
$rpm -qf /usr/bin/jing
jing-20091111-21.2.noarch
===
$grep saxon /usr/bin/jing
BASE_JARS="jing xerces-j2 xml-commons-apis saxon6 xml-commons-resolver"
===


You are receiving this mail because: