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

JWT CVS

Revision as of 10:01, 11 July 2008 by Mickael.istria.openwide.fr (Talk | contribs) (Starting the CVS version of JWT WE)

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.