23 Jul 2012 19:56
Re: some basic questions on how to work with TEI
Pablo Rodríguez <oinos <at> WEB.DE>
2012-07-23 17:56:56 GMT
2012-07-23 17:56:56 GMT
On 23/07/12 19:24, Sebastian Rahtz wrote: > [...] > what is the content of /usr/bin/saxon? > > ie > > cat /usr/bin/saxon $ cat /usr/bin/saxon #!/bin/sh # # saxon script # JPackage Project <http://www.jpackage.org/> . /usr/share/java-utils/java-functions MAIN_CLASS=net.sf.saxon.Transform BASE_JARS="saxon.jar xml-commons-apis.jar jaxp_parser_impl.jar bea-stax-api.jar bea-stax-ri.jar" # Optional jars CLASSPATH="$CLASSPATH:"$(build-classpath docbook-xsl-saxon \ avalon-logkit xml-commons-resolver 2>/dev/null) || : # If we have resolver, add the CatalogManager.properties dir to CLASSPATH, # and tweak command line options so that it's used. args= if echo "$CLASSPATH" | grep xml-commons-resolver >/dev/null 2>&1 ; then CLASSPATH="$CLASSPATH:/etc/java/resolver"(Continue reading)
.
I'm not a command-line expert, but I'm afraid that cryptic (to me)
warning or error messages are some of the reasons because I tend to
RSS Feed