• Home
  • Downloads
  • Users
  • Members
  • Committers
  • Resources
  • Projects
  • About Us
 
  • Navigation   
  • Main Page
  • Community portal
  • Current events
  • Recent changes
  • Random page
  • Help
  • Toolbox   
  • What links here
  • Related changes
  • Upload file
  • Special pages
  • Printable version
  • Page
  • Discussion
  • View source
  • History
  • Edit

Jetty/Contributor/Building

From Eclipsepedia

< Jetty | Contributor
Jump to: navigation, search


Contents

  • 1 Source Control
    • 1.1 Primary Interest SCMURLs
    • 1.2 Build and Project Infrastructure SCMURLs
  • 2 Build
  • 3 Building with Eclipse

Source Control

Jetty uses several development trunks for its artifacts. They are mirrored on github through github.com/eclipse, or you can look through them via the Eclipse setup at the URLs below.

Primary Interest SCMURLs

These are the URLs to the GIT repositories for the Jetty code. They are for people who are working on the Jetty project, as well as for people who are interested in examining or modifying the Jetty code for their own projects.

  • git.eclipse.org/c/jetty/org.eclipse.jetty.project.git - Jetty Project Repository

Build and Project Infrastructure SCMURLs

These are the URLs for Jetty-related code and metadata. These are not needed to use Jetty; these are primarily of use for people who are working with Jetty-the-project (as opposed to using Jetty-the-server in their own projects).

  • git.eclipse.org/c/jetty/org.eclipse.jetty.parent.git - Administrative pom.xml file
  • git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git - Build related artifacts that release separately, common assembly descriptors, remote resources, etc.
  • git.eclipse.org/c/jetty/org.eclipse.jetty.sandbox.git - Non-mainline project development, working area for experimentation, etc
  • git.eclipse.org/c/jetty/org.eclipse.jetty.releng.git - Project definition for generating an eclipse p2 update site
  • git.eclipse.org/c/jetty/org.eclipse.jetty.admin.git - Files associated with the development of Jetty -- code styles, formatting, etc.
  • git.eclipse.org/c/jetty/org.eclipse.jetty.wtp.git - jetty wtp plugin


Build

Jetty-7.x uses JDK6 to build. The artifacts produced are run-time compatible with JDK5. Jetty-8.x builds with JDK6 and produces artifacts that are runtime compatible with JDK6. This is because servlet 3.0 requires JDK6.

Jetty uses Apache Maven 3.x for managing its build and primary project metadata.

Building Jetty should simply be a matter of changing into the relevant directory and executing the following commands:

 git clone <scm url>
 cd <new directory>
 mvn install

All relevant dependencies will be downloaded into your local repository automatically.

Building with Eclipse

See Developing Jetty in Eclipse.

Retrieved from "wiki.eclipse.org/Jetty/Contributor/Building"
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.