You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/02/08 23:07:29 UTC

[Bug 57548] New: Auto-generate the value for org.apache.taglibs.standard.Version class

https://issues.apache.org/bugzilla/show_bug.cgi?id=57548

            Bug ID: 57548
           Summary: Auto-generate the value for
                    org.apache.taglibs.standard.Version class
           Product: Taglibs
           Version: 1.2.1
          Hardware: PC
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Standard Taglib
          Assignee: dev@tomcat.apache.org
          Reporter: knst.kolinko@gmail.com

The standard taglib has a Version class that prints version of the library.

It is called in this way:
java -cp taglibs-standard-impl-*.jar org.apache.taglibs.standard.Version

Currently the version there is hard-coded to be 1.2.0.

I'll manually update it for 1.2.3 release, but it would be better to automate
this process.

Either
a) Make it auto-generated by Maven
b) Read the actual value from Implementation-Version entry of a manifest
c) Remove this feature

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57548] Auto-generate the value for org.apache.taglibs.standard.Version class

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57548

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Updated for 1.2.3 by r1658264

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 57548] Auto-generate the value for org.apache.taglibs.standard.Version class

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57548

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
README_bin.txt README_src.txt files also need to be updated manually

Updated manually for 1.2.3 in r1658280 and r1658281


The standard-test project specifies what version of main project it runs its
tests against. Those values in standard-test/pom.xml are not updated by
maven-release plugin.

Updated manually for 1.2.3 in r1658266

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org