Difference between revisions of "Buckminster"

From Developer Documents
Jump to navigation Jump to search
(Created page with "== Buckminster == === Installation === # Install headless command line tool # Install [http://www.google.fi/search?sourceid=chrome&ie=UTF-8&q=jenkins+buckminster Buckminster pl...")
 
Line 1: Line 1:
== Buckminster ==
+
== Installation ==
 
 
=== Installation ===
 
  
 
# Install headless command line tool
 
# Install headless command line tool
Line 10: Line 8:
 
* http://www.ralfebert.de/blog/eclipsercp/rcp_builds/
 
* http://www.ralfebert.de/blog/eclipsercp/rcp_builds/
  
==== Headless command line tool ====
+
=== Headless command line tool ===
===== Install P2 director =====
+
==== Install P2 director ====
  
 
* Download and extract latest P2 Director ( http://www.eclipse.org/buckminster/downloads.html )
 
* Download and extract latest P2 Director ( http://www.eclipse.org/buckminster/downloads.html )
 
** http://www.eclipse.org/downloads/download.php?file=/tools/buckminster/products/director_latest.zip  
 
** http://www.eclipse.org/downloads/download.php?file=/tools/buckminster/products/director_latest.zip  
  
===== Install Buckminster Headless =====
+
==== Install Buckminster Headless ====
  
 
; Linux
 
; Linux
Line 30: Line 28:
 
'''NOTE:''' The installation directory '''must be an absolute directory path''' (with drive letter in Windows), otherwise the installed buckminster product will not work properly.
 
'''NOTE:''' The installation directory '''must be an absolute directory path''' (with drive letter in Windows), otherwise the installed buckminster product will not work properly.
  
=== Resource Maps ===
+
== Resource Maps ==
  
 
Jotta Simanticsin sisältö ja sisällön sijainti kartoittuu ja tulee helpommin buckminsterin saataville on tärkeää, että Simantics.rmap laitetaan saataville suoraan simantics.org:sta.
 
Jotta Simanticsin sisältö ja sisällön sijainti kartoittuu ja tulee helpommin buckminsterin saataville on tärkeää, että Simantics.rmap laitetaan saataville suoraan simantics.org:sta.
Line 48: Line 46:
 
Ylläpito kannattaa tehdä SVN:ssä (brancheineen). Lisätään cronjob varmistamaan saatavuuden simantics.org:ssa. Rmap laitetaan Simantics-versioiden mukaisesti versioituihin hakemistoihin.
 
Ylläpito kannattaa tehdä SVN:ssä (brancheineen). Lisätään cronjob varmistamaan saatavuuden simantics.org:ssa. Rmap laitetaan Simantics-versioiden mukaisesti versioituihin hakemistoihin.
  
=== Actions ===
+
== Actions ==
  
 
* CQUERY SDK ja Sysdynin materialisointiin SVN:stä Simantics RMAPin perusteella.
 
* CQUERY SDK ja Sysdynin materialisointiin SVN:stä Simantics RMAPin perusteella.
Line 60: Line 58:
 
http://www.eclipse.org/downloads/download.php?file=/modeling/emft/b3/documentation/B3Book2.pdf
 
http://www.eclipse.org/downloads/download.php?file=/modeling/emft/b3/documentation/B3Book2.pdf
  
Tarvitaan lisää tietoa, mutta vaikuttaa potentiaalisesti hyödylliseltä työkalulta erilaisten kokoonpanojen helpommassa koostamisessa.
+
More information on this tool is still needed, but it seems to be potentially useful in Simantics for easily composing aggregate P2 sites out of all our P2 sites.
  
 
=== Installation ===
 
=== Installation ===
  
 
<code>director -r http://download.eclipse.org/modeling/emft/b3/headless-3.6 -d /var/hudson/bin/b3 -p b3 -i org.eclipse.b3.cli.product -i org.eclipse.b3.aggregator.engine.feature.feature.group</code>
 
<code>director -r http://download.eclipse.org/modeling/emft/b3/headless-3.6 -d /var/hudson/bin/b3 -p b3 -i org.eclipse.b3.cli.product -i org.eclipse.b3.aggregator.engine.feature.feature.group</code>

Revision as of 15:02, 15 September 2011

Installation

  1. Install headless command line tool
  2. Install Buckminster plug-in into Jenkins and configure Jenkins to use command line tool

Helpful links:

Headless command line tool

Install P2 director

Install Buckminster Headless

Linux
Windows


NOTE: The installation directory must be an absolute directory path (with drive letter in Windows), otherwise the installed buckminster product will not work properly.

Resource Maps

Jotta Simanticsin sisältö ja sisällön sijainti kartoittuu ja tulee helpommin buckminsterin saataville on tärkeää, että Simantics.rmap laitetaan saataville suoraan simantics.org:sta.

Tip.png Go to http://www.simantics.org/download/ for Simantics-related Buckminster resources.


Latest version
http://www.simantics.org/download/head
1.4 Release
http://www.simantics.org/download/1.4 for 1.4

Ylläpito kannattaa tehdä SVN:ssä (brancheineen). Lisätään cronjob varmistamaan saatavuuden simantics.org:ssa. Rmap laitetaan Simantics-versioiden mukaisesti versioituihin hakemistoihin.

Actions

  • CQUERY SDK ja Sysdynin materialisointiin SVN:stä Simantics RMAPin perusteella.
  • site.p2: Target platformien generointiin materialisoidun workspacen perusteella.
  • site.p2.zip: Zipatun P2 repositoryn generointiin.

B3

http://www.eclipse.org/modeling/emft/b3/ http://wiki.eclipse.org/Eclipse_b3/aggregator/manual http://www.eclipse.org/downloads/download.php?file=/modeling/emft/b3/documentation/B3Book2.pdf

More information on this tool is still needed, but it seems to be potentially useful in Simantics for easily composing aggregate P2 sites out of all our P2 sites.

Installation

director -r http://download.eclipse.org/modeling/emft/b3/headless-3.6 -d /var/hudson/bin/b3 -p b3 -i org.eclipse.b3.cli.product -i org.eclipse.b3.aggregator.engine.feature.feature.group