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 DeveloperFAQ"

m (Eclipse Maintenace Stuff)
m
Line 31: Line 31:
 
=== Putting Files on the Download Server ===
 
=== Putting Files on the Download Server ===
  
* Connect to ''download1.eclipse.org'' using SCP and upload the new files (old files should be moved to ''archive.eclipse.org''!).
+
* Old files should be moved to ''archive.eclipse.org'':
 +
** ssh yourcommitterid@dev.eclipse.org
 +
** mv ~/downloads/your/project/oldrelease/ /home/data/httpd/archive.eclipse.org/your/project/oldrelease/
 +
* Connect to ''download1.eclipse.org'' using SCP/SFTP and upload the new files
 
* Update the JWT Download Site
 
* Update the JWT Download Site
 
* Update the main JWT site (news area, download area)
 
* Update the main JWT site (news area, download area)

Revision as of 13:10, 27 July 2008

Frequently Asked Questions for Developers

Installing JWT Source Code from CVS

For information on how to access the JWT source code, the layout of the CVS repositories and the dependencies of JWT components, please refer to JWT CVS Information.

Internal Layout of the JWT Source Code

How to Extend/Modify JWT

Extending the Workflow Editor

The article Extending JWT-WE contains information on how JWT can be extended by user-defined plugins that provide e.g. external actions or additional views.

Modifying the Workflow Editor

The article Modifying JWT-WE provides information on how several recurring tasks (like adding preferences to the preferences menu) can be accomplished.

How to prepare a new Release

Releasing the Workflow Editor

Releasing JWT-WE shows how to carry out a new Workflow Editor release.

Releasing the AgilPro LiMo/Simulator

Releasing AgilPro describes the deployment process of the AgilPro Light Modeler (LiMo) and the AgilPro Simulator.

Eclipse Maintenace Stuff

Putting Files on the Download Server

  • Old files should be moved to archive.eclipse.org:
    • ssh yourcommitterid@dev.eclipse.org
    • mv ~/downloads/your/project/oldrelease/ /home/data/httpd/archive.eclipse.org/your/project/oldrelease/
  • Connect to download1.eclipse.org using SCP/SFTP and upload the new files
  • Update the JWT Download Site
  • Update the main JWT site (news area, download area)

Updating the Web Site

  • Connect to the CVS repository /cvsroot/org.eclipse on dev.eclipse.org
  • The files concerning the JWT page are in the directory /www/jwt
  • Refer to http://www.eclipse.org/phoenix/ for information on how to set up the pages

Adapting the Eclipse Update Site

See also

Back to the top