Stepan Koltsov wrote:
> On Sat, May 24, 2008 at 7:45 PM, Jamie Webb <
j@...> wrote:
>
>>> I'd like to add scalax.logging package with
>>>
>>> Anybody agreed, disagreed with it?
>>>
>> Sorry for the delay. Seems reasonable. But, please ensure that the
>> Maven build is not broken.
>>
>
> Maven build is not broken, but build.xml now contains a hack -- path
> to slf4j-api jar is ~/.m2/repository/...
>
> Don't know how to get jar properly. Probably "Ant Tasks for Maven"
> should be used.
>
> S.
>
>
>
I'm just catching up on a big backlog. Is adding a dependency on slf4j
(or anything else outside core Java and Scala libraries) desirable? I'm
not sure that it is.
Personally I'm not keen on the proliferation of logging apis.
commons-logging is a pet hate of mine - although I haven't looked at
slf4j I'm assuming the intent is the same.
Regards,
Andrew Foggin