Re: [tools] Eclipse compiler

2006-05-04 Thread Vladimir Gorr
If I'm not wrong the Eclipse 3.2 has the unit tests allowing to make this thing. I mean the following: jdtcorebuilder (*1.5 JRE required*) org.eclipse.jdt.core.tests.builder jdtcorecompiler (*1.5 JRE required*) org.eclipse.jdt.core.tests.compiler jdtcoremodel (*1.5JRE required *)

Re: [tools] Eclipse compiler

2006-05-04 Thread Tim Ellison
It is fully complete and compatible for Java 5 (modulo the usual spec ambiguities and absences that we are familiar with). Regards, Tim Geir Magnusson Jr wrote: Does anyone have an idea how 'complete' or 'compatible' the eclipse compiler is for Java 5? Given the state of the ecosystem, I'm

Re: [tools] Eclipse compiler

2006-05-04 Thread Geir Magnusson Jr
thx! I just wanted to make sure we knew of any places where we could help or vector people that were interested... geir Tim Ellison wrote: It is fully complete and compatible for Java 5 (modulo the usual spec ambiguities and absences that we are familiar with). Regards, Tim Geir Magnusson