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 "Modeling Project Releng/Releasing/Update Site Generation"

Line 4: Line 4:
  
 
This document will evolve over time. For now, have a look at the following links:
 
This document will evolve over time. For now, have a look at the following links:
 +
 +
== 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/*checkout*/org.eclipse.emft/releng/common/updates/README.txt README]
Line 12: Line 14:
 
* [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/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
 
* [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.

Revision as of 18:26, 29 August 2006

This document describes - albeit briefly - how to generate incremental Update Manager site content from nothing more than a ready-to-publish SDK zipfile.

This document will evolve over time. For now, have a look at the following links:

Setup

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 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 document.

Back to the top