Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20060330-1210 (Timestamp: 200603301210):Compile errors in build


You can help reducing this problem by choosing an explicit JRE System Library for your project:

In the Package Exporer, open the context menu on the "JRE System Library" item that's under your project, and choose "Execution Environment: J2SE-1.4".

This makes Eclipse automatically choose a 1.4 JRE, regardless of the workspace default.
This can only work, or course, if an 1.4 JRE is available in the workspace.

Cheers,
Markus

platform-releng-dev-bounces@xxxxxxxxxxx wrote on 2006-03-30 23:34:09:

> > I have fixed the compile error and warnings. I will investigate
> > tomorrow how exactly this happened and who deserves a clown nose.
>
> I get the clown nose.  :-}
>
> The problem is that pulling a Java 1.4 project from CVS doesn't
> automatically select a Java 1.4 JRE even though it *does* automatically
> select a Java 1.4 compiler.  Thus it's possible to accidentally commit
> code that is incompatible with Java 1.4.
>
> Other committers who are running their IDEs using Java 5: it's worth
> double checking this... :-)
>
>
> Regards,
>
> Dave Orme
>
> >
> > Platform UI is ready to go for a 1600 rebuild.
> >
> > On 3/30/06, Olivier Thomann <Olivier_Thomann@xxxxxxxxxx> wrote:
> >> java.lang.IllegalStateException(Throwable) has been added in 1.5. Since
> >> this plugin is built against 1.4 libraries, only 1.4 methods should be
> >> used.
> >> I highly recommand to use the same libraries in the workspace than the
> >> ones used in the build.
> >>
> >> Olivier
> >>
> >>
> >>
> >>
> >> eclipse-releng@xxxxxxxxxxx
> >> Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
> >> 2006-03-30 12:55
> >> Please respond to
> >> "Eclipse platform release engineering list."
> >>
> >>
> >> To
> >> platform-releng-dev@xxxxxxxxxxx
> >> cc
> >>
> >> Subject
> >> [platform-releng-dev] [eclipse-build]Build I20060330-1210 (Timestamp:
> >> 200603301210):Compile errors in build
> >>
> >>
> >>
> >>
> >>
> >>
> >> Build I20060330-1210 (Timestamp: 200603301210):  Compile errors in
> >> build.
> >> See attached compile
> >> logs._______________________________________________
> >> platform-releng-dev mailing list
> >> platform-releng-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
> >>
> >>
> >>
> >> _______________________________________________
> >> platform-releng-dev mailing list
> >> platform-releng-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
> >>
> >>
> >>
> >>
> > _______________________________________________
> > platform-releng-dev mailing list
> > platform-releng-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
> >
>
> _______________________________________________
> platform-releng-dev mailing list
> platform-releng-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Back to the top