Duplicated Manifest-Version in ode-agents.jar
---------------------------------------------
Key: ODE-604
URL: https://issues.apache.org/jira/browse/ODE-604
Project: ODE
Issue Type: Bug
Components: Build System
Affects Versions: 1.3.2
Environment: ODE 1.3.2, Fuse 3.4.0.2
Reporter: Mateusz Nowakowski
Fix For: 1.3.3
ODE logs on standard output during startup:
2009-05-12 17:02:39 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Manifest-Version.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
2009-05-12 17:02:40 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Manifest-Version.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
It comes form ode-agents-1.3.2.jar which contains:
Manifest-Version: 1.0
Created-By: Buildr
Manifest-Version: 1.0
Premain-Class: org.apache.ode.agents.memory.SizingAgent
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.