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"

Line 5: Line 5:
 
Nightly builds of Higgins [[Components]] are performed on Eclipse build server.
 
Nightly builds of Higgins [[Components]] are performed on Eclipse build server.
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
| Connection Type  
+
! border="1" align="left" valign="top" | Connection Type  
 
| :ssh:
 
| :ssh:
 
|-
 
|-
| Host  
+
! border="1" align="left" valign="top" | Host  
 
| build.eclipse.org
 
| build.eclipse.org
 
|-
 
|-
| Build Path  
+
! border="1" align="left" valign="top" | Build Path  
 
| /shared/technology/higgins
 
| /shared/technology/higgins
 
|-
 
|-
 
|}
 
|}
== General Structure of Build Folder ==
+
 
 +
=== Structure of the build folder ===
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
| /static-resources  
 
| /static-resources  
Line 36: Line 37:
 
|-
 
|-
 
|}
 
|}
 +
  
 
== General CVS Information ==
 
== General CVS Information ==
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
| rowspan="2" | Connection Type  
+
! rowspan="2" border="1" align="left" valign="top" | Connection Type  
 
| Committers  
 
| Committers  
 
| :ext:
 
| :ext:
Line 46: Line 48:
 
| :pserver:
 
| :pserver:
 
|-
 
|-
| colspan="2" | Host  
+
! colspan="2" border="1" align="left" valign="top" | Host  
 
| dev.eclipse.org
 
| dev.eclipse.org
 
|-
 
|-
| colspan="2" | Repository Path  
+
! colspan="2" border="1" align="left" valign="top" | Repository Path  
 
| /cvsroot/technology
 
| /cvsroot/technology
 
|-
 
|-
Line 55: Line 57:
  
  
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.
+
=== Location of the build scripts ===
 +
 
 +
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
 +
|-style="background:#d6dee9; color:black" 
 +
! border="1" align="left" valign="top" | Project
 +
! border="1" align="left" valign="top" | Module Location
 +
! border="1" align="left" valign="top" | Eclipse PSF
 +
! border="1" align="left" valign="top" | ViewCVS
 +
|-
 +
|rowspan="2" |Automated Build Scripts
 +
|rowspan="2" |org.eclipse.higgins/builds/org.eclipse.higgins.releng.auto
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/builds/org.eclipse.higgins.releng.auto/anonymous.psf?root=Technology_Project&view=co anonymous]
 +
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/builds/org.eclipse.higgins.releng.auto/?cvsroot=Technology_Project viewcvs]
 +
|-
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/builds/org.eclipse.higgins.releng.auto/committer.psf?root=Technology_Project&view=co committer]
 +
|-
 +
|}
 +
 
 +
 
 +
== How To create build script for automated builds ==
 +
Some instructions could be found [[HowTo_create_automated_build_scripts |here]].
 +
 
  
 
== Information about Components for which automated nightly builds are available ==
 
== Information about Components for which automated nightly builds are available ==
Line 93: Line 116:
 
|}
 
|}
  
n/a means "not applicable"
+
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. n/a means "not applicable"

Revision as of 11:05, 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

Structure of the 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


Location of the build scripts

Project Module Location Eclipse PSF ViewCVS
Automated Build Scripts org.eclipse.higgins/builds/org.eclipse.higgins.releng.auto anonymous viewcvs
committer


How To create build script for automated builds

Some instructions could be found here.


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

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. n/a means "not applicable"

Back to the top