Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Foundation 1.0

Hi Scott,

What do the ECF core modules use to parse data streams if not regex?

Best regards,

Wim

On Mon, Sep 14, 2009 at 1:30 AM, Scott Lewis <slewis@xxxxxxxxxxxxxxxxx> wrote:
Hi Wim,


Wim Jongman wrote:
Hi,

I have downgraded the NNTP code to Foundation 1.0 and everything compiles fine. I had to throw out loads of for(x y : z) code and also my generics which is a bloody shame especially for the model. But alright, running this code on my watch is a charming idea... However, I am using other stuff like stringbuilders and regex which only appeared in 1.4. Do I have to throw this out as well or can these be added as libraries to the Foundation 1.0 platforms?

Deploying them as libraries to add to Foundation 1.0 ees is not at all straightforward.   However, I would suggest that you move things down to as far as can be comfortably accomodated (e.g. either Foundation 1.1or to JRE 1.4).  Especially since ECF core (and indeed Equinox 3.5) depends upon Foundation 1.1 ee as minimum.

Scott



Best regards,

Wim
------------------------------------------------------------------------

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

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


Back to the top