Skip to content
Snippets Groups Projects
Commit c83c980c authored by Unknown (abagchi)'s avatar Unknown (abagchi)
Browse files

Added CLASSPATH to the java invocation for StyleBook

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172100 13f79535-47bb-0310-9956-ffa450edef68
parent 74af7be1
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ sub package_sources {
if (length($ICUROOT) > 0) {
change_documentation_entities("$srctargetdir/doc/entities.ent");
}
system("java org.apache.stylebook.StyleBook \"targetDirectory=$srctargetdir/doc/html\" xerces-c_book.xml $HOME/xml-stylebook/styles/apachexml"); # You must have Xerces-Java and Stylebook installed in addition to JDK1.2.2
system("java -classpath \$CLASSPATH org.apache.stylebook.StyleBook \"targetDirectory=$srctargetdir/doc/html\" xerces-c_book.xml \$HOME/xml-stylebook/styles/apachexml"); # You must have Xerces-Java and Stylebook installed in addition to JDK1.2.2
if ($platform =~ m/Windows/) {
$RM = "rm";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment