Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Warning: Plug-ins not in DTP 1.0 10/19 build

Rob, Der-Ping:

Yes, it turns out this was the cause. But we still should be careful to
ensure that the build is consistent on a nightly basis (even if this means
waiting to check in other things), since there are regular consumers of the
nightly build who are impacted by such breakage.

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer, Sybase, Inc.
http://dataplat.blogspot.com/



                                                                           
             Der Ping Chou                                                 
             <dpchou@xxxxxxxxx                                             
             m>                                                         To 
             Sent by:                  DTP development mailing list        
             dtp-dev-bounces@e         <dtp-dev@xxxxxxxxxxx>               
             clipse.org                                                 cc 
                                       Alex Vainchtein                     
                                       <avainch@xxxxxxxxxx>,               
             10/19/2006 01:49          dtp-dev-bounces@xxxxxxxxxxx, DTP    
             PM                        development mailing list            
                                       <dtp-dev@xxxxxxxxxxx>               
                                                                   Subject 
             Please respond to         Re: [dtp-dev] Warning: Plug-ins not 
              DTP development          in DTP 1.0 10/19 build              
               mailing list                                                
             <dtp-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           
                                                                           





Rob,

Thank you for catching this.
Alex, myself and other IBM contributor were trying to do a coordinated
check in yesterday, we have been doing quite a bit of verification testing
(for sqlmodel changes). Alex did not get his privilege in time to check in
connectivity.derby plugin and I am out of office in a conference where my
connection is quite sporadic.

Der-Ping Chou
Information Management Tooling
Development Manager - Data Tools
Seattle IBM Office
tel : 1-206-587-5946 (T/L: 277-5946)


                                                                           
 rcernich@xxxxxxxxxx                                                       
 Sent by:                                                                  
 dtp-dev-bounces@xxxxxxxxxxx                                            To 
                                               DTP development mailing     
                                               list <dtp-dev@xxxxxxxxxxx>  
 10/19/2006 10:18 AM                                                    cc 
                                                                           
                                                                   Subject 
         Please respond to                     Re: [dtp-dev] Warning:      
   DTP development mailing list                Plug-ins not in DTP 1.0     
       <dtp-dev@xxxxxxxxxxx>                   10/19 build                 
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





Hey John,

It appears this was caused by a change made to the SQL model.  The
attribute name was changed from "returnScaler" to "returnScalar."  I've
made the necessary changes in the Derby plugin.

Is there something we could do to coordinate these types of breaking
changes?  At a minimum, a note should be posted to the dev list for API
changes (both internal and external).

Rob

dtp-dev-bounces@xxxxxxxxxxx wrote on 10/19/2006 10:11:11 AM:

>
> The DTP 1.0 10/19 build is on the download site, but two plug-ins from
> Connectivity are not included, due to build errors:
>
> org.eclipse.datatools.connectivity.derby:
>
> The method getReturnScaler() is undefined for the type
UserDefinedFunction
>
> (org.eclipse.datatools.connectivity.
>
derby/src/org/eclipse/datatools/connectivity/internal/derby/ddl/DerbyDdlBuilder.


> java)
>
> The method getReturnScaler() is undefined for the type
UserDefinedFunction
>
> (org.eclipse.datatools.connectivity.
>
derby/src/org/eclipse/datatools/connectivity/internal/derby/ddl/DerbyDdlBuilder.


> java)
>
> The method setReturnScaler(DerbyCatalogParameter) is undefined for the
type
> DerbyCatalogUserDefinedFunction
>
> (org.eclipse.datatools.connectivity.
>
derby/src/org/eclipse/datatools/connectivity/internal/derby/catalog/DerbyCatalogUserDefinedFunction.


> java)
>
>
> org.eclipse.datatools.connectivity.derby.ui
>
> [depends on org.eclipse.datatools.connectivity.derby]
>
> A bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=161598) has been
> entered for this item.
>
> Regards,
> John Graham
> Eclipse Data Tools Platform PMC Chair
> Staff Software Engineer, Sybase, Inc.
> http://dataplat.blogspot.com/
>
> _______________________________________________
> dtp-dev mailing list
> dtp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dtp-dev
>

_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev




Back to the top