[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-test-dev] Fw: [Bug 39932] Updates not sorted numerically
|
Hey Doug -
The defect I filed against the Update Manager got rejected on the grounds
that the fourth element in "1.2.0.x" isn't supposed to be a build number,
more like "ALPHA", or "RC1", etc. (The third element is a number, but
probably isn't supposed to be a build number either.)
I've also noticed that using the update manager doesn't ever clean up the
old files. The application directories can start to get bloated.
Despite these issues, it's still pretty convenient. The Update Manager
may not be the most appropriate way to distribute new builds. Testers
should be aware of the limitations and proceed with caution.
- Brent
----- Forwarded by Brent Nicolle/Ottawa/IBM on 08/05/2003 06:12 PM -----
bugzilla-daemon@xxxxxxxxxxx
08/05/2003 11:33 AM
To: Brent Nicolle/Ottawa/IBM@IBMCA
cc:
Subject: [Bug 39932] Updates not sorted numerically
https://bugs.eclipse.org/bugs/show_bug.cgi?id=39932
dj_houghton@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From dj_houghton@xxxxxxxxxx 2003-08-05 11:33
-------
The 4th part of the plug-in version identifier is the qualifier and it is
a
string (the first 3 parts are integers).
From the API javadoc: "The qualifier is not interpreted, other than in
version
comparisons. The qualifiers are compared using lexicographical string
comparison."
See the javadoc for org.eclipse.core.runtime.PluginVersionIdentifier for
more
information.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.