[logback-dev] [Bug 89] <include> does not search classpath
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Wed Aug 22 21:09:24 CEST 2007
http://bugzilla.qos.ch/show_bug.cgi?id=89
michael.newcomb at gdc4s.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #3 from michael.newcomb at gdc4s.com 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.
More information about the logback-dev
mailing list