On 15/11/2014 00:08, Konstantin Kolinko wrote:
> 2. Please find some specification references.
JavaEE, version EE.7.2.4 DataFormats is pretty clear that a WAR file
follows the JAR specification.
Mark
-
To unsubscribe, e-mail:
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,
I have a need to get version information for classes that I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Matt,
On 11/14/14 5:02 PM, Matt Newell wrote:
> 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 packa
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,
>>>
>>> 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
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
>> example:
>>
>>
>> System.out.println(t
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
>> been packaged in a war, and loaded into Tomc
-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
> been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows
> 7. For example:
>
>
> System.out.println(this.
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
> example:
>
>
> System.out.println(this.getClass().getPackage().getImplementationVersion());
>