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 68017 - Improper impl dep ant/debugger -> ant
Summary: Improper impl dep ant/debugger -> ant
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2005-11-03 04:05 UTC by Jesse Glick
Modified: 2010-04-29 09:27 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 2005-11-03 04:05:53 UTC
I mentioned this before but apparently it was forgotten: you may not have an
impl dep on the ant module without specifying a fixed integer impl version in
ant/manifest.mf. And you need to use spec.version.base in both ant and
ant/debugger. You can see it in the build:

Warning: in org.netbeans.modules.ant.debugger, not using spec.version.base, yet
declaring implementation dependencies; may lead to problems with Auto Update
Comment 1 Martin Entlicher 2005-11-03 14:38:29 UTC
Ah, yes, thanks for the reminder...
Comment 2 Martin Entlicher 2005-11-03 15:14:48 UTC
Fixed in trunk:

/cvs/ant/manifest.mf,v  <--  manifest.mf
new revision: 1.82; previous revision: 1.81

/cvs/ant/nbproject/project.properties,v  <--  project.properties
new revision: 1.21; previous revision: 1.20

/cvs/ant/debugger/manifest.mf,v  <--  manifest.mf
new revision: 1.9; previous revision: 1.8

/cvs/ant/debugger/nbproject/project.xml,v  <--  project.xml
new revision: 1.8; previous revision: 1.7

/cvs/ant/debugger/nbproject/project.properties,v  <--  project.properties
new revision: 1.6; previous revision: 1.5
Comment 3 Jesse Glick 2005-11-03 16:15:59 UTC
spec.version.base values in the trunk should be of the form x.y.0, not x.y. This
permits them to be incremented to e.g. x.y.1 in a branch - while still putting
the impl version(s) in fourth position.
Comment 4 Martin Entlicher 2005-11-03 16:20:21 UTC
Aha, O.K.
Comment 5 Martin Entlicher 2005-11-03 16:28:22 UTC
So it's hopefully O.K. now:

/cvs/ant/nbproject/project.properties,v  <--  project.properties
new revision: 1.22; previous revision: 1.21

/cvs/ant/debugger/nbproject/project.properties,v  <--  project.properties
new revision: 1.7; previous revision: 1.6
Comment 6 Quality Engineering 2010-04-29 09:27:02 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.