Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336032 - kernel test bundlor template contains incorrect version range
Summary: kernel test bundlor template contains incorrect version range
Status: CLOSED FIXED
Alias: None
Product: Virgo
Classification: RT
Component: runtime (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.0.0.M01   Edit
Assignee: Chris Frost CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 336029
Blocks:
  Show dependency tree
 
Reported: 2011-02-01 22:53 EST by Glyn Normington CLA
Modified: 2011-02-28 10:52 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Glyn Normington CLA 2011-02-01 22:53:14 EST
The following:
 
org.eclipse.virgo.util.*;version="${org.eclipse.virgo.util:[=.=.=, +1.+1)}",

should of course be:

org.eclipse.virgo.util.*;version="${org.eclipse.virgo.util:[=.=.=, +1)}",

The incorrect range gives results like [2.2.0, 3.3.0) and [3.0.0, 4.1.0).

(I noticed this while working on the framework hooks branch, but the fix clearly needs to go into master.)
Comment 1 Chris Frost CLA 2011-02-03 06:17:17 EST
This was done as part of the work on Bug 336029, it was required to get an initial build through without breaking the build. Now the new versions have been rippled the changed templates in the kernel and also in web and apps have been put back to the correct ranges and pushed.