dcaoyuan / nbscala

NetBeans Plugin for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot integrate into NetBeans because of outdated dependencies

jan-tosovsky-cz opened this issue · comments

In 7.4 with all updates installed it is not possible to install individual Scala plugins because of outdated dependencies. E.g.
The plugin Maven Projects is requested in version >= 2.86.1 but only 2.83.1 was found. The following plugin is affected:       Scala Maven bridging
The plugin I/O APIs is requested in version >= 1.42.1 but only 1.41.1 was found. The following plugin is affected:       Scala Maven bridging
The plugin Datasystems API is requested in version >= 7.51.1 but only 7.50.1 was found. The following plugin is affected:       Scala Maven bridging

When Maven bridging is deselected, another plugins are complaining:
The plugin Java Support APIs is requested in version >= 1.49.1 but only 1.48.1 was found. The following plugin is affected:       Scala Debugger Projects Integration

How can I get all dependencies with most recent version? Win 7 64-bit, NetBeans 7.4.

Thanks, Jan

Hi Jan,

Unfortunately, some scala nbms depend on NetBeans' implementation version
(these modules require the modules depend on it have friend relation, for
more info, see NetBeans module dependencies).

The solution currently is not to upgrade NetBeans, just keep stay in
original 7.4, and I may need to pack a new version of Scala plugins to
compatible with them.

The further solution is to ask NetBeans' team to add my modules as friends.

-Caoyuan

On Fri, Jan 3, 2014 at 3:02 AM, jan-tosovsky-cz notifications@github.comwrote:

In 7.4 with all updates installed it is not possible to install individual
Scala plugins because of outdated dependencies. E.g.
The plugin Maven Projects is requested in version >= 2.86.1 but only
2.83.1 was found. The following plugin is affected: Scala Maven
bridging
The plugin I/O APIs is requested in version >= 1.42.1 but only 1.41.1 was
found. The following plugin is affected: Scala Maven bridging
The plugin Datasystems API is requested in version >= 7.51.1 but only
7.50.1 was found. The following plugin is affected: Scala Maven
bridging

When Maven bridging is deselected, another plugins are complaining:
The plugin Java Support APIs is requested in version >= 1.49.1 but only
1.48.1 was found. The following plugin is affected: Scala Debugger
Projects Integration

How can I get all dependencies with most recent version? Win 7 64-bit,
NetBeans 7.4.

Thanks, Jan


Reply to this email directly or view it on GitHubhttps://github.com//issues/99
.