Good Morning Gentlemen and Happy Superbowl Day

Sorry for the simple question.but its sunday am and am looking for shortcut

I absolutely need to acquire the jar which contains org.apache.log.format.Formatter

Any suggestions?

Many Thanks,
Martin Gainty

(mobile) 603-438-5053





From: Craig McClanahan <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: Struts Users Mailing List <user@struts.apache.org>
Subject: Re: [shale] clay config including another clay config
Date: Fri, 3 Feb 2006 21:35:57 -0800
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by bay0-mc3-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 3 Feb 2006 21:36:36 -0800
Received: (qmail 61303 invoked by uid 500); 4 Feb 2006 05:36:22 -0000
Received: (qmail 61292 invoked by uid 99); 4 Feb 2006 05:36:22 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 21:36:22 -0800 Received: pass (asf.osuosl.org: domain of [EMAIL PROTECTED] designates 64.233.162.194 as permitted sender) Received: from [64.233.162.194] (HELO zproxy.gmail.com) (64.233.162.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 21:36:20 -0800 Received: by zproxy.gmail.com with SMTP id s18so754459nze for <user@struts.apache.org>; Fri, 03 Feb 2006 21:35:59 -0800 (PST) Received: by 10.65.61.6 with SMTP id o6mr1334720qbk; Fri, 03 Feb 2006 21:35:57 -0800 (PST)
Received: by 10.64.253.17 with HTTP; Fri, 3 Feb 2006 21:35:57 -0800 (PST)
X-Message-Info: 6sSXyD95QpV8Eae8LCnVsgfZkh0HLQKTG1q1ge5vLeo=
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.0 required=10.0tests=HTML_MESSAGE,SPF_PASS
X-Spam-Check-By: apache.org
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references; b=DQ/2lOsGXmNSVRhVO5YWfVI7JNyGtrB0pAahxF8FeTGIIi0izw+x+Fhh/VgCzkfE84uLAPH0dzGu2TuDOqlEj87kME5I43Siys6SajR/Z8A71knxw7bsyjZXWF963tFCiFkvafV7tvoy4TwXxqKBQ4WQvdKkeAG1VjW3AdxihMU= References: <[EMAIL PROTECTED]>
X-Virus-Checked: Checked by ClamAV on apache.org
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 04 Feb 2006 05:36:36.0547 (UTC) FILETIME=[F7094130:01C6294C]

On 2/2/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:
>
>
> >From: Ryan Wynn <[EMAIL PROTECTED]>
> >
> > How would I reference a clay config file from within another config
> file?
> >
>
> Ya, that is a good question.  I thought I knew how to do this but had
> never really tried.  You see this trick in the RI faces config.  I don't
> think the digester is configured correctly. It's not able to resolve the
> location of the included files.


For this to work, you need to use the Digester.parse() method that takes an
InputSource rather than something like an InputStream, so that the parser
knows how to resolve relative URLs.  The use of Digester in Struts 1.x, as
well as Commons Chain, work this way and are successfully able to deal with
this sort of thing.

Craig



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to