[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with maven based package needed (dcm4che)



In the maven Jar creation step, a Manifest description should be present.
Maybe it refers a Manifest file instead of specifying its contents dynamically.
Either Manifest file is not present at all, or it is in src but not copied in target dir (compilation copies only java classes, not other files).

Olivier

Hi,

I have a question to the next Java package for the Debian Med Blend.
The preliminary packaging stuff is available at

   svn://svn.debian.org/svn/debian-med/trunk/packages/dcm4che/trunk

The rules file is featuring a get-orig-source target so you can easily
obtain the source tarball.  The build is running into the following
error:

...
[INFO] [jar:jar {execution: default-jar}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error assembling JAR

Embedded error: Manifest file: /tmp/buildd/dcm4che-2.0.25/dcm4che-audit/target/classes/META-INF/MANIFEST.MF does not exist.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
...


Any idea what might be wrong here?

Kind regards

       Andreas.


Reply to: