1 Reply Latest reply on Oct 14, 2005 12:30 PM by chwang

    error reading C:\jboss-4.0.2\client\auth.conf; java.util.zip

      Hi Folks,

      I donwloaded the samples-4.0.2.zip from
      http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS

      and put them in c:\webservices

      I ant build.xml
      I got this zipexception. Coulr you tell mw what is wrong.
      Thank you very much.


      Chwang
      ------------------------
      C:\webservices>ant
      Buildfile: build.xml

      init:

      compile:
      [javac] Compiling 26 source files to C:\webservices\output\classes
      [javac] error: error reading C:\jboss-4.0.2\client\auth.conf; java.util.zip.
      ZipException: error in opening zip file
      [javac] Note: C:\webservices\java\org\jboss\test\webservice\samples\ServerSi
      deJMSTestCase.java uses unchecked or unsafe operations.
      [javac] Note: Recompile with -Xlint:unchecked for details.
      [javac] 1 error

      BUILD FAILED
      C:\webservices\build.xml:42: Compile failed; see the compiler error output for d
      etails.

      Total time: 3 seconds