- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Eclipse config questions
Tue, 2009-03-10, 11:52
Hello scallions,
The file META-INF/MANIFEST.MF in the Scala trunk seems to be outdated.
When I load the Scala project with Eclipse 3.4 Classic I get several
warning about missing/deprecated properties:
1) Property "Bundle-RequiredExecutionEnvironment" is missing
I added Bundle-RequiredExecutionEnvironment: J2SE-15, JavaSE-1.6 in
my local settings
2) Property "Eclipse-LazyStart" is deprecated
I replaced it with Bundle-ActivationPolicy: lazy in my local settings
Can anybody confirm that ?!
Thanks
--Stephane
Tue, 2009-03-10, 16:37
#2
Re: Eclipse config questions
On Tue, Mar 10, 2009 at 12:07 PM, Josh Suereth wrote:
> I'd say, unless there are any objections, we should make the changes in
> trunk?
No objections from me ... assuming we're happy that these really are
the right property values. Whoever gets there first should also do
scala-library, scala-plugin and scala-plugin-aspects ...
Cheers,
Miles
Tue, 2009-03-10, 16:47
#3
Re: Eclipse config questions
I'm not so sure about scala-library. If this is the reference OSGi bundle, I'd like to keep the option of potentially using it for Mobile Platforms, so we should make sure we use the right values there. Personally, I'd rather individualize "core scala-library", scala-swing and scala-dbc as scalac is ignoreing the Bundle-ClassPath attribute anyway....
On Tue, Mar 10, 2009 at 11:28 AM, Miles Sabin <miles@milessabin.com> wrote:
On Tue, Mar 10, 2009 at 11:28 AM, Miles Sabin <miles@milessabin.com> wrote:
On Tue, Mar 10, 2009 at 12:07 PM, Josh Suereth <joshua.suereth@gmail.com> wrote:
> I'd say, unless there are any objections, we should make the changes in
> trunk?
No objections from me ... assuming we're happy that these really are
the right property values. Whoever gets there first should also do
scala-library, scala-plugin and scala-plugin-aspects ...
Cheers,
Miles
--
Miles Sabin
tel: +44 (0)1273 720 779
mobile: +44 (0)7813 944 528
skype: milessabin
On Tue, Mar 10, 2009 at 6:51 AM, Stephane <stephane.micheloud@epfl.ch> wrote:
this should be ok, unless we plan to try to make the sclaac compiler work on a mobile device.
I believe Bundle-ActivationPolicy wasn't supported until eclipse 3.3 or 3.4. As long as we don't support too much earlier, it should be fine to change this.
I'd say, unless there are any objections, we should make the changes in trunk?