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 "JET Transforms/Wizards for creating project meta data"

m (Generic JET-based wizard framework)
(Getting the source)
 
(13 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
Being able to generate these things from JET templates via wizards would make it much easier to get a project up and running. Such is the aim of this project.
 
Being able to generate these things from JET templates via wizards would make it much easier to get a project up and running. Such is the aim of this project.
  
This project is part of [[Google Summer of Code 2008|2008 Google Summer of Code]].
+
This project is part of the [[Google Summer of Code 2008|2008 Google Summer of Code]].
  
 
'''Participants:'''
 
'''Participants:'''
Line 23: Line 23:
  
 
====JET Transforms / Wizards====
 
====JET Transforms / Wizards====
* [[Image:Glass.gif]] .releng project
+
* [[Image:Ok_green.gif]] .releng project
* [[Image:Progress.gif]] .test feature/plugin
+
* [[Image:Ok_green.gif]] .test feature/plugin
 
* [[Image:Ok_green.gif]] .examples feature/plugin
 
* [[Image:Ok_green.gif]] .examples feature/plugin
 
* [[Image:Glass.gif]] .sdk feature
 
* [[Image:Glass.gif]] .sdk feature
Line 41: Line 41:
 
== Documentation ==
 
== Documentation ==
  
Just to quickly outline how this project is used, consider the following screen shots for creating a generic examples project:
+
First of all, the wizards are located in the ''Metadata Generation'' category which can be found by navigating to ''File > New > Project...''.
  
'''1. Launch the New Examples Plugin Wizard'''
+
====Metadata Project Wizard====
:[[Image:Metagen_examplesWizard.png]]
+
  
:As seems to be the case with many of these skeleton projects, little information is required from the user.
+
This wizard allows one to optionally generate up to four projects ("examples" and "tests" plug-ins/features) at once based on a given project name. Default values are provided which allow one to quickly create the projects without needing to flip through and customize each page.
  
'''2. Enjoy a newly created examples project'''
+
The following screens illustrate what one might see when using the wizard.
:[[Image:Metagen_examplesWizard_output.png]]
+
  
:You now have a generic examples project skeleton ready to be further customized to your needs.
 
  
This is the general process that one will be able to follow for each of the project types mentioned earlier.
+
'''1. Select and name the projects to generate.'''
 +
 
 +
[[Image:Meta1.png]]
 +
 
 +
 
 +
'''2. Customize the plug-in fields.'''
 +
 
 +
[[Image:Meta2.png]]
 +
 
 +
 
 +
'''3. Customize the feature fields.'''
 +
 
 +
[[Image:Meta3.png]]
 +
 
 +
 
 +
'''4. The newly generated projects are added to the workspace.'''
 +
 
 +
[[Image:Meta4.png]]
 +
 
 +
====Releng Project Wizard====
 +
 
 +
This wizard allows one to create a [http://wiki.eclipse.org/Modeling_Project_Releng/Releng_Module Releng Module] by filling out a few fields as shown below.
 +
 
 +
 
 +
'''1. Customize the releng project fields.'''
 +
 
 +
[[Image:Releng1.png]]
 +
 
 +
 
 +
'''2. The newly generated releng project is added to the workspace.'''
 +
 
 +
[[Image:Releng2.png]]
  
 
== Getting the source ==
 
== Getting the source ==
Line 62: Line 90:
 
* Repository:  ''':pserver:anonymous@dev.eclipse.org:/cvsroot/technology'''
 
* Repository:  ''':pserver:anonymous@dev.eclipse.org:/cvsroot/technology'''
 
* Module: '''/org.eclipse.soc/athena/'''
 
* Module: '''/org.eclipse.soc/athena/'''
 +
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.soc/athena/metagen-misc/projectSet.psf?root=Technology_Project&view=co Team Project Set]
 +
 +
== References ==
 +
 +
* [http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/dialogs.htm Dialogs and wizards]
 +
* [http://help.eclipse.org/ganymede/index.jsp?nav=/27 JET Developer Guide]

Latest revision as of 18:24, 21 August 2008

Abstract

Starting a new project requires a lot of common code & meta data. For example: (1) .doc plug-ins/features, (2) .examples plug-ins/features, (3) .test examples/features, (4) .sdk feature, (5) .releng project.

Being able to generate these things from JET templates via wizards would make it much easier to get a project up and running. Such is the aim of this project.

This project is part of the 2008 Google Summer of Code.

Participants:

  • Student: Michael Robb
  • Mentor: Nick Boldt

Goals

Legend

Glass.gif Needs some investigation/research

Progress.gif Work in progress

Ok green.gif Bug fixed / Feature added

JET Transforms / Wizards

  • Ok green.gif .releng project
  • Ok green.gif .test feature/plugin
  • Ok green.gif .examples feature/plugin
  • Glass.gif .sdk feature
  • Glass.gif .runtime feature
  • Glass.gif .doc feature/plugin (including sources & javadoc)

Generic JET-based wizard framework

As per Philippe's suggestion: Create a general purpose, extensible Sample project wizard, to create new samples for a language and a framework. Think of the new PDE plugin wizard (but general purpose) and based on JET.

The basic just with a few extension markup to be able to:

  • present the title and description for the sample
  • create a new project for the correct natures
  • copy the sample files
  • optionally process them through Jet based on input of extra custom pages

Documentation

First of all, the wizards are located in the Metadata Generation category which can be found by navigating to File > New > Project....

Metadata Project Wizard

This wizard allows one to optionally generate up to four projects ("examples" and "tests" plug-ins/features) at once based on a given project name. Default values are provided which allow one to quickly create the projects without needing to flip through and customize each page.

The following screens illustrate what one might see when using the wizard.


1. Select and name the projects to generate.

Meta1.png


2. Customize the plug-in fields.

Meta2.png


3. Customize the feature fields.

Meta3.png


4. The newly generated projects are added to the workspace.

Meta4.png

Releng Project Wizard

This wizard allows one to create a Releng Module by filling out a few fields as shown below.


1. Customize the releng project fields.

Releng1.png


2. The newly generated releng project is added to the workspace.

Releng2.png

Getting the source

ViewVC: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.soc/athena/?root=Technology_Project

CVS

  • Repository: :pserver:anonymous@dev.eclipse.org:/cvsroot/technology
  • Module: /org.eclipse.soc/athena/
  • Team Project Set

References

Copyright © Eclipse Foundation, Inc. All Rights Reserved.