Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Release new milestone

This time with reference to bugzilla ...

Guys,

I have been working on [1] for the last several days and have just finished the coding. I run the build on my local machine using the latest Oracle JDK 1.7 which does not produce any errors. However, the build on eclipse Hudson uses a 1.8 JDK (OpenJDK?) which complains a lot during JavaDoc generation.

I can certainly fix all these problems but would still like to get your opinion on whether we are building using Java 7 or Java 8. We have defined the code level being Java 7 but have not defined the build and execution environment we are striving for. Since the main reason for sticking with code level Java 7 was to keep compatibility with mobile devices running on Java 7, it seems reasonable to me that we make sure that our code actually runs (and builds) on Java 7 as well, right? So, I think we should at least re-configure our Hudson builds to use a JDK 7 for executing the build jobs in order to gain some confidence that this will actually work.

If we decide to do so, I would not need to fix the remaining JavaDoc issues ... and Matthias could go ahead with fixing the EOL and we could get an RC1 release out of the door pretty soon ;-)

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=473351

Regards,
Kai

> -----Original Message-----
> From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Kovatsch Matthias
> Sent: Tuesday, October 13, 2015 3:04 PM
> To: Californium (Cf) developer discussions
> Subject: Re: [cf-dev] Release new milestone
> 
> >    I suppose we will release at least one new milestone (RC1) before
> > the stable one.
> >    We could release one soon to integrated it in Leshan and be able
> to
> > detect potential issue as soon as possible.
> 
> Yes, this was exactly my idea.
> Except for Scandium, the modules are ready.
> If you give me the go, I can take care of the line ending fixes and
> copyright updates.
> Should be within this week...
> 
> Ciao
> Matthias
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit https://dev.eclipse.org/mailman/listinfo/cf-dev


Back to the top