[
http://issues.apache.org/jira/browse/EXLBR-28?page=comments#action_12318988 ]
Joerg Schaible commented on EXLBR-28:
-------------------------------------
Impl is committed fine.
Since the unit test just needs one additional dep I would appreciate, if it is
included, too. Just add the properties file to impl/src/test and add to the POM:
<dependency>
<id>jmock</id>
<version>1.0.1</version>
<properties note="Only required by tests.">
<build>true</build>
</properties>
</dependency>
- Jörg
> 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]