svn annotate filename will list the revision the line changed in a less
pretty fashion.


----- Original message -----
From: "Ted Husted" <[EMAIL PROTECTED]>
To: "Struts Developers List" <dev@struts.apache.org>
Date: Mon, 7 Jan 2008 09:16:46 -0500
Subject: Re: LoggingInterceptor output

Looking at the code

    public String intercept(ActionInvocation invocation) throws
    Exception {
        logMessage(invocation, FINISH_MESSAGE);
        String result = invocation.invoke();
        logMessage(invocation, START_MESSAGE);
        return result;
    }


that does seem to be the case.

I don't understand why that would be.

Does anyone know if  there a FishEye or ViewVCC instance for XWork
available?

-Ted.

On Jan 7, 2008 8:05 AM, stanlick <[EMAIL PROTECTED]> wrote:
>
> I am using 2.0.11 and the started and finished messages seem to be written in
> the opposite order.
>
> Scott
> --

---------------------------------------------------------------------
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]

Reply via email to