Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Update site for jetty 7.2.0 plugins?

Hi Martin,

The 7.2.0 update site is here: http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/
We have not worked on 8.0 yet: servlet-3.0 and the next generation of jsp related jars require more work to support them in OSGi.

Please note that we are still figuring out how to set everything directly from PDE.
PDE Target Provisioning covers the installation of features and bundles but not the binary files where we place the jetty configuration files.
Our first attempt to workaround this was to provide some PDE plugins and create a default jetty.home folder using those.
At this point we think it is too confusing to keep track of another set of tooling plugins: there is already WTP and for OSGi we should focus our efforts on PDE.
So the development of tje jetty-osgi tooling has gone dormant and we are going to clarify this.

The recommended workaround consists of downloading an installation of the web starterkit and using that as the Target Platform in PDE.
This is what is documented here http://wiki.eclipse.org/Jetty/Tutorial/Jetty-OSGi_SDK
At Intalio we use p2 from the command-line to install the complete product as an alternative to downloading the zip.
Unfortunately the installation of a product from a p2 update-site is not supported by PDE... for various reasons.

Another way to tackle this would be to make sure that the jetty configuration embedded in the jetty bundles will work out of the box once the jetty bundles have been installed as a Target Platform.
Here is a bug to keep track of this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=329634

Best,
Hugues



On Sat, Nov 6, 2010 at 2:35 PM, Martin Taal <mtaal@xxxxxxxxx> wrote:
Hi,
Is there an update site to install jetty 7.2.0 and 8.0.0 directly into eclipse through the update manager?

-- 

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@xxxxxxxxxxxxxx - mtaal@xxxxxxxxx
Web: www.springsite.com - www.elver.org

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



Back to the top