You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by David Johnson <ch...@gmail.com> on 2005/05/20 16:38:17 UTC

How to I check what version of struts I have?

Is there a file in the struts.jar I can check?

-- 
-Dave
ChaChaNY@Gmail.com

Re: How to I check what version of struts I have?

Posted by Hubert Rabago <hr...@gmail.com>.
Check either the Implementation-Version or Specification-Version in
the META-INF/MANIFEST.MF file.

Hubert

On 5/20/05, David Johnson <ch...@gmail.com> wrote:
> Is there a file in the struts.jar I can check?
> 
> --
> -Dave
> ChaChaNY@Gmail.com
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How to I check what version of struts I have?

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: "Rafael Taboada" <ka...@gmail.com>


> Yes but which MANIFEST.MF??? In the war files???. Because it shows:

The one in struts.jar (if you're trying to figure out which version of
Struts you're using, that is.)

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How to I check what version of struts I have?

Posted by Hubert Rabago <hr...@gmail.com>.
You said it yourself:

On 5/20/05, David Johnson <ch...@gmail.com> wrote:
> Is there a file in the struts.jar I can check?

Everyone's response:  the META-INF/MANIFEST.MF file.

:)

Hubert


On 5/20/05, Rafael Taboada <ka...@gmail.com> wrote:
>  Yes but which MANIFEST.MF??? In the war files???. Because it shows:
> 
> Manifest-Version: 1.0
> Ant-Version: Apache Ant 1.6.1
> Created-By: 1.4.2_04-b05 (Sun Microsystems Inc.)
> 
> 
> --
> 
>  Rafael Taboada
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How to I check what version of struts I have?

Posted by Rafael Taboada <ka...@gmail.com>.
 Yes but which MANIFEST.MF??? In the war files???. Because it shows:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.1
Created-By: 1.4.2_04-b05 (Sun Microsystems Inc.)


-- 

 Rafael Taboada

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How to I check what version of struts I have?

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: "David Johnson" <ch...@gmail.com>

> Is there a file in the struts.jar I can check?

Yes, look at MANIFEST.MF (in META-INF).

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: How to I check what version of struts I have?

Posted by Jay Garala <ja...@electrosoft-inc.com>.
Check the manifest.mf in meta-inf

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.1
Created-By: 1.4.2_04-b05 (Sun Microsystems Inc.)
Extension-Name: Struts Framework
Specification-Title: Struts Framework
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.2.4
Implementation-Title: Struts Framework
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.2.4
Class-Path:  commons-beanutils.jar commons-collections.jar commons-dig
 ester.jar commons-logging.jar commons-validator.jar jakarta-oro.jar


-----Original Message-----
From: David Johnson [mailto:chachany@gmail.com] 
Sent: Friday, May 20, 2005 10:38 AM
To: Struts Users Mailing List
Subject: How to I check what version of struts I have?

Is there a file in the struts.jar I can check?

-- 
-Dave
ChaChaNY@Gmail.com



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org