[ http://issues.apache.org/jira/browse/DERBY-1663?page=comments#action_12427305 ] David Van Couvering commented on DERBY-1663: --------------------------------------------
smfcmd.mf: Manifest-Version: 1.0^M Ant-Version: Apache Ant 1.5.4 ^M Created-By: 1.4.2_06-b03 (Sun Microsystems Inc.)^M Main-Class: org.apache.derby.iapi.tools.run^M Class-Path: derby.jar derbyclient.jar derbytools.jar derbynet.jar^M ^M derby.jar's MANIFEST.MF: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.4 Created-By: 1.4.2_06-b03 (Sun Microsystems Inc.) Bundle-Vendor: Apache Software Foundation Bundle-Name: Apache Derby 10.2 Bundle-Version: 10.2.0000005.430459M Class-Path: derbyLocale_de_DE.jar derbyLocale_es.jar derbyLocale_fr.ja r derbyLocale_it.jar derbyLocale_ja_JP.jar derbyLocale_ko_KR.jar derb yLocale_pt_BR.jar derbyLocale_zh_CN.jar derbyLocale_zh_TW.jar [deleted Sealed sections] derbyrun.jar MANIFEST.MF: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.4 Created-By: 1.4.2_06-b03 (Sun Microsystems Inc.) Main-Class: org.apache.derby.iapi.tools.run Class-Path: derby.jar derbyclient.jar derbytools.jar derbynet.jar Class-Path: derby.jar derbyclient.jar derbytools.jar derbynet.jar Class-Path: derby.jar derbyclient.jar derbytools.jar derbynet.jar -- I think the above is the culprit -- > java -jar derbyrun.jar ij gets "Duplicate name in Manifest: Class-Path" > ----------------------------------------------------------------------- > > Key: DERBY-1663 > URL: http://issues.apache.org/jira/browse/DERBY-1663 > Project: Derby > Issue Type: Bug > Components: Tools > Affects Versions: 10.2.0.0 > Environment: ------------------ Java Information ------------------ > Java Version: 1.4.2_06 > Java Vendor: Sun Microsystems Inc. > Java classpath: derbyrun.jar > OS name: SunOS > OS architecture: x86 > OS version: 5.11 > java.specification.name: Java Platform API Specification > java.specification.version: 1.4 > --------- Derby Information -------- > JRE - JDBC: J2SE 1.4.2 - JDBC 3.0 > [/export/home/dv136566/derby/patch/trunk/jars/sane/derby.jar] 10.2.0.5 alpha > - (430459M) > [/export/home/dv136566/derby/patch/trunk/jars/sane/derbytools.jar] 10.2.0.5 > alpha - (430459M) > [/export/home/dv136566/derby/patch/trunk/jars/sane/derbynet.jar] 10.2.0.5 > alpha - (430459M) > [/export/home/dv136566/derby/patch/trunk/jars/sane/derbyclient.jar] 10.2.0.5 > alpha - (430459M) > Reporter: David Van Couvering > Priority: Minor > > This is running with sane jars built using ant buildjars: > bash-3.00$ java -jar derbyrun.jar ij > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > ij version 10.2 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
