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

 
(46 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
'''THIS INFORMATION IS OUTDATED! JWT IS NOW LOCATED ON SVN: [[JWT_SVN]]'''
  
== Source code of JWT ==
+
See also [http://www.eclipse.org/jwt/ JWT Website]
 
+
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 ==
+
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).
+
 
+
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.
+
 
+
 
+
== Detailed layout and state of the CVS ==
+
TODO
+

Latest revision as of 08:17, 16 August 2010

THIS INFORMATION IS OUTDATED! JWT IS NOW LOCATED ON SVN: JWT_SVN

See also JWT Website

Back to the top