Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Is the p2 installer supposed to work with authenticated p2 repositories?

No. The support to prompt for credential is only located in org.eclipse.equinox.p2.ui (UserValidationDialog) and the installer has been written to be much leaner (use just SWT).
That said you can easily write your own prompting mechanism by registering an implementation of the IServiceUI. In fact you can probably reuse most of the code from the class previously mentioned.
If you have a patch it is something we can roll out in 3.6 M6.

Inactive hide details for Vlad Tatavu ---28/01/2010 04:01:59 PM---Is the p2 installer supposed to work with authenticated p2 reVlad Tatavu ---28/01/2010 04:01:59 PM---Is the p2 installer supposed to work with authenticated p2 repositories?


From:

Vlad Tatavu <vtatavu@xxxxxxxxxxxx>

To:

P2 developer discussions <p2-dev@xxxxxxxxxxx>

Date:

28/01/2010 04:01 PM

Subject:

[p2-dev] Is the p2 installer supposed to work with authenticated p2 repositories?




Is the p2 installer supposed to work with authenticated p2 repositories?

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


GIF image

GIF image


Back to the top