This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145902 - Plugin dependencies not resolved in Downloaded tab
Summary: Plugin dependencies not resolved in Downloaded tab
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: REGRESSION
: 145967 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-02 12:37 UTC by Petr Hejl
Modified: 2008-09-04 12:38 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2008-09-02 12:37:17 UTC
When I want to install downloaded plugin (composed of 2 nbms):
plugin1 version 1.3
plugin2 declares dependency on plugin1 1.2

Installation fails in daily build (while it works fine in beta), saying that plugin1 was requested in version 1.2.
Comment 1 Jiri Rechtacek 2008-09-02 13:57:31 UTC
Could you attach or send me your NBMs to help the problem evaluation? Thanks
Comment 2 Petr Hejl 2008-09-02 15:14:18 UTC
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=2602

See dependency between "palette" and "framework" for example.
Comment 3 Petr Hejl 2008-09-02 16:01:12 UTC
Seems like plugin portal is not link friendly. Search for "Tapestry Support" in that case.
Comment 4 Jiri Rechtacek 2008-09-02 16:09:23 UTC
Confirmed in Build 080901
Comment 5 Jiri Rechtacek 2008-09-02 21:22:50 UTC
*** Issue 145967 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Rechtacek 2008-09-02 21:27:52 UTC
Thanks for report. Fixed in rev/d55def1852f2
Comment 7 Jiri Rechtacek 2008-09-03 11:50:31 UTC
*** Issue 137990 has been marked as a duplicate of this issue. ***
Comment 8 Quality Engineering 2008-09-03 17:32:05 UTC
Integrated into 'main-golden', will be available in build *200809031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d55def1852f2
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #145902: Plugin dependencies not resolved in Downloaded tab
Comment 9 Lark Fitzgerald 2008-09-03 18:38:27 UTC
I can still reproduce this using:
Product Version: NetBeans IDE Dev (Build 200809031401)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

When I try to install the fx plugin I get:

Some plugins require plugin org.netbeans.modules.javawebstart.signtask to be installed.
The plugin org.netbeans.modules.javawebstart.signtask was requested in version 1.0.  The following plugin is 
affected:       JavaFX Projects 
Some plugins require capability javafx.sdk
No plugin providing the capability javafx.sdk could be found.  The following plugin is affected:       JavaFX Kit 
Some plugins require capability org.netbeans.api.debugger.javafx.JavaFXDebuggerEngineImpl
No plugin providing the capability org.netbeans.api.debugger.javafx.JavaFXDebuggerEngineImpl could be found.  The 
following plugin is affected:       JavaFX Debugger UI  Some plugins not installed to avoid potential installation 
problems.
Comment 10 Jiri Rechtacek 2008-09-03 19:31:14 UTC
Where I can get JavaFX plugins for install in Download tab? Not found in Dev version of NB IDE. Thanks
Comment 11 Lark Fitzgerald 2008-09-03 20:28:41 UTC
I have provided the internal server directly to Jiri.
Comment 12 Jiri Rechtacek 2008-09-04 12:38:21 UTC
Close as fixed. The problem with javafx will tracked as separate problem: issue 137990.