Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho source build and bundleNames

Well,

the testcase is EEF on eclipse.org, and the MANIFEST.MF for my bundles are like :
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EEF Standard Acceleo generator
Bundle-SymbolicName: org.eclipse.emf.eef.codegen;singleton:=true
Bundle-Version: 1.1.0.qualifier

and so on


Now i want to provide the source of my bundles, so i added the source generation config in my pom.xml and it generates my sources bundles.

BUT the MANIFEST.MF inside this bundle is :
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: hudsonbuild
Build-Jdk: 1.6.0_21
Bundle-SymbolicName: org.eclipse.emf.eef.codegen.source
Bundle-Version: 1.1.0.201203221240
Eclipse-SourceBundle: org.eclipse.emf.eef.codegen;version="1.1.0.20120
 3221240";roots:="."
Bundle-ManifestVersion: 2

Now, there is the correct version generated by PDE :
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)
Bundle-Name: EEF Standard Acceleo generator Source
Eclipse-SourceBundle: org.eclipse.emf.eef.codegen;version="1.0.2.v2012
 0316-1407";roots="."
Bundle-Vendor: Eclipse Modeling Project
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.eef.codegen.source;singleton:=tru
 e
Bundle-Version: 1.0.2.v20120316-1407

There is no Bundle-Vendor nor Bundle-Name for those built by Tycho.

These are these informations that David is tracking in juno reports.

Regards,

Stéphane


Le 22/03/2012 17:34, Igor Fedorenko a écrit :
Can you explain what is "not correct" with the names of sources bundles
generated by Tycho?

--
Regards,
Igor

On 12-03-22 9:52 AM, Stéphane Bouchet wrote:
Hi,

Looking at the reports of the latest juno aggregation ( M6 ), there is a
lot of source bundles that are not correctly named :
http://build.eclipse.org/juno/simrel/reporeports/reports/bundleNames.html

it seems these sources bundles are created with tycho for most of them.

I am using it for EEF, ATL, and the source bundles are using an
incorrect MANIFEST.MF.

Does anyone succeeded to provide a correct source bundle with tycho ?

Thanks for any pointers,


Cheers,

Stéphane


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


begin:vcard
fn;quoted-printable:St=C3=A9phane Bouchet
n;quoted-printable:Bouchet;St=C3=A9phane
org:Obeo
adr;quoted-printable:BP 20773;;7 Boulevard Amp=C3=A8re;CARQUEFOU;;44481;France
email;internet:stephane.bouchet@xxxxxxx
tel;work:02-51-13-61-67
x-mozilla-html:FALSE
url:http://www.obeo.fr
version:2.1
end:vcard


Back to the top