Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse Communication Framework Project/Builds"

(Builds)
 
Line 1: Line 1:
==Builds==
+
==Build==
  
ECF has nightly and continuous builds with automated integration testing.  We use Jenkins and Buckminster and is hosted at the Oregon State University Open Source Lab.  See [https://build.ecf-project.org/jenkins/ here].
+
ECF has nightly and continuous builds with automated integration testing.  We use Jenkins and Tycho running on the [https://hudson.eclipse.org/ecf/ ECF JIPP Instance].
  
Both Maven and p2 repositories are available from nightly builds [http://download.ecf-project.org/ here].
+
Latest p2 snapshot repository is available [http://download.eclipse.org/rt/ecf/snapshot/ here].  Show Directory Contents, the site.p2 directory is the p2 repository, the zip contains the contents as zip.
  
 +
Maven release repositories are available at [https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.ecf%22 maven central].
  
===Tycho===
+
See [http://www.eclipse.org/ecf/downloads.php ECF downloads] for more information.
As requested by [https://bugs.eclipse.org/bugs/show_bug.cgi?id=396457 Bug 396457] the ECF build must be moved to Tycho.
+

Latest revision as of 11:48, 2 May 2018

Build

ECF has nightly and continuous builds with automated integration testing. We use Jenkins and Tycho running on the ECF JIPP Instance.

Latest p2 snapshot repository is available here. Show Directory Contents, the site.p2 directory is the p2 repository, the zip contains the contents as zip.

Maven release repositories are available at maven central.

See ECF downloads for more information.

Back to the top