Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368305 - Page on working with jetty in Eclipse
Summary: Page on working with jetty in Eclipse
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: documentation (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.5.x   Edit
Assignee: Shirley Boulay CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 18:27 EST by Jan Bartel CLA
Modified: 2012-02-23 16:09 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Bartel CLA 2012-01-10 18:27:13 EST
Hi Shirley,

Can you create a new page and link it to the placeholder "Developing Jetty in Eclipse" in the section "Working with Eclipse". The contents (from a posting by Joakim on Stackoverflow here: http://stackoverflow.com/questions/8798059/how-can-i-import-jetty-source-code-into-eclipse/8804478#8804478):



You'll want to do the following ...

    Install the m2e plugin.
        [menu] Help > Eclipse Marketplace
        Search for "m2e"
        Install "Maven Integration for Eclipse"
    Checkout the source code for jetty somewhere onto your disk (or just unpack the source zip file)
    Import the maven projects
        [menu] File > Import
        [tree] Maven > Existing Maven Projects
        [Next button]
        Browse to the top folder of the jetty source tree.
        Hit Next / Finish to then import all of jetty into eclipse.
    Wait for Eclipse + M2E to settle down with its compilation and project setup.


This should also get linked onto the page Jetty/Contributor/Building at the bottom under the heading "Building with Eclipse".

thanks
Jan
Comment 1 Shirley Boulay CLA 2012-02-23 16:09:28 EST
done.