https://bz.apache.org/bugzilla/show_bug.cgi?id=61389

--- Comment #8 from Sarika Sinha <[email protected]> ---
When we run Eclipse in headless mode we are getting this exception - 
[xslt] Failed to load org.apache.xalan.processor.TransformerFactoryImpl via the
configured classpath, will try Ant's classpath instead.
     [xslt] Failed to process null 

So problem I suppose is that
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax containing
TransformerFactoryImpl in Java 9 is not exported in java.xml module.
So we tried adding --add-exports
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax=ALL-UNNAMED where we call
Eclipse java program in headless mode.

Can you suggest where to set this attribute or how to provide this information
to xslt?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to