Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] publishing a fragment does not work

Hello,

I still have this blocker issue, and appreciate any hint. Publishing a
fragment looks like a standard task for me, but I don't see its solution.

I have the following structure:

win32\eRCP\plugins\xx1.jar
win32\eRCP\plugins\xx2.jar
win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.3.0\ws\win32\eswt-converged.jar
win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.3.0\os\win32\x86\eswt-converged.dll

I want to publish my bundles to a p2 repository. I use the following
command:

eclipse351\eclipse.exe -application
org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher
-metadataRepository file:/E:/.../win32/eRCP/plugins/repo
-artifactRepository file:/E:/.../win32/eRCP/plugins/repo -bundles
E:\...\win32\eRCP\plugins -configs ws.win32 -compress -publishArtifacts

The bundles in win32\eRCP\plugins will be published correctly. The
fragment 
win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.3.0\ws\win32\eswt-converged.jar
is not published. How can I publish it ? (copying the eswt-converged.jar
to the same place where the other bundles are located, does not have any
effect)

If this list is not the correct one, who is the right contact for my
question?

Thank you.

Regards
Michael


Hello,

I still have this blocker issue, and appreciate any hint. It looks like a standard task, but I don't see its solution.

I have the following structure:

win32\eRCP\plugins\xx1.jar
win32\eRCP\plugins\xx2.jar
win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.3.0\ws\win32\eswt-converged.jar
win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.3.0\os\win32\x86\eswt-converged.dll

I want to publish my bundles to a p2 repository. I use the following command:

eclipse351\eclipse.exe -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/E:/.../win32/eRCP/plugins/repo -artifactRepository
file:/E:/.../win32/eRCP/plugins/repo -bundles E:\...\win32\eRCP\plugins -configs ws.win32 -compress -publishArtifacts

The bundles in win32\eRCP\plugins will be published correctly. The fragment win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.3.0\ws\win32\eswt-converged.jar
is not published. How can I publish it ?


If this list is not the correct one, who is the right contact for my question?

http://dev.eclipse.org/mhonarc/lists/p2-dev/

Regards
Michael


--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the
intended recipient only. Access, disclosure, copying, distribution, or
reliance on any of it by anyone else is prohibited and may be a criminal
offence. Please delete if obtained in error and email confirmation to the sender.

Back to the top