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 "Nightly Component Builds"

(filling the table)
Line 1: Line 1:
 +
This page contains information on nightly builds of Higgins [[Components]]
 +
 +
 +
== General Server Information ==
 +
Nightly builds of Higgins [[Components]] are performed on Eclipse build server.
 +
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
 +
| Connection Type
 +
| :ssh:
 +
|-
 +
| Host
 +
| build.eclipse.org
 +
|-
 +
| Build Path
 +
| /shared/technology/higgins
 +
|-
 +
|}
 +
== General Structure of Build Folder ==
 +
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
 +
| /static-resources
 +
| This folder contains all required archives, such as Eclipse platform and other required plugins/libraries. Also there located org.eclipse.releng.basebuilder project used to produce Eclipse plugins.
 +
|-
 +
| /static-resources/stripts
 +
| This folder contains initial(starter) build scripts. Checked out scripts will also placed in this folder during the build process.
 +
|-
 +
| /work-dir
 +
| This folder contains temporary files required for builds. Build scripts should clean this folder before each build.
 +
|-
 +
| /work-dir/eclipse
 +
| If Eclipse runtime is required, Eclipse platrorm should be unpackaged into this folder.
 +
|-
 +
| /work-dir/builds
 +
| This directory for temporary files of the current build.
 +
|-
 +
| /work-dir/tests
 +
| This directory for temporary files of the tests
 +
|-
 +
|}
 +
 +
== General CVS Information ==
 +
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
 +
| rowspan="2" | Connection Type
 +
| Committers
 +
| :ext:
 +
|-
 +
| Anonymous access
 +
| :pserver:
 +
|-
 +
| colspan="2" | Host
 +
| dev.eclipse.org
 +
|-
 +
| colspan="2" | Repository Path
 +
| /cvsroot/technology
 +
|-
 +
|} 
 +
 +
 
This page should include a list of [[Components]] and the status of the nightly build script development. E.g. has the script been written or not, etc.
 
This page should include a list of [[Components]] and the status of the nightly build script development. E.g. has the script been written or not, etc.
  
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="4" cellspacing="0"
+
== Information about Components for which automated nightly builds are available ==
 +
{| class="wikitable" style="text-align:left; border="1" cellpadding="4" cellspacing="0"
 
|-style="background:grey; color:black"
 
|-style="background:grey; color:black"
 
! width="60%" border="1" align="left" valign="top" colspan="2" | Component
 
! width="60%" border="1" align="left" valign="top" colspan="2" | Component

Revision as of 09:12, 5 April 2007

This page contains information on nightly builds of Higgins Components


General Server Information

Nightly builds of Higgins Components are performed on Eclipse build server.

Connection Type  :ssh:
Host build.eclipse.org
Build Path /shared/technology/higgins

General Structure of Build Folder

/static-resources This folder contains all required archives, such as Eclipse platform and other required plugins/libraries. Also there located org.eclipse.releng.basebuilder project used to produce Eclipse plugins.
/static-resources/stripts This folder contains initial(starter) build scripts. Checked out scripts will also placed in this folder during the build process.
/work-dir This folder contains temporary files required for builds. Build scripts should clean this folder before each build.
/work-dir/eclipse If Eclipse runtime is required, Eclipse platrorm should be unpackaged into this folder.
/work-dir/builds This directory for temporary files of the current build.
/work-dir/tests This directory for temporary files of the tests

General CVS Information

Connection Type Committers  :ext:
Anonymous access  :pserver:
Host dev.eclipse.org
Repository Path /cvsroot/technology


This page should include a list of Components and the status of the nightly build script development. E.g. has the script been written or not, etc.

Information about Components for which automated nightly builds are available

Component Build Script Last Build
Higgins Browser Extension (HBX) viewcvs last nightly build
Identity Attribute Service (IDAS) viewcvs last nightly build
Jena Context Provider viewcvs last nightly build
EODM Context Provider viewcvs last nightly build
EODM-Jena Context Provider viewcvs last nightly build
Token Service (TS) viewcvs last nightly build

n/a means "not applicable"

Back to the top