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 "Papyrus/Papyrus Developer Guide"

m (Development Environment)
(Getting the code)
Line 6: Line 6:
 
- [http://jautodoc.sourceforge.net/] JAutoDoc <br/>
 
- [http://jautodoc.sourceforge.net/] JAutoDoc <br/>
  
== Getting the code ==
+
== Development Plan  ==
=== Connecting to the svn ===
+
The code is available under svn at this location http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus/
+
=== Retrieve code ===
+
[[PSF]] Files can be found on the plugin org.eclipse.mdt.papyrus.releng under the folder psf. <br/>
+
Check out this project, and import the "Papyrus-ALL-pserver.psf".
+
  
=== Retrieve configuration files ===
+
== Getting the code  ==
The Papyrus configuration files are available under the Papyrus repository in the plugin org.eclipse.papyrus.doc under the folder "templates"<br/>
+
[[FAQ How do I control the Java formatter? | Formatter]]<br/>
+
[[FAQ How can templates make me the fastest coder ever? | Code Template]]<br/>
+
Checkstyle : available soon <br/>
+
  
A note is also available to explain how to install the templates in your environment.  
+
=== Connecting to the svn  ===
 +
 
 +
The code is available under svn at this location http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus/
 +
 
 +
=== Retrieve code  ===
 +
 
 +
[[PSF]] Files can be found on the plugin org.eclipse.mdt.papyrus.releng under the folder psf. <br> Check out this project, and import the "Papyrus-ALL-pserver.psf".
 +
 
 +
=== Retrieve configuration files  ===
 +
 
 +
The Papyrus configuration files are available under the Papyrus repository in the plugin org.eclipse.papyrus.doc under the folder "templates"<br> [[FAQ How do I control the Java formatter?|Formatter]]<br> [[FAQ How can templates make me the fastest coder ever?|Code Template]]<br> Checkstyle&nbsp;: available soon <br>
 +
 
 +
A note is also available to explain how to install the templates in your environment.
  
 
== Papyrus Generation ==
 
== Papyrus Generation ==
 
* Papyrus generation mechanism is explained here : [[Papyrus Developer Guide/Papyrus diagram generation]]
 
* Papyrus generation mechanism is explained here : [[Papyrus Developer Guide/Papyrus diagram generation]]

Revision as of 09:07, 11 August 2009

Development Environment

To ease the development on Papyrus, each member of the team works with basically the same configuration :
- [1] Eclipse Modelling 3.5
- [2] SVN Subversive (or Subclipse)
- [3] CheckStyle
- [4] JAutoDoc

Development Plan

Getting the code

Connecting to the svn

The code is available under svn at this location http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus/

Retrieve code

PSF Files can be found on the plugin org.eclipse.mdt.papyrus.releng under the folder psf.
Check out this project, and import the "Papyrus-ALL-pserver.psf".

Retrieve configuration files

The Papyrus configuration files are available under the Papyrus repository in the plugin org.eclipse.papyrus.doc under the folder "templates"
Formatter
Code Template
Checkstyle : available soon

A note is also available to explain how to install the templates in your environment.

Papyrus Generation

Back to the top