Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] Riena Target Platform

Hi all,

With our next milestone (1.1.0 M6) riena will support the ProxyManager of org.eclipse.core.net. With that we can access all the different ProxyProviders, e.g. the Win32-specific proxy provider that reads the proxy information from the "internet options" and also supports pac/wpad (http://en.wikipedia.org/wiki/Proxy_auto-config).

There is currently (HEAD) an optional dependency from communication.core to org.eclipse.core.net.
You will need to have these additional bundles:
- if you build riena from source
- or if you use the CoreNetProxySelector by defining an extension for org.eclipse.riena.communication.core.proxyselector

Because of that we will expand our target platform which consists of:
- eclipse-equinox-SDK-<Version>
- eclipse-RCP-SDK-<Version>-<OS>

with:
- org.eclipse.core.net.source_<Version>.jar
- org.eclipse.core.net.<OS>_<Version>.jar
- org.eclipse.core.net_<Version>.jar
which is unfortunately not (yet) part of eclipse-RCP-SDK.

Tschüß,
Stefan



Back to the top