Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Checked in fix for bug 210454


Larry,

The SQLTools plugins have "javac.source = 1.4" and "javac.target = 1.4" in their build.properties files, but I see that o.e.d.connectivity.sqm.core (for example) has, in addition to those, "javacSource = 1.4" and "javacTarget  = 1.4".  (That is, the same thing without the dot.)  So apparently the latter way is the "proper" way to specify the compiler level?

Thanks,
Brian


Brian Payton
SQL and XML Query Tools Development
IBM Silicon Valley Laboratory
(408) 463-2989, T/L 8-543-2989




Lawrence E Dunnell/Redmond/IBM@IBMUS
Sent by: dtp-dev-bounces@xxxxxxxxxxx

12/18/2007 04:40 PM

Please respond to
DTP development mailing list <dtp-dev@xxxxxxxxxxx>

To
DTP development mailing list <dtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [dtp-dev] Checked in fix for bug 210454






Brian,


In order to avoid having to reconfigure your individual development environment, you might consider setting the project level compiler settings and checking them into CVS.  We have done that with all the connectivity and enablement plug-ins and it has saved us a lot of headaches since the IDE will enforce the settings by producing compiler errors for Java 5 constructs and the editor will not suggest you use Java 5 constructs in your code.


Larry Dunnell
DB2 Tooling, RAD Data Tools and Eclipse Data Tools Project (DTP)
IBM DB2 Information Management Software



From: Brian Payton/Santa Teresa/IBM@IBMUS
To: DTP development mailing list <dtp-dev@xxxxxxxxxxx>
Date: 12/18/2007 04:30 PM
Subject: Re: [dtp-dev] Checked in fix for bug 210454







John,


The problem has been fixed.  I thought I had my DTP PDE set to Java 1.4, but it was 1.5, so I didn't catch the problem when I brought in the patch.  I've configured it properly now.


When can we switch to 1.5?  I'm getting used to using generics, among other things, in my non-DTP coding, and it would be good to not have remember to do things the "old way".


Regards,
Brian


Brian Payton
SQL and XML Query Tools Development
IBM Silicon Valley Laboratory
(408) 463-2989, T/L 8-543-2989



jograham@xxxxxxxxxx
Sent by: dtp-dev-bounces@xxxxxxxxxxx

12/18/2007 09:22 AM

Please respond to
DTP development mailing list <dtp-dev@xxxxxxxxxxx>


To
DTP development mailing list <dtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [dtp-dev] Checked in fix for bug 210454









Brian,

Unfortunately, this change has introduced build errors due to usage of Java
1.5: please see bug 213333 for details.

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer, Sybase, Inc.

http://dataplat.blogspot.com/



                                                                       
          Brian Payton                                                  
          <bpayton@xxxxxx.c                                            
          om>                                                        To
          Sent by:                  DTP development mailing list        
          dtp-dev-bounces@e         <dtp-dev@xxxxxxxxxxx>              
          clipse.org                                                 cc
                                                                       
                                                                Subject
          12/17/2007 08:55          [dtp-dev] Checked in fix for bug    
          PM                        210454                              
                                                                       
                                                                       
          Please respond to                                            
           DTP development                                              
            mailing list                                                
          <dtp-dev@eclipse.                                            
                org>                                                    
                                                                       
                                                                       





I've checked in a fix for bug 210454, which is a request to enhance the
SQLTools Results Viewer with extension points to allow clients to customize
how data from result sets are retrieved and displayed.  This enhancement
was requested by IBM so that a client can use the DTP Results Viewer yet
provide comparable functionality to what is provided by the current WTP.RDB
results viewer.

This fix was developed by Quy On (IBM) and has gone through several cycles
of review and update with Da-fan Yang (Sybase).

The updated plugin version tag for the
org.eclipse.datatools.sqltools.resutl plugin is 1.0.0.200712171.

Brian Payton
SQL and XML Query Tools Development
IBM Silicon Valley Laboratory
(408) 463-2989, T/L 8-543-2989
_______________________________________________
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
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev


Back to the top