vmassol 01/11/16 14:37:12
Modified: src/framework/share/org/apache/cactus/client
ClientConfigurationChecker.java
Log:
improved config checks on client side
Revision Changes Path
1.6 +5 -1
jakarta-cactus/src/framework/share/org/apache/cactus/client/ClientConfigurationChecker.java
Index: ClientConfigurationChecker.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/client/ClientConfigurationChecker.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ClientConfigurationChecker.java 2001/10/20 19:24:27 1.5
+++ ClientConfigurationChecker.java 2001/11/16 22:37:12 1.6
@@ -71,7 +71,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: ClientConfigurationChecker.java,v 1.5 2001/10/20 19:24:27 vmassol
Exp $
+ * @version $Id: ClientConfigurationChecker.java,v 1.6 2001/11/16 22:37:12 vmassol
Exp $
*/
public class ClientConfigurationChecker
{
@@ -166,6 +166,10 @@
/**
* Verify that log_client.properties is in the CLASSPATH if the log4j jar
* is in the classpath
+ *
+ * TODO: This method should no longer be needed with AspectJ as we should be
+ * able to ensure that logging is always initialized. Need to be tested
+ * though, so I'll leave it for the moment.
*/
public void checkLog4j()
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>