[
http://issues.apache.org/jira/browse/EXLBR-28?page=comments#action_12318981 ]
Joerg Schaible commented on EXLBR-28:
-------------------------------------
As long as noone blames me for not existing unit tests ... ;-)
OTOH is the dependency really an issue? I always add test dependencies in the
POM in an own section with a comment e.g.:
<dependencies>
<!--- runtime deps -->
<!--- compile time deps -->
<!--- test deps -->
< ... junit ... />
< ... commons-logging ... />
</dependencies>
With Maven2 we will have these different dependency scopes anyway.
> CommonsLogger
> -------------
>
> Key: EXLBR-28
> URL: http://issues.apache.org/jira/browse/EXLBR-28
> Project: Excalibur Components
> Type: New Feature
> Components: Logger
> Versions: 1.2
> Reporter: Joerg Schaible
> Attachments: CommonsLogger.java, CommonsLoggerTest.java, simplelog.properties
>
> A Logger implementation that uses a Log object of commons logging.
> My use case is a web application, that has to use commons-logging and
> utilizes FOP. FOP requires an Avalon logger instance. Therefore I created
> CommonsLogger to delegate to a logger of commons-logging.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]