I *thought* the 2nd line of struts-config.xml (DTD) specified the version
usually in the form
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.0//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
But your IDE du jour should also generate the version in the manifest to
reflect the current version
HTH.
Martin Gainty
(mobile) 617-852-7822
From: Stephen Hartley <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: user@struts.apache.org
Subject: struts version query
Date: Fri, 25 Nov 2005 16:52:23 +0000 (GMT)
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by mc7-f36.hotmail.com
with Microsoft SMTPSVC(6.0.3790.211); Fri, 25 Nov 2005 08:53:02 -0800
Received: (qmail 9903 invoked by uid 500); 25 Nov 2005 16:52:46 -0000
Received: (qmail 9892 invoked by uid 99); 25 Nov 2005 16:52:46 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by
apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2005 08:52:46 -0800
Received: pass (asf.osuosl.org: local policy includes SPF record at
spf.trusted-forwarder.org)
Received: from [217.12.13.58] (HELO web86906.mail.ukl.yahoo.com)
(217.12.13.58) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 25 Nov 2005
08:54:17 -0800
Received: (qmail 93646 invoked by uid 60001); 25 Nov 2005 16:52:23 -0000
Received: from [81.97.123.203] by web86906.mail.ukl.yahoo.com via HTTP;
Fri, 25 Nov 2005 16:52:23 GMT
X-Message-Info: JGTYoYF78jEo2X3fhb/usDeUBYiraNXwtXRIMS4DpNU=
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:user@struts.apache.org>
List-Id: "Struts Users Mailing List" <user.struts.apache.org>
Delivered-To: mailing list user@struts.apache.org
X-ASF-Spam-Status: No, hits=0.5 required=10.0tests=DNS_FROM_RFC_ABUSE
X-Spam-Check-By: apache.org
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk;
h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding;
b=qK+iifbkxpOBZCujHduvZZmSp75Q88jYAgVoPO/29uPU5MZlGC/+/BSWd3f2GPJ+K5yqWvqy/LngOfMq/45UIiQhV5mm9ONSqzceBsVQ7kOVs0e5SwCNuGmtVeulZsjHeXkKU4JPs8UmjwQstiq51k5NDo6ExEfPlLN+s24c8ZI=
;
X-Virus-Checked: Checked by ClamAV on apache.org
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 25 Nov 2005 16:53:04.0785 (UTC)
FILETIME=[B42EA010:01C5F1E0]
I'm using struts and am trying to confirm the exact
version I've got installed.
Helpfully, the jar is named just struts.jar on my
local installation..!
However, within the jar is a manifest.mf file and its
contents are attached at the foot of this posting.
Can I safely assume from the line
Implementation-Version: 1.1
that I'm running version 1.1 of struts? I'm guessing
here, so if there is an official way of determining
the version, I'd be very glad to learn.
Thanks for any help/comments
Steve
manifest.mf contents:
Manifest-Version: 1.0
Created-By: Apache Ant 1.5.1
Extension-Name: Struts Framework
Specification-Title: Struts Framework
Specification-Vendor: Apache Software Foundation
Specification-Version: 1.1
Implementation-Title: Struts Framework
Implementation-Vendor: Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.1
Class-Path: commons-beanutils.jar
commons-collections.jar commons-dig
ester.jar commons-logging.jar commons-validator.jar
jakarta-oro.jar s
truts-legacy.jar
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo!
Security Centre. http://uk.security.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]