Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [edt-dev] Installing the latest build with Eclipse 3.6

Hi Morten,

For resolving compilation errors in your workspace you have a couple options.

1) Use EDT to develop EDT. Installing the 0.8 nightly will pull in the Jetty dependencies. This also means you don't have to check out every single EDT project from CVS because it's all included in your target platform.

2) Add Jetty to your target platform.

Download http://www.eclipse.org/downloads/download.php?file=/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/Jetty-bundles-repository-7.6.0.v20120127.zip
Extract it somewhere
In Eclipse go to Window > Preferences > Plug-in Development > Target Platform
Edit your active target platform and then click the Add button
Select "Installation" and browse to the root folder where you extracted Jetty, *or* select "Directory" and browse to the "plugins" folder nested within the Jetty folder.

-Justin


-----edt-dev-bounces@xxxxxxxxxxx wrote: -----
To: EGL Development Tools <edt-dev@xxxxxxxxxxx>
From: Morten Krøyer
Sent by: edt-dev-bounces@xxxxxxxxxxx
Date: 02/08/2012 03:25AM
Subject: Re: [edt-dev] Installing the latest build with Eclipse 3.6

Hi all

 

I’m following this project and have the CVS sources in an eclipse indigo JEE install, and I seem to still get errors on all the org.eclipse.jetty. imports.

 

Installing Jetty from the link below seems to solve the problem. Is this intended?

 

/Morten

 

Fra: edt-dev-bounces@xxxxxxxxxxx [mailto:edt-dev-bounces@xxxxxxxxxxx] På vegne af Justin Spadea
Sendt: 1. februar 2012 20:06
Til: edt-dev@xxxxxxxxxxx
Emne: Re: [edt-dev] Installing the latest build with Eclipse 3.6

 

This has been fixed in the latest build. You no longer need to manually add the Jetty repository to install EDT on Eclipse 3.6.

-Justin

-----Justin Spadea/Durham/IBM wrote: -----

To: edt-dev@xxxxxxxxxxx
From: Justin Spadea/Durham/IBM
Date: 02/01/2012 08:56AM
Subject: Installing the latest build with Eclipse 3.6

If you are using an Eclipse 3.6 base, for now you will need to add an additional update site to install the latest nightly builds:

http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/

We are working on getting the p2 install to automatically look at this additional repository to find the Jetty dependencies.

This is not an issue when using a 3.7 base (such as in the all-in-one build), because the Jetty content is included in the Indigo update site so it will be found.

I will post when this is no longer needed.

-Justin

_______________________________________________
edt-dev mailing list
edt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/edt-dev

Back to the top