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 (categories)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
= Checking out the Acceleo source code =
 
= Checking out the Acceleo source code =
  
/!\ coming soon /!\
+
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 [http://git.eclipse.org/c/m2t/org.eclipse.acceleo.git/ Git dashboard for Acceleo].
 +
 
 +
[[Image:AcceleoGit.png|frame|none|The Acceleo repository.]]
 +
 
 +
In order to get the Acceleo source code, you need to use Git with the following configuration:
 +
* 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
 +
* login: <leave empty> (with git://)
 +
* password : <leave empty>
 +
 
 +
 
 +
Then you can grab the Acceleo source code from the repository.
 +
[[Image:AcceleoRepository.png|frame|none|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.
 +
 
  
  

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