Hello,

I searched for this bug in the mailing list, but I didn't find any thing.

I want to build the all from the last repository-update (Mon Feb 21). I
edit the Makefile, so the make could find the programs in my enironment.

java/src/Makefile:
  JAVAC = $(JDK12BIN)/javac -J-mx64m -classpath "$(CLPATH)"
  JAVA = $(JDK12BIN)/java -mx64m -classpath "$(CLPATH)"
  JAVADOC = $(JDK12BIN)/javadoc -J-mx64m -classpath "$(CLPATH)"

  #ifeq ($(JDK12BIN),)
  #  JAVA12 = java -classpath "$(CLPATH)"
  #  JAVADOC12 = javadoc -classpath "$(CLPATH)"
  #  STYLEBOOK = java -classpath "$(SB_CLPATH)" org.apache.stylebook.StyleBook
  #  JAR = jar
  #else
  JAVA12 = $(JDK12BIN)/java -mx64m -classpath "$(CLPATH)"
  JAVADOC12 = $(JDK12BIN)/javadoc -J-mx64m -classpath "$(CLPATH)"
  STYLEBOOK = $(JDK12BIN)/java -mx64m -classpath
              "$(SB_CLPATH)" org.apache.stylebook.StyleBook
              JAR = $(JDK12BIN)/jar -J-mx64m
  #endif

After that I execute the command "make all" and got:
Building Stylebook docs in docs directory
/usr/local/java/jdk1.2/bin/java -mx64m -classpath
"./src:./samples:./tools/stylebook-1.0-b2.jar:./tools/xalan-0.19.2.jar:./tools/xerces-1.0.1.jar:"
 org.apache.stylebook.StyleBook
"targetDirectory=docs/html" docs/docs-book.xml tools/style-apachexml.jar
[StyleBook] Overriding targetDirectory="docs/html" (Old=".")
[StyleBook] Project URL: "sbk:/sources/docs-book.xml"
[BasicEngine] Initializing
[Loader] Parsing Project file
[XalanProcessor] Applying XSL sheet "sbk:/style/stylesheets/book2project.xsl"
[Loader] Caught java.util.zip.ZipException
[StyleBook] Caught org.apache.stylebook.LoadingException
org.apache.stylebook.LoadingException: error in opening zip file
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.<init>(Throwable.java:94)
        at java.lang.Exception.<init>(Exception.java:42)
        at
org.apache.stylebook.LoadingException.<init>(LoadingException.java:34)
        at org.apache.stylebook.Loader.load(Loader.java:61)
        at org.apache.stylebook.StyleBook.getProject(StyleBook.java:121)
        at org.apache.stylebook.StyleBook.main(StyleBook.java:85)
[StyleBook] Error creating project



What happend?

Bye

Jens

--
**********************************************************************
* Jens Muehlenhoff                                                   *
*                                                                    *
* student of Computer Science                                        *
*                                                                    *
* University of Paderborn (Germany)                                  *
*                                                                    *
* e-mail: [EMAIL PROTECTED]                                    *
**********************************************************************

Reply via email to