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 99585 - websvc.customization has implementation dependency on xml.multiview
Summary: websvc.customization has implementation dependency on xml.multiview
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-30 21:17 UTC by khu
Modified: 2007-09-17 21:41 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description khu 2007-03-30 21:17:10 UTC
The following warning is issued by the build system while building
 websvc/customization module:
   jar:
Warning: in org.netbeans.modules.websvc.customization, not using
spec.version.base, yet
declaring implementation dependencies; may lead to problems with Auto Update
[jarwithmoduleattributes] 

Ideally module dependencies should be specified via spec numbers so that when
the dependent module is updated, the depending module can still work with it. If
the dependency is specified with respect to a specific implementation value,
then when the dependent module's implementation version is updated, the
depending module will not work. 

From websvc/customization/nbproject/project.xml:

<dependency> 
                            
<code-name-base>org.netbeans.modules.xml.multiview</code-name-base>
    <build-prerequisite/>
    <compile-dependency/>
    <run-dependency>
         <release-version>1</release-version>
         <implementation-version/>
    </run-dependency>
</dependency>

see also http://www.netbeans.org/issues/show_bug.cgi?id=87369
Comment 1 Roderico Cruz 2007-05-15 22:42:53 UTC
This will be fixed in NB 6.0. Reassigning to Rico.
Comment 2 Lukas Jungmann 2007-05-30 22:58:33 UTC
Erno, can you evaluate possibility to replace some current friend of
xml/multiview module with org.netbeans.modules.websvc.customization module or
give us some advice how we can fix this, please? Some external or experimental
module is good candidate for replacement since these types of modules should use
implementation dependencies by default, IMHO.
Thanks.
Comment 3 Jiri Prox 2007-09-17 21:41:39 UTC
Obsolete milestone, please reevaluate