Skip to main content

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

I would also like to say that when you build the data tools code many
errors are reported. Some of the are regarding the missing plugins
('The import org.eclipse.wst.common cannot be resolved') but there are
some other errors like: 'The declared package does not match the
expected package org.eclipse.wst.rdb.outputview'


On Wed, 20 Oct 2004 20:49:02 +0300, Panagiotis Korros
<panagiotis.korros@xxxxxxxxx> wrote:
> Here are some patches that make the data tools projects real
> plugin/feature projects.
> 
> 
> 
> 
> On Wed, 20 Oct 2004 00:28:59 -0400, Arthur Ryman <ryman@xxxxxxxxxx> wrote:
> >
> > Naci,
> >
> > I did. See
> > http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.wtp.releng/RenameDataTools/?cvsroot=WebTools_Project
> >
> > However, it's not 100% correct yet. I'll be tweaking to incorporate the
> > corrections from Panagiotis and Jens. Give me a day or two.
> >
> >  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/
> >
> >
> >
> >  Naci Dai <naci.dai@xxxxxxxxxxxxx>
> > Sent by: wtp-wst-dev-admin@xxxxxxxxxxx
> >
> > 10/19/2004 02:41 AM
> >
> > Please respond to
> >  wtp-wst-dev
> >
> >
> > To wtp-wst-dev@xxxxxxxxxxx, wtp-wst-dev@xxxxxxxxxxx
> >
> > cc
> >
> > Subject Re: [Wtp-wst-dev] Data Tools
> >
> >
> >
> >
> >
> >
> >
> > Arthur,
> >
> >  Can you share your ant renaming scripts?
> >
> >  At 06:46 AM 10/19/2004, 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/
> >
> > Naci Dai,
> >  Managing Director
> >
> >  eteration a.s.
> >  Inonu cad. Sumer sok. Zitas D1-15
> >  Kozyatagi, Istanbul 81090
> >  +90 (532) 573 7783 (cell)
> >  +90 (216) 361 5434 (phone)
> >  +90 (216) 361 2034 (fax)
> >  http://www.eteration.com
> >  mailto:nacidai@xxxxxxx
> >  mailto:naci@xxxxxxxxxxxxx
> >
> >
> 
> 
>


Back to the top