Skip to main content

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

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




Back to the top