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

Starting a Higgins Build

Revision as of 18:54, 16 January 2007 by Mary.parityinc.net (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To trigger the stable build for any Higgins component you should perform following steps:

1. Login to build.eclipse.org server via SSH.

2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'

   Execute in commend line:
   cd /shared/technology/higgins/static-resources/scripts/

3. Execute in commend line:

   ./build.sh S

4. In a few minutes all of build scripts for all higgins components will be checked out from CVS repository.

5. Change current directory to necessary. For HBX:

               Execute in command line:
                   cd hbx 

For IdAS:

               Execute in command line:
                   cd idas 

For EODM Context Provider:

               Execute in command line:
                   cd contextproviders/eodm 

For EODM-Jena Context Provider:

               Execute in command line:
                   cd contextproviders/jena 

For Jena Context Provider:

               Execute in command line:
                   cd contextproviders/jena 

6. In current directory Execute in command line:

   ./build.sh -buildID *stable_build_label* S
   where *stable_build_label* is the string, that defines the version of stable build. E.g. 0.6.1 or 0.7.34.
   Command line examples:
   ./build.sh -buildID 0.6.1 S
   ./build.sh -buildID 0.7.34 S

7. If everything is fine, the stable build will be finished in several minutes.





Instructions to trigger nightly build of ALL Higgins components


To trigger the nightly build for ALL Higgins components you should perform the following steps:

1. Login to build.eclipse.org server via SSH.

2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'

   Execute in commend line:
   cd /shared/technology/higgins/static-resources/scripts/ 

3. Execute in command line:

   ./build.sh N 

4. If everything is fine, the nightly build will be finished in several minutes.





Instructions to trigger nightly build of any Higgins component



To trigger the nightly build for any Higgins component you should perform the following steps:

1. Login to build.eclipse.org server via SSH.

2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'

   Execute in commend line:
   cd /shared/technology/higgins/static-resources/scripts/ 

3. Execute in commend line:

   ./build.sh S 

4. In a few minutes all of build scripts for all higgins components will be checked out from CVS repository.

5. Change current directory to necessary.

For HBX:

               Execute in command line:


                   cd hbx 

For IdAS:

               Execute in command line:
                   cd idas 

For EODM Context Provider:

               Execute in command line:
                   cd contextproviders/eodm 

For EODM-Jena Context Provider:

               Execute in command line:
                   cd contextproviders/jena 

For Jena Context Provider:

               Execute in command line:
                   cd contextproviders/jena 

6. In current directory Execute in command line:

   ./build.sh N


7. If everything is fine, the nightly build of the necessary component will be finished in several minutes. All files with the build scripts will be automatically removed from 'scripts' folder.

Back to the top