Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Regression in 2.1

On 04/15/2003 09:33:08 AM platform-ant-dev-admin wrote:
> 
> Does saxon.jar have our friendly little manifest file  adding classpath 
entries?
>  

No claspath in the manifest (first thing I checked ;-), but there are 
meta-inf services which point to classes in saxon.jar:
META-INF/services/javax.xml.transform.TransformerFactory
META-INF/services/javax.xml.parsers.SAXParserFactory

Try it and see - should be very easy to duplicate.

Matt



Back to the top