# # Sample user properties for Ant build. # Copy this to a file called user.properties and modify the properties # to configure the build for your work environment. # # # set this to your transformer factory implementation class # (used in xslt build.xml - to run UTF-X tests) # # this one works on both Windows and Linux (Mac?) # (but requires the newer lib/xalan-utfx005.jar to be in your classpath) #transformer.factory.impl = org.apache.xalan.xsltc.trax.TransformerFactoryImpl # # this one doesn't work on Windows but works on Linux (and Mac) transformer.factory.impl = org.apache.xalan.processor.TransformerFactoryImpl # set this url to your jdk 1.5 home directory jdk1.5.home = /usr/local/jdk1.5.0_01