Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Wtp-wst-dev] Data Tools

Hi Arthur,
I checked out the new modules but they don't contain .project files
and .classpath files, so eclipse treats them as 'simple' projects
instead of 'plugin' projects and it doesn't build them.

All other plugins in the repository are 'plugin' projects.

There is one more issue. All other plugins contain a src folder that
contains the source code. In the data tools, the source code is placed
directly into the project folder.

I think it would be better if all wtp plugins had the same structure.

Regards

Panagiotis Korros

On Tue, 19 Oct 2004 11:58:51 +0200, Jens Lukowski <jens.lukowski@xxxxxx> wrote:
> Hi Arthur
> 
> the com.ibm.base.extensions.ui package is already in CVS renamed to
> org.eclipse.wst.ui.
> I think it is more a common base of helper classes than an extension or
> am I wrong ?
> 
> regards
>   Jens Lukowski
> 
> 
> 
> 
> Arthur Ryman wrote:
> 
> >
> > I have checked in the data tools source code to cvs. This should let
> > Valeriy and BC make some progress.
> >
> > The code depends on some additional plugins, com.ibm.wtp.emf.* and
> > com.ibm.base.extensions.* which need to be renamed and moved into the
> > common component, i.e.
> >
> > com.ibm.wtp.emf.* -> org.eclipse.wst.common.emf.*
> > com.ibm.base.extensions.* -> org.eclipse.wst.common.extensions.*
> >
> > And these go into:
> >
> > webtools/wst/components/common
> >
> > I reorganized and renamed the code to conform to the Eclipse
> > guideline. I created an Ant script to automate the process. [1] The
> > Ant script shows the renaming rules. I divided the code into two
> > components: rdb and sql. These are stored in:
> >
> > webtools/wst/components/rdb
> > webtools/wst/components/sql
> >
> > The sql component appears to contain some rdb code but this can be
> > refactored later, after IBM refreshes the code. I also moved the test
> > cases out of the plugins directory and into the tests directory.
> >
> > To Do:
> > 1. Rename the remaining com.ibm code that is required by the data
> > tools and check these into cvs in the common component
> > 2. Build and test the code.
> > 3. Valeriy to integrate his sqlscrapbook enhancements.
> > 4. BC to add Derby as a provider.
> >
> > [1]
> > http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.wtp.releng/RenameDataTools/?cvsroot=WebTools_Project
> >
> >
> > Arthur Ryman,
> > Rational Desktop Tools Development
> >
> > phone: +1-905-413-3077, TL 969-3077
> > assistant: +1-905-413-2411, TL 969-2411
> > fax: +1-905-413-4920, TL 969-4920
> > mobile: +1-416-939-5063
> > intranet: http://labweb.torolab.ibm.com/DRY6/
> 
> 
> _______________________________________________
> wtp-wst-dev mailing list
> wtp-wst-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/wtp-wst-dev
>


Back to the top