File: run

package info (click to toggle)
xalan 1.10-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,612 kB
  • ctags: 14,765
  • sloc: cpp: 152,337; xml: 6,835; sh: 3,267; makefile: 867; ansic: 370
file content (20 lines) | stat: -rwxr-xr-x 644 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# Usage: Set the STYLEBOOK_PATH environment variable to the
# base directory of the Apache xml-stylebook package (retrieved from
# cvs.apache.org).
#
# unzip/tar the xml-site-style.tar.gz file in the c/xdocs directory.
#
# run from the c/xdocs directory in the xml-xalan distribution to create
# the basic HTML documentation for xalan-c


STYLEBOOK_JAR=$STYLEBOOK_PATH/bin/stylebook-1.0-b2.jar
XALAN_JAR=$STYLEBOOK_PATH/bin/xalan.jar
XERCES_JAR=$STYLEBOOK_PATH/bin/xerces.jar

CLASSPATH=$STYLEBOOK_JAR:$XALAN_JAR:$XERCES_JAR

java -classpath $CLASSPATH org.apache.stylebook.StyleBook "targetDirectory=html" sources/xalan.xml style