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 "Acceleo/Source Code"

m (Checking out the Acceleo source code)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
  
 
In order to get the Acceleo source code, you need to use Git with the following configuration:
 
In order to get the Acceleo source code, you need to use Git with the following configuration:
* host: git://git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git or ssh://git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git or http://git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git
+
* uri: git://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git or ssh://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git or https://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git
* repository path: /gitroot/m2t/org.eclipse.acceleo.git
+
 
* login: <leave empty> (with git://)
 
* login: <leave empty> (with git://)
 
* password : <leave empty>
 
* password : <leave empty>
Line 20: Line 19:
  
 
* master contains the source code of the trunk of Acceleo
 
* master contains the source code of the trunk of Acceleo
 +
* R3_2_maintenance contains the source code of the Acceleo 3.2.x releases
 
* R3_1_maintenance contains the source code of the Acceleo 3.1.x releases
 
* R3_1_maintenance contains the source code of the Acceleo 3.1.x releases
 
* R3_0_maintenance contains the source code of the Acceleo 3.0.x releases
 
* R3_0_maintenance contains the source code of the Acceleo 3.0.x releases

Latest revision as of 10:35, 29 April 2016

Checking out the Acceleo source code

With the release of Acceleo 3.1 Indigo, the Acceleo source code has been transferred from CVS to Git. As a result, you can find here the new process to download the Acceleo source code.

You can have a look at the Acceleo source code from the Git dashboard for Acceleo.

The Acceleo repository.

In order to get the Acceleo source code, you need to use Git with the following configuration:


Then you can grab the Acceleo source code from the repository.

Acceleo repository

Organization of the branches

  • master contains the source code of the trunk of Acceleo
  • R3_2_maintenance contains the source code of the Acceleo 3.2.x releases
  • R3_1_maintenance contains the source code of the Acceleo 3.1.x releases
  • R3_0_maintenance contains the source code of the Acceleo 3.0.x releases
  • R0_8_maintenance contains the source code of the Acceleo 0.8.x releases (not maintained anymore)

Organization of the folder in the repository

  • benchmark contains the projects used for a benchmark between Acceleo 2, Acceleo 3 and xText
  • doc contains the Acceleo documentation plugin
  • examples contains the Acceleo exaamples plugins
  • features contains the features necessary to build Acceleo
  • maven contains some experimental work for maven integration
  • plugins contains the complete source code of Acceleo
  • releng contains the releng project used to build Acceleo
  • tests contains the unit tests plugins.



Acceleo Portal
Project Project · Installation
Features Acceleo Features · Runtime · Acceleo editor · Views & Perspective · Interpreter · Maven
User documentation Getting Started · User Guide · Acceleo operations reference · OCL operations reference · Text Production Rules · Migration From Acceleo 2.x · Best Practices · Videos · FAQ
Developer documentation Source code · How to contribute · Compatibility · MOFM2T specification · OCL specification
Community Professional Support · Report a bug

Back to the top