简体   繁体   中英

Any XML JARS I missing?

I seeing the same error when executing "ant makexsltreports" from command line.

BUILD FAILED

/Users/xiaoyu/Documents/workspace/Learning_testNG/build.xml:95: javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl not found

Which XML JARS I missing? I got "xml-apis.jar" already imported into my project.

Thanks,

I got my issue resolved today. It is because in my build.xml file I didn't put "saxon-8.7.jar" into jar folder( <property name="ws.jars" value="/Users/xiaoyu/Documents/softWare/jars"/> ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM