Sorry about that.

It is really a peripheral. You could just copy NOPAction to tests/. I don't mind either way.

At 07:11 AM 12/1/2004, you wrote:
Hi Ceki,

Did you miss this or are you ignoring it? I made my case below. I was hoping for a yes or no. I don't want to mess with the Joran stuff without getting your ok first.

Jake

At 12:11 AM 11/30/2004 -0600, you wrote:
>Hi Ceki,
>
>I'm wondering if you'd mind me checking in a change to make sure that the
>test sources, specifically o.a.joran.InterpreterTest.java, don't depend on
>example sources, specifically joran.implicit.NOPAction.
>
>Basically, I would remove NOPAction and replace it with a static final
>Action implementation called NOP_ACTION.  It looks like this....
>
>   public static final Action NOP_ACTION =
>     new Action() {
>       public void begin(ExecutionContext ec, String name, Attributes
>attributes) {}
>       public void end(ExecutionContext ec, String name) {}
>     };
>
>I think this is cleaner.  I found the issue by adding src/java and
>tests/src/java to my Eclipse source path, but I was getting a compile error
>since the InterpreterTest depended on sources under examples/src.  I don't
>think it should be necessary to put the latter in my source path.  The only
>thing that the test sources should depend on is the stuff in src/java, not
>anything else.
>
>If you have no objections to this, I'll commit it.  Probably late tomorrow
>if I don't hear back from you tonight before I got to bed.
>
>
>Jake
>
>
>---------------------------------------------------------------------
>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]

-- Ceki G�lc�

The complete log4j manual: http://qos.ch/eclm
Professional log4j support: http://qos.ch/log4jSupport




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



Reply via email to