How do I get my email adress off this list? It is blocking my email application. I have tried with everything now according to the given instructions. The automatic answer is that this email address is not registered at the jakarta-log4j. I have tried with every other email I could think of, by replacing it into the automatic answer that needs a confirmation. Nothing seems to do the trick. Is this a commitment for life? Would someone human please remove me from this list?? And that goes for the log4j-user list as well.

Thanks!

----Original Message Follows----
From: [EMAIL PROTECTED]
Reply-To: "Log4J Developers List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-log4j/tests/src/java/org/apache/log4j/xml XMLDecoderTest.java
Date: 24 Jun 2003 08:10:46 -0000
psmith 2003/06/24 01:10:46
Added: tests/src/java/org/apache/log4j/xml XMLDecoderTest.java
Log:
Moved the XMLDecoderTest class into jakarta-log4j module
Revision Changes Path
1.1 jakarta-log4j/tests/src/java/org/apache/log4j/xml/XMLDecoderTest.java
Index: XMLDecoderTest.java
===================================================================
/*
* Created on 29/04/2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.apache.log4j.net;
import java.io.File;
import java.util.List;
import junit.framework.TestCase;
import org.apache.log4j.xml.XMLDecoder;
/**
* @author Paul Smith <[EMAIL PROTECTED]>
*
*/
public class XMLDecoderTest extends TestCase {
/**
* Constructor for XMLDecoderTest.
* @param arg0
*/
public XMLDecoderTest(String arg0) {
super(arg0);
}
/*
* Test for Vector decode(File)
*/
public void testDecodeFile() throws Exception {
XMLDecoder xmlDecoder = new XMLDecoder();
List events = xmlDecoder.decode(new File("tests/witness/eventSet.1.xml"));
assertTrue("Should have returned at least 418 events: " + events.size(), events.size()==418);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Hitta din drömresa på MSN Resor Klicka här --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to