Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [p2-dev] Repo2Runnable And Nested JARs

The only other information that could be used to trigger the presence of this unzip section to be in the metadata is the presence of the Eclipse-BundleShape in the manifest of the bundle.
Would it be your case?
Could you please post the metadata of the IU for which you are seeing this free unzip behavior?
thx
PaScaL

Inactive hide details for "Mark Melvin" ---05/26/2009 11:38:43 AM---Hi Pascal,"Mark Melvin" ---05/26/2009 11:38:43 AM---Hi Pascal,


From:

"Mark Melvin" <Mark.Melvin@xxxxxxxxxx>

To:

"P2 developer discussions" <p2-dev@xxxxxxxxxxx>

Date:

05/26/2009 11:38 AM

Subject:

RE: [p2-dev] Repo2Runnable And Nested JARs




Hi Pascal,

You mention that "usually" the unzipped section is derived from the "unpack" flag. What other scenarios trigger its generation? In my particular case, I do not have any features involved at this point. Besides, the bundles that are being inflated do not have their "unpack" flag set in any features anyway, but P2 seems to be able to somehow tell that they contain nested JARs and inflates them. I cant' seem to figure out how it knows this, however...

Mark.


From: p2-dev-bounces@xxxxxxxxxxx [mailto:p2-dev-bounces@xxxxxxxxxxx] On Behalf Of Pascal Rapicault
Sent:
May 22, 2009 5:24 PM
To:
P2 developer discussions
Cc:
P2 developer discussions; p2-dev-bounces@xxxxxxxxxxx
Subject:
Re: [p2-dev] Repo2Runnable And Nested JARs

The auto inflation is triggered by the presence of an "unzipped" section in the touchpoint data (for example look at the org.eclipse.pde.build IU in your profile).
It is the same information that causes the bundle to be unzipped at install time.
Usually this "unzipped" section is generated by the publisher / metadata generator and is derived from the "unpack" flag expressed in the feature.xml.

If the runtime shape does not match the build shape you need, then you will have to do some additional massaging like you would have had to do in the past.

HTH


Inactive hide details for "Mark Melvin" ---05/22/2009 04:08:11 PM---Hi,"Mark Melvin" ---05/22/2009 04:08:11 PM---Hi,


From:

"Mark Melvin" <Mark.Melvin@xxxxxxxxxx>

To:

"P2 developer discussions" <p2-dev@xxxxxxxxxxx>

Date:

05/22/2009 04:08 PM

Subject:

[p2-dev] Repo2Runnable And Nested JARs




Hi,

It looks like the repo2runnable operation is smart enough to detect when
a bundle contains a nested JAR and will inflate that bundle so PDE build
can handle it.  Can anyone tell me how it determines whether a bundle
contains a nested JAR?  I have a particular bundle that just ships
precompiled libraries that are needed at compile-time as nested JARs and
it doesn't seem to inflate this one for me, causing my build to fail.
I'd like to trigger the "auto-inflation" of this bundle as well.

Mark.
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/p2-dev

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


GIF image

GIF image


Back to the top