03502: | The component _version_ is missing from the shell display |
Category: Context Status: ClosedSeverity: HIGH Reported against release: 0.8 Fixed in release: 0.8.1 (Beta Refresh)
PROBLEM:The version of a component needs to be displayed in the shell. It's
possible fot the user to have different versions of the same component
currently installed using the same jar name. Right now the shell will
list both components with the same name and there is no way to
distinguish. This probably also affects command completion. ANALYSIS:When the user types ls -l (or ls -v), there should show a column of
output indicating the version of each component.
A code change to the shell is needed. |