Hi,
I never thought much about it since I observed similar warnings for the
uimaj-ep-runtime plugin:
[INFO] --- maven-bundle-plugin:2.3.4:manifest (uima-bundle) @
uimaj-ep-runtime ---
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Manifest-Version
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Created-By
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Built-By
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Build-Jdk
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Implementation-Title
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Implementation-Version
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Implementation-Vendor-Id
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Implementation-Vendor
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Build-Date
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Project-Title
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Implementation-Url
28.01.2013 19:30:04 java.util.jar.Attributes read
WARNUNG: Duplicate name in Manifest: Implementation-License
Best,
Peter
Am 28.01.2013 18:32, schrieb Marshall Schor:
If you build twice from the "top level" using mvn clean install or mvn install -
it works OK. but if you build the subcomponent uimaj-ep-textmarker-engine after
it has been built once, it gives a lot of warnings about Duplicate Name in
Manifest. This is just a "warning", and the overall indicator from maven at the
end is "success".
An example:
[INFO] --- maven-bundle-plugin:2.3.4:manifest (uima-bundle) @
uimaj-ep-textmarker-engine ---
Jan 28, 2013 10:51:49 AM 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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Created-By.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Built-By.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Build-Jdk.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Implementation-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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Implementation-Vendor-Id.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Implementation-Vendor.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Project-Title.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Implementation-Url.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Implementation-License.
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.
Jan 28, 2013 10:51:49 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Build-Date.
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.
If I look at the built manifest (inside the Jar), I don't see any duplicates.
So I don't know if this is a real issue or not.
-M
On 1/28/2013 8:58 AM, Peter Klügl wrote:
Hi,
the second release candidate of the sandbox project Apache UIMA TextMarker is
ready for voting. This vote also includes our new composite repository.
Staging repository:
https://repository.apache.org/content/repositories/orgapacheuima-183/
SVN tag:
https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc2
Archive with all sources:
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc2/uimaj-textmarker-parent-2.0.0-source-release.zip
Composite repository with three update sites: uimaj, uima-as and
uima-textmarker-2.0.0:
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc2/eclipse-update-site
Binaries and sources:
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc2/src_bin
The issues fixed are in the RELEASE_NOTES.html in the src/bin packages.
They can also be found here:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.0TextMarker%22%20AND%20component%20%3D%20TextMarker%20AND%20status%20in%20(Resolved%2C%20Closed)%20ORDER%20BY%20priority%20DESC
Documentation (pdf file):
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc2/tools.textmarker.book.pdf
Please vote on release:
[ ] +1 OK to release
[ ] 0 Don't care
[ ] -1 Not OK to release, because ...
Thanks.
Peter