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 "Service Interface and Data Types Editors"

(Update download sources guide for Unix based OS)
Line 22: Line 22:
 
To get sources via https, do read the following git info: [http://wiki.eclipse.org/Git#Setting_up_https_for_pushing setting up https for pushing]<br>  
 
To get sources via https, do read the following git info: [http://wiki.eclipse.org/Git#Setting_up_https_for_pushing setting up https for pushing]<br>  
  
'''How to get sources (step by step):'''<br>1. Install [http://code.google.com/p/msysgit/downloads/detail?name=msysGit-fullinstall-1.7.3.1-preview20101002.exe&can=2&q=  Git Bash]<br>2. Create your .gitconfig file with contents got from [http://wiki.eclipse.org/Git#Setting_up_https_for_pushing setting up https for pushing] to your user's folder (e.g. c:\Users\ditenev)<br>&nbsp;&nbsp;&nbsp; a) for commiter: change user in .gitconfig file with your committer id: e.g.: esimeonov. <br>&nbsp;&nbsp;&nbsp; b) for any user: change URL in .gitconfig, so you do use HTTP instead HTTPS, and do not use any user ID in URL<br>4. Create an empty directory e.g. c:\mygitrepo<br>5. Right click on “mygitrepo”, and execute “Git Init Here”<br>6. Right click on “mygitrepo”, and execute “Git Bash”<br>7. In bash do type: git pull<br>8. Close bash<br>9. Import projects into eclipse<br><br>  
+
'''How to get sources (step by step):'''<br>1. Install [http://code.google.com/p/msysgit/downloads/detail?name=msysGit-fullinstall-1.7.3.1-preview20101002.exe&can=2&q=  Git Bash] for Windows (for other OS get a git client from [http://git-scm.com/download Git download site] )<br>2. Create your .gitconfig file with contents got from [http://wiki.eclipse.org/Git#Setting_up_https_for_pushing setting up https for pushing] to your user's folder (e.g. c:\Users\ditenev)<br>&nbsp;&nbsp;&nbsp; a) for commiter: change user in .gitconfig file with your committer id: e.g.: esimeonov. <br>&nbsp;&nbsp;&nbsp; b) for any user: change URL in .gitconfig, so you do use HTTP instead HTTPS, and do not use any user ID in URL<br>4. Create an empty directory e.g. c:\mygitrepo<br>5.1 For Windows:<br>&nbsp;&nbsp;&nbsp;&nbsp;a) Right click on “mygitrepo”, and execute “Git Init Here”<br>&nbsp;&nbsp;&nbsp;&nbsp;b) Right click on “mygitrepo”, and execute “Git Bash”<br>&nbsp;&nbsp;&nbsp;&nbsp;c) In bash do type: git pull<br>&nbsp;&nbsp;&nbsp;&nbsp;d) Close bash<br>5.2 For other OS:<br>&nbsp;&nbsp;&nbsp;&nbsp;a) Open that directory in a terminal<br>&nbsp;&nbsp;&nbsp;&nbsp;b) Execute 'git init'<br>&nbsp;&nbsp;&nbsp;&nbsp;c) Execute 'git pull'<br>&nbsp;&nbsp;&nbsp;&nbsp;d) Close the terminal<br>6. Import projects into eclipse<br><br>  
  
 
== Build Infrastructure  ==
 
== Build Infrastructure  ==

Revision as of 05:50, 18 March 2011

The Service Interface and Data Types editors are Eclipse form-based WSDL and XSD editors. They provide easy-to-use, unified user interface and facilitating developers with quick and efficient application development in all WS and XSD related areas. In order not to restrict WSDL and XSD experts to the visual-editing capabilities of the tooling they also provide feature rich text-editing capabilities based on the WTP Structured Text Editor.

The project is in incubation phase at WTP Incubator. For more details about both editors do see the project's proposal page Service Interface and Data Types Editors Proposal.

The Project's Status

The current version of the project is 0.9. It is in WTP Incubator, and is in stabilization phase. The project was tested with Eclipse Galileo and Helios releases.


How To Install

  1. Download the following zip file: project build at hudson
  2. From Eclipse IDE do use "Install New Software", and target the downloaded zip file.


Where To Find The Source Files

Source files of the project are located into Eclipse GIT repository: web view of git repository

To get sources via https, do read the following git info: setting up https for pushing

How to get sources (step by step):
1. Install Git Bash for Windows (for other OS get a git client from Git download site )
2. Create your .gitconfig file with contents got from setting up https for pushing to your user's folder (e.g. c:\Users\ditenev)
    a) for commiter: change user in .gitconfig file with your committer id: e.g.: esimeonov.
    b) for any user: change URL in .gitconfig, so you do use HTTP instead HTTPS, and do not use any user ID in URL
4. Create an empty directory e.g. c:\mygitrepo
5.1 For Windows:
    a) Right click on “mygitrepo”, and execute “Git Init Here”
    b) Right click on “mygitrepo”, and execute “Git Bash”
    c) In bash do type: git pull
    d) Close bash
5.2 For other OS:
    a) Open that directory in a terminal
    b) Execute 'git init'
    c) Execute 'git pull'
    d) Close the terminal
6. Import projects into eclipse

Build Infrastructure

You may find the project's build job hosted at Eclipse Hudson server.


How To File a Bug

To file a bug follow these steps:

  1. Login to Bugzilla
  2. Select project "WebTools"
  3. Select project "WTP Incubator"
  4. Select component "wtp.inc.sieditor"
  5. Describe the bug.



More Information

Service Interface and Data Types Editors Proposal

Short Introductory Screencast on Youtube



Back to the top