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 141221 - Plugin Manager problem
Summary: Plugin Manager problem
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL: http://deadlock.netbeans.org/hudson/j...
Keywords:
Depends on:
Blocks: 139656
  Show dependency tree
 
Reported: 2008-07-22 19:39 UTC by Jesse Glick
Modified: 2008-07-23 14:05 UTC (History)
0 users

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 Jesse Glick 2008-07-22 19:39:52 UTC
Some regular modules (that no one depends on) neither AutoUpdate-Show-In-Client nor AutoUpdate-Essential-Module
org.netbeans.libs.springframework

Not sure if this is supposed to be an autoload (but someone would need to depend on it); or a regular module
contributing e.g. a library definition (but then needs to be part of some kit, or marked AU-S-I-C).
Comment 1 Jesse Glick 2008-07-22 19:43:13 UTC
Same for libs.cglib.
Comment 2 Jesse Glick 2008-07-22 19:44:56 UTC
Andrei says these got fixed already?
Comment 3 Andrei Badea 2008-07-22 22:22:38 UTC
Yes, they should be fixed already

libs.sprinframework provides a library definition, but it only makes sense when spring.beans is enabled, so I made
spring.beans depend on libs.springframework and made the latter an autoload.

libs.cglib is an autoload.

http://hg.netbeans.org/main/rev/ed5c13baad85
Comment 4 Jesse Glick 2008-07-22 22:38:30 UTC
I think you don't want <build-prerequisite/> and <compile-dependency/> for the two newly introduced deps.
Comment 5 Andrei Badea 2008-07-23 14:05:23 UTC
Right, they aren't needed. I'm too used to the idea that when I need to add a dependency I just copy/paste a chunk of XML.

ebbe64f3afb8