Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-15 Thread Matt Newell
On Fri, Nov 14, 2014 at 7:08 PM, Konstantin Kolinko wrote: > 2014-11-15 0:57 GMT+03:00 Matt Newell : >> On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz >> wrote: >>> On 11/14/14 1:14 PM, Matt Newell wrote: >>>> Greetings, >>>> >>>>

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:14 PM, Mark Thomas wrote: > On 14/11/2014 18:14, Matt Newell wrote: >> Greetings, >> >> I have a need to get version information for classes that I have been >> packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For >> exa

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Matt, > > On 11/14/14 1:14 PM, Matt Newell wrote: >> Greetings, >> >> I have a need to get version information for classes that I have >&g

WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
Greetings, I have a need to get version information for classes that I have been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For example: System.out.println(this.getClass().getPackage().getImplementationVersion()); Assuming my.war/META-INF/MANIFEST.MF: Manifest-Version: