Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Contributor/DownloadEclipseOrg"

m
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
== Download Directory Conventions ==
 
== Download Directory Conventions ==
  
All public Jetty builds, be they milestone or official releases, follow the following directory layout on the download site.
+
All public Jetty builds, be they milestone or official releases, use the following directory layout on the download site:
  
 
* Root: /home/www/jetty
 
* Root: /home/www/jetty
 
** <VERSION>/dist - Jetty distribution files (.tgz, .zip, .bz2, .sha1, .md5, etc)
 
** <VERSION>/dist - Jetty distribution files (.tgz, .zip, .bz2, .sha1, .md5, etc)
 
** <VERSION>/update - corresponding Jetty update site
 
** <VERSION>/update - corresponding Jetty update site
** <VERSION>/apidocs - javadoc files
+
** <VERSION>/apidocs - Javadoc files
 
** <VERSION>/xref - xref files
 
** <VERSION>/xref - xref files
  
This allows all builds and releases to be self contained and versioned.  Persistent and durable javadoc locations can be established to subsequent Jetty versions and historical jetty releases can be easily obtained.  In addition, the 'stable-7' version string above will always refer to the latest stable release (or build) of that major jetty version.
+
This allows all builds and releases to be self-contained and versioned.  Persistent and durable Javadoc locations can be established to subsequent Jetty versions, and previous Jetty releases can be easily obtained.  In addition, the 'stable-x' version string, for example 'stable-7', always refers to the latest stable release (or build) of that major Jetty version.

Latest revision as of 17:51, 24 February 2012


Download Directory Conventions

All public Jetty builds, be they milestone or official releases, use the following directory layout on the download site:

  • Root: /home/www/jetty
    • <VERSION>/dist - Jetty distribution files (.tgz, .zip, .bz2, .sha1, .md5, etc)
    • <VERSION>/update - corresponding Jetty update site
    • <VERSION>/apidocs - Javadoc files
    • <VERSION>/xref - xref files

This allows all builds and releases to be self-contained and versioned. Persistent and durable Javadoc locations can be established to subsequent Jetty versions, and previous Jetty releases can be easily obtained. In addition, the 'stable-x' version string, for example 'stable-7', always refers to the latest stable release (or build) of that major Jetty version.

Back to the top