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 141230 - Build Warning: in org.netbeans.modules.ruby.railsprojects, not using spec.version.base, yet declaring implementation dependencies
Summary: Build Warning: in org.netbeans.modules.ruby.railsprojects, not using spec.ver...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 21:31 UTC by _ pcw
Modified: 2008-07-23 17:20 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 _ pcw 2008-07-22 21:31:50 UTC
When building ruby.railsprojects module, I just noticed this warning:

Warning: in org.netbeans.modules.ruby.railsprojects, not using spec.version.base, yet declaring implementation
dependencies; may lead to problems with Auto Update (see http://wiki.netbeans.org/wiki/view/DevFaqImplementationDependency)

We should fix this.
Comment 1 Erno Mononen 2008-07-23 10:21:37 UTC
Thanks for catching this, fixed in #b7f8681a5270. The problem was the impl dependency to org.netbeans.modules.gsf, 
which isn't actually needed at all in railsproject (probably a just relic). 
Comment 2 Quality Engineering 2008-07-23 17:20:23 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #340 build
Changeset: http://hg.netbeans.org/main/rev/b7f8681a5270
User: Erno Mononen <emononen@netbeans.org>
Log: #141230: Build Warning: in org.netbeans.modules.ruby.railsprojects, not using spec.version.base, yet declaring implementation dependencies