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 "JWT CVS"

(Starting the CVS version of JWT WE)
Line 1: Line 1:
 
 
== Source code of JWT ==
 
== Source code of JWT ==
  
Line 19: Line 18:
  
 
== Starting the CVS version of JWT WE ==
 
== Starting the CVS version of JWT WE ==
 +
=== Get Code ===
 
You need to have retrieved the JWT source code by checking it out from CVS, as shown above.
 
You need to have retrieved the JWT source code by checking it out from CVS, as shown above.
  
From this source code, import in your Eclipse 3.3 (in the Java Perspective, using right click > import existing projects) the org.eclipse.jwt/we project, as well as any other project whose features you want to try (see below).
+
=== Get Dependencies ===
 +
 
 +
From your "Software updates" menu, download Eclipse Modeling Framework and Graphical Edition Framework plug-ins.
  
Then right click on the "jwt-we" project and choose Run as > Eclipse application . This will launch JWT WE with all plugins that are available in the workspace.
+
=== Run plug-ins from code ===
 +
From this source code, import in Eclipse (in the Java Perspective, using right click > import existing projects) the org.eclipse.jwt/we project, as well as any other project whose features you want to try (see below).
  
 +
Then right click on the "jwt-we" project and choose Run as > Eclipse application . This will launch JWT WE with all plugins that are available in the workspace. If Eclipse does not succeed to start, then ensure that all necessary plug-ins are start with your projects. To do so, click on the "Run" icon in toolbar, and choose "Run Configuration...". On Java Application, select all necessary plug-ins (in case you have doubt, select all plug-ins).
  
 
== Detailed layout and state of the CVS ==
 
== Detailed layout and state of the CVS ==
 
TODO
 
TODO

Revision as of 10:01, 11 July 2008

Source code of JWT

To download the source code of the various components of JWT, please connect your CVS client (typically Eclipse 3.3's CVS Browsing perspective) with:

  • Host: dev.eclipse.org
  • Repository path: /cvsroot/technology
  • User: anonymous
  • Password: (none)
  • Connection type: pserver

If you have a committer account, please provide your committer data (username and password) and select as connection type extssh instead of pserver.

In this CVS repository, the source code of JWT is under the "org.eclipse.jwt" directory, which you can retrieve by doing a CVS checkout. It is laid out as follow :

  • org.eclipse.jwt/we : Workflow Editor i.e. design time tools
  • org.eclipse.jwt/wam : Workflow Audit And Monitoring i.e. runtime time tools and framework
  • org.eclipse.jwt/desktop : Simulator and other standalone BPM tools


Starting the CVS version of JWT WE

Get Code

You need to have retrieved the JWT source code by checking it out from CVS, as shown above.

Get Dependencies

From your "Software updates" menu, download Eclipse Modeling Framework and Graphical Edition Framework plug-ins.

Run plug-ins from code

From this source code, import in Eclipse (in the Java Perspective, using right click > import existing projects) the org.eclipse.jwt/we project, as well as any other project whose features you want to try (see below).

Then right click on the "jwt-we" project and choose Run as > Eclipse application . This will launch JWT WE with all plugins that are available in the workspace. If Eclipse does not succeed to start, then ensure that all necessary plug-ins are start with your projects. To do so, click on the "Run" icon in toolbar, and choose "Run Configuration...". On Java Application, select all necessary plug-ins (in case you have doubt, select all plug-ins).

Detailed layout and state of the CVS

TODO

Back to the top