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

Difference between revisions of "Modeling Project Releng/Releasing/Update Site Generation"

(replace obsolete content w/ link to blog (for now) and to new troubleshooting page)
Line 1: Line 1:
{{ stub }}
+
{{stub}}
  
This document describes - albeit briefly - how to generate incremental Update Manager site content from nothing more than a ready-to-publish SDK zipfile.
+
For an overview of how update sites are generated, see [http://dev.eclipse.org/blogs/releng/2008/04/30/update-updated/].
  
This document will evolve over time. For now, have a look at the following links:
+
See also [[Modeling_Project_Releng/Releasing/Update_Site_Generation/Troubleshooting|Update Site Generation - Troubleshooting]].
 
+
== Setup ==
+
 
+
* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/updates/README.txt README]
+
* [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.emft/releng/common/scripts/ scripts folder], containing:
+
:* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/scripts/buildUpdate.sh?content-type=text/plain buildUpdate.sh], where the magic begins
+
:* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/scripts/promoteToEclipse.properties?content-type=text/plain properties file], properties used by the above script
+
:* [http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/org.eclipse.emft/releng/common/public_html/technology/emft/build.options.txt build.options.txt], mappings used by the above script
+
* [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.emft/releng/common/updates/ releng/common/updates folder], code used to generate the jars
+
* [http://dev.eclipse.org/viewcvs/index.cgi/www/emft/updates/?cvsroot=Eclipse_Website /cvsroot/org.eclipse/www/emft/updates folder], where the site*.xml files are stored in order to add content incrementally
+
 
+
== Output ==
+
 
+
After running the scripts, you end up with XML that looks like this:
+
 
+
http://www.eclipse.org/emft/updates/
+
 
+
And jars that look like this:
+
 
+
''nickb@download1.eclipse.org:/home/data/httpd/download.eclipse.org/technology/emft/updates'' '''$''' find . -name "*200608241538*"
+
./md5s/transaction_M200608241538.md5
+
./features/org.eclipse.emf.transaction.doc_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.workspace.source_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.workspace.examples.source_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.transaction.examples_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.workspace.doc_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.workspace_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.transaction_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.transaction.examples.source_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.workspace.examples_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.transaction.sdk_1.0.0.v200608241538.jar
+
./features/org.eclipse.emf.transaction.source_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.transaction.doc_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.workspace.source_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.workspace.examples.source_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.transaction.examples_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.workspace.doc_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.workspace_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.workspace.examples.library.editor_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.workspace.ui_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.transaction_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.transaction.ui_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.transaction.examples.source_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.workspace.examples_1.0.0.v200608241538.jar
+
./plugins/org.eclipse.emf.transaction.source_1.0.0.v200608241538.jar
+
 
+
If you encounter any [http://wiki.eclipse.org/index.php?title=EMFT_Procedures#Promotion_Problems_.28CVS_Errors.2C_SCP_Errors.2C_Artifacts_Not_Created....29 problems setting up or running the UM generation code], there's a sample of the build script output with an explanation of what went wrong on the [[EMFT_Procedures|EMFT Procedures]] document.
+
 
+
 
+
[[Category:Modeling]]
+
[[Category:Releng]]
+

Revision as of 13:12, 2 May 2008

For an overview of how update sites are generated, see [1].

See also Update Site Generation - Troubleshooting.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.