Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Java 5 vs Java 6

Doug, the build.ui plugin also has a dependency on org.eclipse.ui with a min version of 3.6. But CDT HEAD does not yet official require 3.6(M?)...this was suggested a while back but we said we weren't ready.

Basically, developers are running into problems because these plugins you're whipping up are in the 'all' grouping in cvs. Shouldn't these experimental plugins be in a dedicated area (as was done with various other projects, e.g., edc, jtag, dsf), thus not being part of what everyone automatically downloads from cvs?

John

At 12:56 PM 11/13/2009, Doug Schaefer wrote:
I'm just whipping those together, it's just what PDE set them to. I'm not doing anything Java 6 specific in there. Feel free to change it if you need.

We should take notice though that Java 5 has been end of life'd by Sun as of Oct 31.

Doug.

On Fri, Nov 13, 2009 at 10:04 AM, Marc Khouzam < marc.khouzam@xxxxxxxxxxxx> wrote:
Hi,
 
I noticed that the two new plugins cdt.build and cdt.build.ui require Java 6.
I was wondering if that was a concious decision?  Are we requiring Java 6 for the CDT for Helios?
If not necessary, I would suggest we stick with java 5.
 
Thanks
 
Marc
 
 

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


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

Back to the top