You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Christian Laflamme <ch...@silverrun.com> on 2000/12/04 20:56:01 UTC

building xalan from source

Hi,

I rebuilded xalan and tried to jar the class files
but there is an error when I execute my command

command:
jar.exe cvf xalan.jar 
 org\apache\xalan\xpath
 org\apache\xalan\xpath\dtm
 org\apache\xalan\xpath\res
 org\apache\xalan\xpath\xdom
 org\apache\xalan\xpath\xml
 org\apache\xalan\xslt
 org\apache\xalan\xslt\client
 org\apache\xalan\xslt\extensions
 org\apache\xalan\xslt\res
 org\apache\xalan\xslt\trace

error:
...
adding: org/apache/xalan/xpath/dtm/java.util.zip.ZipException: duplicate entry: org/apache/xalan/xpath/dtm/
        at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java, Compiled Code)
        at java.util.jar.JarOutputStream.putNextEntry(JarOutputStream.java, Compiled Code)
        at sun.tools.jar.Main.addFile(Main.java, Compiled Code)
        at sun.tools.jar.Main.create(Main.java:405)
        at sun.tools.jar.Main.run(Main.java:143)
        at sun.tools.jar.Main.main(Main.java:778)


Thanks in advance for your help