Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Re: Need help with the build and packaging.

To answer my own question:

The issue was an additional space at the end of the manifest file. This space was consumed by the last header, leaving no empty line at end of file. This causes the last header to be gobbled by PDE build.

-- Ketan

On 3/3/09 23:10, Ketan Padegaonkar wrote:
Hi,

I've managed to get split packages in place for hamcrest, and after
breaking a few builds, there's now a green build in place, that contains
things I did not check in.

I've tagged the feature and plugins correctly[1], however the generated
OSGi bundle[2] does not contain the manifest headers[3] that I added.

I've verified that the filesystem path on the build machine[4] contains
the correct header[3].

Specifically the 'Export-Package' header is completely missing in the
generated package and I'm unable to figure out what's happening since
the build is not reproducible locally.

The rest of the hamcrest bundles are packaged correctly, could someone
point to what's missing with hamcrest.library ?

[1] -
http://download.eclipse.org/tools/orbit/committers/drops/I20090303070929/directory.txt

[2] -
http://download.eclipse.org/tools/orbit/committers/drops/I20090303070929/bundles/org.hamcrest.library_1.1.0.v20090303-0600.jar

[3] -
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.orbit/org.hamcrest.library/META-INF/MANIFEST.MF?revision=1.1.2.7&root=Tools_Project&view=markup&pathrev=v20090303-0600


-- Ketan


Back to the top