http://bugzilla.qos.ch/show_bug.cgi?id=89
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #3 from [EMAIL PROTECTED] 2007-08-22 21:09 -------
(In reply to comment #2)
> Thanks for the report as well as the accompanying path. The resource attribute
> has been added in revision 1570. I also refactoreed the code in
> IncludeFileAction to make it a bit easier to follow.
> See also http://svn.qos.ch/viewvc?view=rev&revision=1570
Consider:
if (count == 0) {
addError("One of \"path\", \"resource\" or \"url\" attributes must be
set.");
return false;
} else if (count > 1) {
addError("Only one of \"file\", \"url\" or \"resource\" attributes should
be set.");
return false;
One message refers to 'path' and one to 'file'. 'file' is the correct name of
the attribute.
I can open a new bug, but figured it could just get hotfixed with this one.
Thanks,
Michael
--
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev