Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Developing DTP 1.5 code

Larry,

Thanks, this is good info: committers should consider implementing Larry's
idea, which will cover us for the VM side of the equation.

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



                                                                           
             Lawrence E                                                    
             Dunnell                                                       
             <ledunnel@xxxxxx.                                          To 
             com>                      DTP development mailing list        
             Sent by:                  <dtp-dev@xxxxxxxxxxx>               
             dtp-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       Re: [dtp-dev] Developing DTP 1.5    
             04/13/2007 01:56          code                                
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
              DTP development                                              
               mailing list                                                
             <dtp-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           





John,

One way to enforce the Java version is to use project-level compiler
settings.  The settings are then checked into CVS.  That way no matter what
JVM the developer is using, the code will be compiled at a 1.4 JVM level.
It is very easy to setup and once you have the settings set for one project
you can simply cut and paste them into the other projects, so you don't
have to use the UI to set it up for each project.  The settings reside in a
project folder called ".settings".

Unfortunately, I don't have any ideas on enforcing Eclipse 3.2
compatibility.

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



                                                                           
 jograham@xxxxxxxxxx                                                       
 Sent by: dtp-dev-bounces@xxxxxxxxxxx                                      
                                                                        To 
                                                        dtp-dev@xxxxxxxxxx 
 04/13/2007 09:08 AM                                    g                  
                                                                        cc 
                                                                           
             Please respond to                                     Subject 
       DTP development mailing list                     [dtp-dev]          
           <dtp-dev@xxxxxxxxxxx>                        Developing DTP 1.5 
                                                        code               
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           






Committers,

There's been some confusion about how to develop DTP 1.5 code in line with
the target environments we have adopted. Specifically, there have been a
number of cases during DTP 1.5 where the build broke due to dependencies on
either a 1.5 VM or Eclipse 3.3 being injected. Over the past couple of
weeks, these types of problems have become more common, and this is
worrying since we need clean builds with increasing frequency as the Europa
end-game proceeds.

In an attempt to explain what should be happening here, I have created the
following Wiki page:

http://wiki.eclipse.org/index.php/DTP_1.5_Development_Environment

Please let me know if there are any questions or clarifications necessary.

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




Back to the top