Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Bundle-RequiredExecutionEnvironment: J2SE-1.5

Hi All,

Two things.

1) After further reflection, I think Markus is right...and that each test bundle should have it's EE set to the *same EE of the bundle that it is testing*. I've created bug for this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=229545

I've also committed a fix for this bug for all the test plugins in /cvsroot/technology/org.eclipse.ecf/tests.

2) Please add the J9 1.0 and 1.1 runtimes to your workspace configuration (see the link Jeff provides below)...so that the PDE can compile using a compatible EE for the relevant ECF plugins.

Thanks,

Scott




Jeff McAffer wrote:
Everyone should be able to have a CDC Foundation environment. See http://wiki.eclipse.org/J9

Jeff

-----Original Message-----
From: ecf-dev-bounces@xxxxxxxxxxx [mailto:ecf-dev-bounces@xxxxxxxxxxx]
On Behalf Of Jan S. Rellermeyer
Sent: Tuesday, April 29, 2008 9:35 PM
To: 'Eclipse Communication Framework (ECF) developer mailing list.'
Subject: RE: [ecf-dev] Bundle-RequiredExecutionEnvironment: J2SE-1.5

Discovery is a useful feature for embedded devices. Hence, it should
probably be made compatible with "OSGi/Minimum, CDC/Foundation" (which
means
the intersection of the two, or in other words Minimum minus
javax.microedition classes). I have a configuration with j9 CDC, if you
want
me to check it.

Cheers,

Jan

------------------------------------------------------------
ETH Zurich, MSc Jan S. Rellermeyer,
Information and Communication Systems Research Group (IKS),
Department of Computer Science,
IFW B 47.1, Haldeneggsteig 4, CH–8092 Zürich Tel +41 44 632 30 38,
http://www.iks.inf.ethz.ch
------------------------------------------------------------


-----Original Message-----
From: ecf-dev-bounces@xxxxxxxxxxx [mailto:ecf-dev-
bounces@xxxxxxxxxxx]
On Behalf Of Markus Alexander Kuppe
Sent: Dienstag, 29. April 2008 20:25
To: Eclipse Communication Framework (ECF) developer mailing list.
Subject: Re: [ecf-dev] Bundle-RequiredExecutionEnvironment: J2SE-1.5

Scott Lewis wrote:
Remy, the human indexer :).  Thanks for the refresher.
For test bundles only, I have a mild personal preference for being
able
to use java 5 in the test code but don't care that much.  Any
other/new
opinions about test code specifically?
For all other (non-test) bundles the policy is to use the lowest EE
possible for that bundle.

Scott
Not for discovery. StringUtils does everything what would makes Java
5
remotely desirable.

Cheers
Markus

_______________________________________________
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

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



Back to the top