Message:
The following issue has been closed.
Resolver: Stephen McConnell
Date: Sat, 8 May 2004 7:09 AM
The issue identified is not an issue as the Version class is not intended to provide
version infomration about the framework package.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/AVALON-2
Here is an overview of the issue:
---------------------------------------------------------------------
Key: AVALON-2
Summary: Standard Apache Version retrieval
Type: Improvement
Status: Closed
Priority: Minor
Resolution: WON'T FIX
Project: Avalon Framework
Assignee: Stephen McConnell
Reporter: Martin Hilpert
Created: Fri, 16 Apr 2004 5:24 AM
Updated: Sat, 8 May 2004 7:09 AM
Description:
To retrieve the version number of a Apache library, there is a getVersion() method.
For Apache Xalan, Apache Xerces, these static methods work as expected:
org.apache.xalan.Version.getVersion()
org.apache.xerces.impl.Version.getVersion()
but for Apache Avalon Framework, the getVersion() does not return the version number.
It just returns the string that is required as a parameter:
org.apache.avalon.framework.Version.getVersion("hello")
which is pretty senseless. There should be an equivalent static getVersion() method
(without parameters) that returns the version number of the used avalon-framework.jar.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]