|
Home > Archive > Apache Directory Project > August 2005 > SLF4J and Maven
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Jacob Barrett 2005-08-08, 8:45 pm |
| So am I being retarded or is the core/maven.xml file missing a
dependency on SLF4J? I just synced my source today and not it is puking
on missing SLF4J classes.
| |
| Alex Karasulu 2005-08-08, 8:45 pm |
| Jacob Barrett wrote:
>So am I being retarded or is the core/maven.xml file missing a
>dependency on SLF4J? I just synced my source today and not it is puking
>on missing SLF4J classes.
>
>
Looks like the dep is gone. Hmmm I thought I saw it there just days
ago. Perhaps one of Nick's patches may have removed the dependency.
I'd like to check with him to make sure before I reintroduce the dep
again.
Alex
| |
| Nick Faiz 2005-08-08, 8:45 pm |
| Hi Jacob & Alex,
Well, nlog4j-1.2.14 is listed as as dependency in the apacheds
project.xml - so it will be present for main, core, and shared. nlog4j
holds the org.slf4j.Logger and org.slf4j.LoggerFactory.
Jacob - can you check that your apacheds/project.xml is up to date? If
you've updated the core project alone you might have missed out on the
higher level dependency.
If you have any further problems let me know. I will increase
documentation so people understand how the dependency is represented in
the project structure (see below).
I will spend some time tonight adding information about slf4j at
http://wiki.apache.org/directory/LoggingPlan or thereabouts.
I need to draw attention to the best usages of SLF4J, it introduces a
couple of nice things which were not present in log4j. When this is done
I'll update this list.
Cheers,
Nick
Alex Karasulu wrote:
> Jacob Barrett wrote:
>
> Looks like the dep is gone. Hmmm I thought I saw it there just days
> ago. Perhaps one of Nick's patches may have removed the dependency.
> I'd like to check with him to make sure before I reintroduce the dep again.
> Alex
>
--
ATLASSIAN - http://www.atlassian.com/
Confluence - the enterprise wiki - tried it yet?
http://www.atlassian.com/confluence/
--
| |
| Jacob Barrett 2005-08-10, 5:45 pm |
| > -----Original Message-----
> From: Nick Faiz [mailto:nick-YrDk4eUcT3KaMJb+Lgu22Q@public.gmane.org]=20
> Well, nlog4j-1.2.14 is listed as as dependency in the=20
> apacheds project.xml - so it will be present for main, core,=20
> and shared. nlog4j holds the org.slf4j.Logger and=20
> org.slf4j.LoggerFactory.
>=20
> Jacob - can you check that your apacheds/project.xml is up to=20
> date? If you've updated the core project alone you might have=20
> missed out on the higher level dependency.
Doh! That is probably it. Sorry.
-Jake
|
|
|
|
|