Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT FAQ missing Manifest


I have added the missing manifest file to the jar command.
Thank-you!
Carolyn



[platform-swt-dev] SWT FAQ missing Manifest

Jens KŸübler to: platform-swt-dev
03/09/2009 03:24 PM

Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

Please respond to "Eclipse Platform SWT component developers list."        







A fine description howto rebuild swt is shown on:

http://www.eclipse.org/swt/faq.php#howbuildplugin

However the jar command is missing the manifest file.

Changing

<jar jarfile="${plugin.destination}/${full.name}.jar"
basedir="${temp.folder}/${full.name}" filesonly="true"/>

to

<jar jarfile="${plugin.destination}/${full.name}.jar"
basedir="${temp.folder}/${full.name}" filesonly="true"
manifest="${basedir}/META-INF/MANIFEST.MF"/>

solves this and the plugin can be integrated just fine.

I used the CVS 3.4.1 tagged swt sources

Greetings

--
Jens Kübler
Software Engineer
aquintos GmbH * integration experts

mobil: +49 174 18 80 571
mail: kuebler@xxxxxxxxxxxx
web: http://www.aquintos.com

Geschäftsführer:
Markus Kühl, Dr. Clemens Reichmann

Sitz der Gesellschaft:
Lammstrafle 21 * 76133 Karlsruhe * Germany
Handelsregister Mannheim * HRB-111145
phone: +49 721 516 38-0
fax: +49 721 516 38-38


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top