Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] An editor to help you edit component.xml

***********************
Warning: Your file, APIEditor.zip, contains more than 32 files after decompression and cannot be scanned.
***********************


I recommend this editor.  It does require Eclipse 3.1; I confirmed that yesterday when trying to use with 3.01.  For your convenience, you could also drop these two plugins in your dev env eclipse; I built these yesterday from the source Jeffrey mentioned below.

I've gone through the plugins my team drops and defined the following API components.  The component.xmls can be found in the plugins with the * next to them, and their names are the same names as the plugins they are in.  The grouping below is the list of all plugins defined by the component (e.g. the org.eclipse.wst.common.emf  component which is in org.eclipse.wst.common.emf  includes  org.eclipse.wst.common.emf and org.eclipse.wst.common.emfworkbench.integration) If there are any issues with any of these components conflicting with other components please let me know.

* org.eclipse.wst.common.emf
  org.eclipse.wst.common.emfworkbench.integration

* org.eclipse.wst.common.frameworks
  org.eclipse.wst.common.frameworks.ui

* org.eclipse.wst.common.modulecore

* org.eclipse.wst.common.migration
  org.eclipse.wst.common.migration.ui

* org.eclipse.wst.common.navigator.views
  org.eclipse.wst.common.navigator.workbench

* org.eclipse.wst.validation
  org.eclipse.wst.validation.ui

* org.eclipse.wst.web
  org.eclipse.wst.web.ui

* org.eclipse.jst.common.frameworks
  org.eclipse.jst.common.frameworks.ui
  org.eclipse.jst.common.navigator.java
  org.eclipse.jst.common.annotations.controller
  org.eclipse.jst.common.annotations.core
  org.eclipse.jst.common.annotations.ui

* org.eclipse.jst.j2ee
  org.eclipse.jst.j2ee.core
  org.eclipse.jst.j2ee.navigator.ui
  org.eclipse.jst.j2ee.ui

* org.eclipse.jst.j2ee.ejb
  org.eclipse.jst.ejb.ui
  org.eclipse.jst.j2ee.ejb.annotation.model
  org.eclipse.jst.j2ee.ejb.annotations.emitter
  org.eclipse.jst.j2ee.ejb.annotations.ui
  org.eclipse.jst.j2ee.ejb.annotations.xdoclet

* org.eclipse.jst.j2ee.jca
  org.eclipse.jst.j2ee.jca.ui

* org.eclipse.jst.j2ee.webservice
  org.eclipse.jst.j2ee.webservices.ui

* org.eclipse.jst.j2ee.web
  org.eclipse.jst.servlet.ui



Thank you,

Jason A. Sholl
jsholl@xxxxxxxxxx
919-543-0011 (t/l 441-0011)



Jeffrey Liu <jeffliu@xxxxxxxxxx>
Sent by: wtp-dev-admin@xxxxxxxxxxx

03/17/2005 10:40 AM

Please respond to
wtp-dev

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] An editor to help you edit component.xml






For those of you refining component.xml files, I created a very simple Eclipse editor that helps you edit this file. Here's how to set it up:


1. Check out two plugins from CVS:


dev.eclipse.org:/home/webtools/org.eclipse.wtp.releng/apitools/org.eclipse.wtp.releng.tools.component.core

dev.eclipse.org:/home/webtools/org.eclipse.wtp.releng/apitools/org.eclipse.wtp.releng.tools.component.ui


2. Launch a run-time workbench

3. Create a simple project

4. Put your component.xml files into the simple project

5. Double click your component.xml to open it in the component.xml editor.

6. In the "Component" tab, you can add/remove plug-ins (hit the delete key to remove).

7. In the "APIs" tab, you can add/remove packages/types, and specify their usages. Right click in the tree view to add and hit the delete key to remove.


Btw, I think the editor pre-reqs Eclipse 3.1. Feel free to let me know if you run into any problems using the editor.


Thanks,


Jeffrey Liu
IBM Rational Software - Performance Analyst
IBM Toronto Lab.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/R8V/8200/MKM (D3-268)
T/L: 969 3531
Tel: (905) 413 3531
Fax: (905) 413 4920
jeffliu@xxxxxxxxxx

Attachment: APIEditor.zip
Description: Zip archive


Back to the top